msvbvm60.dll problem on win98
Hi All
I have developed an appon win2000 system using vb6.
I created setup using inno setup and specified MinVersion=4.0,4.0
If target system is xp or 2000, app software working fine but
if target system is win 98, app starts, asks for login check the login within mdb properly and when it comes to display the main form of app, its showing following error..
MyApp caused an invalid page fault in
module MSVBVM60.DLL at 0187:66063fea.
Same app with same setup.exe working fine on XP.
I also tried by registering VB runtimes manually but in vain
Can you please help me on this?
Thank you
Re: msvbvm60.dll problem on win98
Re: msvbvm60.dll problem on win98
Im not sure whether Im right, but I believe that to deploy on 98 you need to create a setup in a 98 or 95 machine...the backward compatibility will be very less so, if you create a setup in a higher os then installing on lower os versions will cause some probs...
Re: msvbvm60.dll problem on win98
What code do you have on the main form? In the Form_Load() event?
Assuming it's not even getting far enough to display the main form.
Re: msvbvm60.dll problem on win98
AFAI remember, you will need to package different version for a 95/98/ME OS version vs an NT platform OS. I dont use Inno but I thought it could handle it.
Moved
Re: msvbvm60.dll problem on win98
You'll be ok to use P & D Wizard on Win9x/ME. ;)