|
-
Dec 26th, 2004, 12:57 PM
#1
Thread Starter
New Member
Runtime error 5003
Hi,
I just did a program using VB6 and a friend of mine keeps getting an error 5003 after splash screen finishes and loads main form. He has installed a different program I did and it installed fine and he gets no errors except with this one. Its a simple program that reads a text file. I had him install updated VB6 runtime files and that did not work.
Another friend of mine installed it with no problems and both are using Win 98 OS.
Any help would be appreciated.
Frustrated John
-
Dec 26th, 2004, 01:58 PM
#2
Re: Runtime error 5003
Welcome to the Forums.
Did you create a Setup package? If so what packager did you use? Also,
what are the OS' that work and what are the OS' that dont. 98 and NT have
different kernals so they would behave differently.
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Dec 26th, 2004, 03:11 PM
#3
Thread Starter
New Member
Re: Runtime error 5003
 Originally Posted by RobDog888
Welcome to the Forums.
Did you create a Setup package? If so what packager did you use? Also,
what are the OS' that work and what are the OS' that dont. 98 and NT have
different kernals so they would behave differently.
Hi,
Both my of my friends are running Win 98 Systems and I used the Inno Setup Compiler which was used to do setup for the 2 different program which is why I am stumped as both programs pretty much use same DLL's/Ocx's
so if one works the other should too I woudl think.
-
Dec 26th, 2004, 03:18 PM
#4
Re: Runtime error 5003
Not necessarily. It depends on what the computer has installed and what your
program requires (what dependencies your app uses).
Check out the two links in my two posts in this thread.
HTH
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Dec 26th, 2004, 05:14 PM
#5
Re: Runtime error 5003
jmc1712,
Take at look at this information for your dll/ocx/exe installer problems
-
Dec 26th, 2004, 08:08 PM
#6
Thread Starter
New Member
Re: Runtime error 5003
 Originally Posted by RobDog888
Not necessarily. It depends on what the computer has installed and what your
program requires (what dependencies your app uses).
Check out the two links in my two posts in this thread.
HTH
Hi these are the dep files:
asycfilt.dll
COMCAT.DLL"
COMDLG32.OCX
msvbvm60.dll
olepro32.dll
Thanks
John
-
Dec 26th, 2004, 08:12 PM
#7
Thread Starter
New Member
Re: Runtime error 5003
 Originally Posted by randem
jmc1712,
Take at look at this information for your dll/ocx/exe installer problems
I checked out the page but could not get to the universal VB files mentioned there so it was of very little help.
-
Dec 26th, 2004, 08:58 PM
#8
Re: Runtime error 5003
 Originally Posted by jmc1712
Hi these are the dep files:
asycfilt.dll
COMCAT.DLL"
COMDLG32.OCX
msvbvm60.dll
olepro32.dll
Thanks
John
Here are the direct links to the two links in my previous posts link.
HOWTO: Install Visual Basic 6.0 Applications
Which files should I install?
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Dec 26th, 2004, 09:02 PM
#9
Re: Runtime error 5003
 Originally Posted by jmc1712
 Originally Posted by randem
jmc1712,
Take at look at this information for your dll/ocx/exe installer problems
I checked out the page but could not get to the universal VB files mentioned there so it was of very little help.
Randem, the first three links are not working on your page referenced in the link.
only the last link on that page works.
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Dec 26th, 2004, 09:26 PM
#10
Thread Starter
New Member
Re: Runtime error 5003
 Originally Posted by RobDog888
Hi
Would any of these file cause a problem on non XP systems which seems to be my issue especially on Win 98 systems?
John
-
Dec 26th, 2004, 09:37 PM
#11
Re: Runtime error 5003
For the VS SP6 runtime distributables - Supported Operating Systems: Windows 2000, Windows 2000 Advanced Server, Windows 2000 Server, Windows 2000 Service Pack 2, Windows 2000 Service Pack 3, Windows 2000 Service Pack 4, Windows 95, Windows 98, Windows 98 Second Edition, Windows ME, Windows NT, Windows Server 2003, Windows XP.
Are you distributing the system files from you own system directory or are
you distributing them from a separate folder?
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Dec 26th, 2004, 09:47 PM
#12
Thread Starter
New Member
Re: Runtime error 5003
 Originally Posted by RobDog888
For the VS SP6 runtime distributables - Supported Operating Systems: Windows 2000, Windows 2000 Advanced Server, Windows 2000 Server, Windows 2000 Service Pack 2, Windows 2000 Service Pack 3, Windows 2000 Service Pack 4, Windows 95, Windows 98, Windows 98 Second Edition, Windows ME, Windows NT, Windows Server 2003, Windows XP.
Are you distributing the system files from you own system directory or are
you distributing them from a separate folder?
I was using the files that the VB installer used which I think came from my system directory but I am not sure. I have since downloaded the runtime files from links here and put them in a separate directory and will be using those.
I will create another setup and see if my friend can get it to work.
Thanks
-
Dec 26th, 2004, 09:54 PM
#13
Thread Starter
New Member
Re: Runtime error 5003
 Originally Posted by RobDog888
For the VS SP6 runtime distributables - Supported Operating Systems: Windows 2000, Windows 2000 Advanced Server, Windows 2000 Server, Windows 2000 Service Pack 2, Windows 2000 Service Pack 3, Windows 2000 Service Pack 4, Windows 95, Windows 98, Windows 98 Second Edition, Windows ME, Windows NT, Windows Server 2003, Windows XP.
Are you distributing the system files from you own system directory or are
you distributing them from a separate folder?
Downloaded above file but it put files in my sys dir so I don't know which ones where added.
John
-
Dec 27th, 2004, 05:58 AM
#14
Re: Runtime error 5003
Thanks RobDog888, The links have been fixed.
-
Dec 27th, 2004, 01:34 PM
#15
Re: Runtime error 5003
 Originally Posted by jmc1712
Downloaded above file but it put files in my sys dir so I don't know which ones where added.
John
You need to place the files in a separate folder from your system folder. Call it something like "Distributable System Files" or such.
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|