Results 1 to 6 of 6

Thread: msvbvm60.dll problem on win98

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2002
    Posts
    164

    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

  2. #2
    Frenzied Member zynder's Avatar
    Join Date
    Nov 2006
    Location
    localhost
    Posts
    1,434

    Re: msvbvm60.dll problem on win98


  3. #3
    VB Guru ganeshmoorthy's Avatar
    Join Date
    Dec 2005
    Location
    Sharjah, United Arab Emirates
    Posts
    3,031

    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...
    If an answer to your question has been helpful, then please, Rate it!

    Have done Projects in Access and Member management systems using BioMetric devices, Smart cards and BarCodes.


  4. #4
    "Digital Revolution"
    Join Date
    Mar 2005
    Posts
    4,471

    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.

  5. #5
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    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
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  6. #6
    PowerPoster Keithuk's Avatar
    Join Date
    Jan 2004
    Location
    Staffordshire, England
    Posts
    2,236

    Re: msvbvm60.dll problem on win98

    You'll be ok to use P & D Wizard on Win9x/ME.
    Keith

    I've been programming with VB for 25 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width