2c5 Subj : Building a dll with command line compiler To : borland.public.cpp.borlandcpp From : Steven Harris Date : Thu May 20 2004 12:28 pm Hi, Im trying to build a dll using the free commmand line compiler but I have no idea of what to put on the command line to build it. I cant seem to find any documentation anywhere that says how to use this compiler to build a dll. Im building the dll so that I can use it with Java using the JNI interface. Ive been following the tutorial at http://java.sun.com/docs/books/tutorial/native1.1/stepbystep/index.html but cant get past the step in which I compile the C into a dll. Any help would be greatly appreciated. Thanks, Steven . 0