i m trying to register a dll that i created in vb and i get an error :
loadlibrary(path)failed.
GetLastError returns 0x000485.
any help will be appreciated .
10x
Printable View
i m trying to register a dll that i created in vb and i get an error :
loadlibrary(path)failed.
GetLastError returns 0x000485.
any help will be appreciated .
10x
Start/Run
example:
'regsvr32 "yourpath\yourdll.dll"
regsvr32 "c:\Windows\System\resize.dll"
that exactly what i did and i got this error
mail me and if you want i'll return you a document about diagnosing this sort of thing, using the LoadLibrary API function to give you a bit more info about the error msg you receive - its too long to post here - or if you have MSDN do an entire collection search on LoadLibrary and look at the entry labelled "Tip 55: Diagnosing "Error in Loading DLL" with LoadLibrary" thats the one i'm talking about. I can't find it online though...
Hope it helps