• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need help registering OCX files

KhoiFather

Platinum Member
I have the ocx file in the System folder but when I try to register it, it says something like Loadlibrary failed, the module cannot be found. I don't get why its doing it, I have the OCX file already in the System folder, so I don't get why it cannot see it. Is there something I'm doing wrong?
 
The OCX (which is just a DLL renamed, essentially) is trying to load another DLL that it depends on, and the LoadLibrary function can't find it. Most likely culprit is the ATL runtime library. Check online for a copy of ATL80.DLL. After that the next most likely are the MFC and VC runtime DLLs. Check for MFC42.DLL, and VCRT.DLL.
 
Back
Top