Valhalla Legends Archive

Programming => General Programming => Visual Basic Programming => Topic started by: GoSuGaMING on June 14, 2004, 01:40 PM

Title: object library not registered
Post by: GoSuGaMING on June 14, 2004, 01:40 PM
object library not registered

i upgraded to XP Professional last night and when i installed Visual Studio 6.0 Enterprise it gave me that error after i tried to load my bots source
Title: Re:object library not registered
Post by: CrAz3D on June 14, 2004, 01:44 PM
Did you install the service pack also?...
Title: Re:object library not registered
Post by: GoSuGaMING on June 14, 2004, 02:05 PM
Quote from: CrAz3D on June 14, 2004, 01:44 PM
Did you install the service pack also?...

yeah i have everything installed.... i even went to the site to look for more updates and tehre is none..
Title: Re:object library not registered
Post by: GoSuGaMING on June 14, 2004, 10:57 PM
someone plz help me ;/ i have tried everything to fix it.. i dont know whats wrong with it


when i install after it reboots i get an error saying:
MSSTDFMT.DLL was not installed or corrupted

Title: Re:object library not registered
Post by: drivehappy on June 15, 2004, 12:15 AM
You might check if the file exists. If it does, goto your commandline and type "regsvr32 MSSTDFMT.dll" (assumes you're in the directory containing the DLL).

EDIT: Grammar.
Title: Re:object library not registered
Post by: GoSuGaMING on June 15, 2004, 09:04 AM
Quote from: drivehappy on June 15, 2004, 12:15 AM
You might check if the file exists. If it does, goto your commandline and type "regsvr32 MSSTDFMT.dll" (assumes you're in the directory containing the DLL).

EDIT: Grammar.

thnx u gave me a idea :X i would dl that dll that it didnt install and i put it on system32 and i registered it and then i reinstalled VB rebooted and it worked :) thanks
Title: Re:object library not registered
Post by: Grok on June 15, 2004, 08:43 PM
For this type of problem in the future, use depends.exe to find missing dependencies.  Depends.exe is in the vb tools directory on the CD.