
Windows 3.1 EXE with VB4 Pro for Windows 95 ?
Visual Basic 4.0 comes with two versions on the CD. 16-bit version and
32-bit version. There isn't a "Windows 95" version actually, unless you
mean the 32-bit version which is for Windows 95 and Windows NT 3.51 and
later.
If you install the 16-bit version of Visual Basic 4.0, you can create EXE
programs. Other than having to ship the standard Visual Basic runtime
DLL's required to the run the EXE on a target machine, you also need to
ship OLE with your product. This is because Visual Basic 4.0 programs use
OLE internally, even if your application doesn't, so OLE is required for
the program to run. For Windows 95 and Windows NT this is not an issue
becuase OLE comes with the OS. But you cannot assume that the your
customers Windows 3.1 system has OLE. One way to get around this problem
is to have your customers install Microsoft Office first. This will
install OLE on their computer.
Simply Solutions
Visual DLL
http://ourworld.compuserve.com/homepages/Simply
Quote:
> Hi,
> is it possible to generate an EXE file that will run under Windows 3.1
> but that is developped with VB4 Pro for Windows 95 ?
> If it is possible, how to do it ?
> Thanks