Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ActiveX download problem

Status
Not open for further replies.

ZakiMaksyutov

Programmer
Joined
Feb 28, 2001
Messages
87
Location
RU
I wrote one ActiveX on Windows2000, VisualC++6.
And wrote one html-page for downloading.
On my computer I successfully download my ActiveX
(of course until this I uninstall it) and I can use it.
But on another computer (Windows98, without VisualC++)
it can't be registered (and manually too).

Clarification:
--------------------
I examined error-log file (in \winnt\profiles\<currentuserid>\Temporary Internet Files\).
It reports about following error:
&quot;one or more dll needed for run this program wasn't found&quot;.
and exactly the same error occurs when I run on the second computer following string:
&quot;regsvr32 <MyDll.dll>&quot;

Moreover I deleted from function DllRegisterServer in my dll all code and letf only &quot;return S_OK;&quot;
In this case no error (but of course no result).

May be one of dll libraries not found?
And what should I do?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top