Subj : Re: Unresolved external __declspec(dllimport), and illegal instruction To : borland.public.cpp.borlandcpp From : MikL Date : Thu Nov 18 2004 09:58 am : 16 bit MS-DOS Subsystem] > > In conjuction with Ed's reply, you should not be trying to use 16bit > code modules with programs created by 5.5 as it only produces 32bit > code, which is incompatable with 16bit code without advanced > programming. > > If you don't want to, or can't re-write the code for Win32, then > perhaps dropping back to BC++5.02 and compiling as DOS or Win16 would > work. This is _the_ standard Java 1.4 launcher C program source code from Sun Microsystems, and it's used daily on millions of PCs, so I don't think I'll rewrite it :) I guess I'll just have to hunt down whatever secret module/library it is that contains __initenv and look for an alternative. .