Subj : Re: Unresolved external __declspec(dllimport), and illegal instruction To : borland.public.cpp.borlandcpp From : Bob Gonder Date : Wed Nov 17 2004 09:10 am Ed Mulroy [TeamB] wrote: >First is that you are posting a question about the command >line tools from C++ Builder version 5 in the newsgroup for >the old, 1997, Borland C++ compiler. > >> >>[TITLE: 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. .