ADXDHTMLControl.dll is my dll built using ATL with WebBrowser Control on Visual Studio 6.0.
In a different thread: "regsvr32 return 0x80040154 on XP", I was told to register ATL.dll.
I tried it and it did not work either.
On some machines running 2K or XP, I can register my dll without any problem.
In other machines running 2K or XP, it does not work. I get the above error message.
What am I missing?
Please help me get out of this DLL misery.
--
ADX Dev
Check the DLL with Dependency Walker (depends.exe,
http://www.dependencywalker.com/) on the machine where registration
fails. Most likely, your DLL depends on some libraries not present on
the machine - Depends will tell you which.
--
With best wishes,
Igor Tandetnik
"For every complex problem, there is a solution that is simple, neat,
and wrong." H.L. Mencken
These are debug dlls. Now I need to figure out how come in release mode building the DLL on Visual Studio 6.0 is picking up these dlls.
--
ADX Dev