Subj : linking 32 bit modules with 16 bit modules To : borland.public.cpp.borlandcpp From : "José Miguel" Date : Fri Nov 21 2003 10:42 pm I need to call functions in a DLL from a Java program, but that DLL is compiled in 16 bit mode and I don't have the source code. I need to call functions from a Java program by means of JNI. I think I have to write a DLL to be compiled in 32 bit mode in order to make it callable from JNI and from this DLL call the DLL which has the function I actually need. I'm using Borland Compiler 5.5 Any hint? Thanks a lot in advance .