Can someone tell me how to compile VB 5.0 code so that it runs under Windows 3.1?
Thanks
Jeff Omens
Mon, 16 Jul 2001 03:00:00 GMT
Otse #2 / 4
VB 5.0 Apps in Windows 3.1
Quote:
> Can someone tell me how to compile VB 5.0 code so that it runs under > Windows 3.1?
You can't. VB5 compiles to 32-bit only and Windows 3.1 is a 16-bit Operating System.
Otser.
Tue, 17 Jul 2001 03:00:00 GMT
Trevor Dento #3 / 4
VB 5.0 Apps in Windows 3.1
Quote:
> Can someone tell me how to compile VB 5.0 code so that it runs under > Windows 3.1?
> Thanks
> Jeff Omens
Hi,
Bad Luck! Vb4 was the last 16 Bit development tool. VB 5 -> is all 32 bit development. You may be able to port your code back to VB4 and then distribute it that way.
Regards
Trevor
Tue, 17 Jul 2001 03:00:00 GMT
TH #4 / 4
VB 5.0 Apps in Windows 3.1
include windows 95 in the install of your VB program
Quote:
>Can someone tell me how to compile VB 5.0 code so that it runs under >Windows 3.1?