How to Create Win32s Applications

Posted December 15th @ 7:34 am by m3Rlin

t is possible to create Win32s applications in Delphi 2+ that will run under Windows 3.x. But to run them you will have to have Win32s installed on the destination computer (It’s available for free from Microsoft). The trick is not to use any Win32 API functions that don’t exist in the Win32s API. Also [...]

Next Entries »