Page 1 of 1

Dependencies of dtctlsu.ocx

Posted: 20 Jun 2011, 20:04
by TickTick
Hello!

I just tried registering DTCtlsU.ocx on a clean XP home computer (SP1), and it failed ("regsvr32 exited with error code 0x3").
Could that be because a dependency is missing?
This error was given out by Inno Setup.

If I try to register the file manually by double clicking it and selecting regsvr32 as the program to open it, it tells me "LoadLibrary("PathToTheOcxFile.exe") failed. The given procedure was not found."

On all my other testing machines it works fine.

Thank you.

Re: Dependencies of dtctlsu.ocx

Posted: 20 Jun 2011, 20:28
by TiKu
You could use Dependency Walker to check for missing dependencies. This program also has a profiling feature which will tell you exactly what is wrong.

But you should be aware that Windows XP SP1 isn't supported anymore and it might be that binaries built with Visual C++ 2010 simply don't run on Windows XP SP1 anymore.