|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++.windows.32-bits - How to create JNI dlls with DMC?
I was unable to create DLLs for Java Native Interface. The Java WM would crash on DMC -generated dlls. Has someone been successful in compiling JNI dlls with DigitalMars compiler? -joonas Oct 31 2002
I've successfully created many DLLs with DMC that plugged in to systems compiled with VC and expecting VC-compiled DLLs. So offhand, I don't know what might be going wrong for you. I suggest starting with the most trivial DLL possible and try to work up from there. <joonash hotmail.com> wrote in message news:apri91$14v4$1 digitaldaemon.com...I was unable to create DLLs for Java Native Interface. The Java WM would Oct 31 2002
|