![]() |
Error in loading dll - Printable Version +- Mirage Engine (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: Programming (https://mirage-engine.uk/forums/forumdisplay.php?fid=24) +----- Forum: Visual Basic 6 (https://mirage-engine.uk/forums/forumdisplay.php?fid=32) +----- Thread: Error in loading dll (/showthread.php?tid=2736) |
Error in loading dll - Labmonkey - 12-04-2009 I am trying to add Microsoft Script Control 1.0 to one of my projects, and when I add the refrence a message box appears that says "Error in loading dll". I have downloaded msscript.ocx and registered it. The error still occurs. I am running windows 7, if that has anything to do with it. Any help would be greatly appreciated. Re: Error in loading dll - genusis - 23-04-2009 there are some dll interfaces that do not work with windows 7. Re: Error in loading dll - Jack - 08-05-2009 You will need to manually register and download the ocx file. I think Windows 7 uses the same technique of registering dll files as vista. If it does this is what i did with vista Downloaded the ocx file Place it in System 32 then open Run command and type in regsvr32 and then the dll file or ocx file. But make sure that you are in the path were the dll file is or ocx file for that matter. I hope that helped. Re: Error in loading dll - Labmonkey - 09-05-2009 lol I tried that before and it didnt work. i dont use win7 anymore. Re: Error in loading dll - Jack - 09-05-2009 Ok, dont worry though but i hope this help anyone else that is trying to register dll or ocx files. |