Link to home
Start Free TrialLog in
Avatar of sunshine737
sunshine737

asked on

how to convert a c program into a dll?

hi,

how to convert a c program into a dll?

any examples,please mail me.

thanks

reg,
Avatar of shah1d1698
shah1d1698

Yes u can...

U need to have Mircosoft Visual C++ installed.
Once I needed to make some Java Native Interface(JNI) code and for that I used Microsoft Visual C++ for making the .dll that was invoked by the main java program.

If you are interested, u can knock... But I can only help u in the context of JNI & I don't know whether it will do or not...
ASKER CERTIFIED SOLUTION
Avatar of Indrawati
Indrawati

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
>>If you are interested, u can knock... But I can only help u in the context of JNI & I don't know whether it will do or not...

Hi shah1d1698,

Can u give me some links in the context of that JNI with dll.

-bhpr
> Can u give me some links in the context of that JNI with dll.

Here is one..

http://java.sun.com/docs/books/tutorial/native1.1/