hoper Posted December 28, 2004 Report Share Posted December 28, 2004 My problem is working the C code within the Java code.I have found some documents for it. But at the last step. I have to build a DLL. And it is described like:for Win95:cl HelloJavaImp.c HelloJava.c \-I$(JAVAHOME)\include -I$(JAVAHOME)\include\win32 \-Fehello.dll -MD -LD -nologo $(JAVAHOME)\lib\javai.lib(Note, the environment variable JAVAHOME points to the root directory of the JDK).But when I tried to run these in the Windows XP I have an error that displays "nmake" doesn't work.How can I make a DLL file? Which programs should I use? Links will be helpfull,too. Quote Link to comment Share on other sites More sharing options...
Scarecrow Man Posted December 28, 2004 Report Share Posted December 28, 2004 Not sure what your asking... This is a Windows Forum, not C or Java programming forum.. does this help?http://lists.gpick.com/pages/DLL_Files~Tools.htm Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.