
Compile under Windows 3.1 different from compile under Windows 95
Currently we are migrating our VB programs from VB3.0 to VB4.0 (16-bit)
and in the process, we encountered the following problem:
The executable file compiled using VB4.0 (16-bits) in Win95 environment
works properly in Windows 95 but does not function properly in Windows 3.1.
For eg some captions are not displayed properly. However, in terms of
functionality, the executable is able to perform as required.
On the other hand, the executable compiled using VB 4.0 in Win3.1
environment works properly in both Windows 3.1 and Windows 95.
Can anyone tell me whether it is a bug that cause the above to happen?
Thanks.