| Author |
.cpp to .dll
|
ritz Mohamed
Greenhorn
Joined: May 20, 2011
Posts: 10
|
|
hello all,
i just want to convert from cpp to dll for my jni projcet...i searched in internet.but i don have a compiler like that.am having Vc++ 6.0.in that also cant able to convert cpp file to dll file.its saying fatal error:
it cant identify my .h files.
please help me to convert from cpp to dll.
do we have any online or easy step to convertion.
thanks in advance
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12929
|
|
|
If the compiler cannot find your *.h files, then you must add the directory that contains the *.h files to the include path. How you do that depends exactly on the compiler (and IDE) that you're using. Look in the help of Visual C++, search for "include path" there.
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
 |
|
|
subject: .cpp to .dll
|
|
|