Click to See Complete Forum and Search --> : SSParking
mfenske
July 17th, 2001, 10:43 AM
I'm attempting to make a VB project that was fine under VB6 SP2 with NT 4.0 SP6 under Win2K SP2 and VB6 SP5 but I get an error for SSParking and VB6 goes away. I thought it was a Sheridan thing but they dont have something called SSParking. I searched the drive for SSParking as well to no avail. Anyone know what this is?
Clearcode
July 17th, 2001, 10:46 AM
Try opening the .vbp file with a text editor. This should list all the controls and references that the project uses. Checking them one at a time should lead you to your suspect reference.
HTH,
Duncan
-------------------------------------------------
Ex. Datis: Duncan Jones
Merrion Computing Ltd
http://www.merrioncomputing.com
Check out the new downloads - ImageMap.ocx is the VB control that emulates an HTML image map, EventVB.OCX for adding new events to your VB form and adding System Tray support simply, MCL Hotkey for implemenmting system-wide hotkeys in your application...all with source code included.
mfenske
July 17th, 2001, 10:57 AM
I looked in the VBPs and there is no reference to SSParking.
Clearcode
July 17th, 2001, 11:21 AM
If you create a wholly new project on your Win2000 machine amd make it does the problem occur?
If yes check the VB add-ins ( do you use source code for example).
If no, add the components from your suspect project one at a time and make the exe...if one particular one causes the problem use a tool like "QuikView" to see what dependencies that dll/ocx has - perhaps it is looking for an SSParking dll that it cannot find.
If all that gets you no where you may have to seek assistance from MSDN.
HTH,
Duncan
-------------------------------------------------
Ex. Datis: Duncan Jones
Merrion Computing Ltd
http://www.merrioncomputing.com
Check out the new downloads - ImageMap.ocx is the VB control that emulates an HTML image map, EventVB.OCX for adding new events to your VB form and adding System Tray support simply, MCL Hotkey for implemenmting system-wide hotkeys in your application...all with source code included.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.