
VB compiled on NT 3.51 won't run on 95
On Wed, 27 Nov 1996 10:29:50 -0500, Brian Schonecker
Quote:
>I've created a 32 bit program in VB 4.0 on win NT
>3.51 and would like to get it to run on Win 95. I
>ran the executable and copied the DLL's that it
>prompted me for and then gave me this error:
>Runtime error 40038
>Application-defined or object-defined error
>I cannot find a reference to this error in the
>help/manuals. It's imparative that I get this
>program to work under win 95. Will I to install VB
>on the 95 machine and compile from there?
There are some DLL files that are different between WIN95 and NT. One
that springs to mind is CTL3DV2.DLL. When distributing to both NT and
WIN95, you have to check and install the correct file. Did you, by
chance, copy the NT version of this DLL onto your WIN95 system?
Hope this helps!