CPB Mailing List

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: WIN32



C++ Builder will only compile a 32-bit application... which will not run on a
16-bit OS.  This applies to even a console application.  You will need to either
port the code over to Delphi 1.0 (16-bit) or to Borland C++ and compile as a
16-bit application.

I am not sure if a 32-bit C++ Builder application will run on Windows 3.1 with
Win32s extensions; but that might be another possibility provided you did not use
any Win95 specific features.  However, I have never tried this.

Brian Prothero


W Komornicki's Home Page | Main Index | Thread Index