ZakiMaksyutov
Programmer
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:
"one or more dll needed for run this program wasn't found".
and exactly the same error occurs when I run on the second computer following string:
"regsvr32 <MyDll.dll>"
Moreover I deleted from function DllRegisterServer in my dll all code and letf only "return S_OK;"
In this case no error (but of course no result).
May be one of dll libraries not found?
And what should I do?
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:
"one or more dll needed for run this program wasn't found".
and exactly the same error occurs when I run on the second computer following string:
"regsvr32 <MyDll.dll>"
Moreover I deleted from function DllRegisterServer in my dll all code and letf only "return S_OK;"
In this case no error (but of course no result).
May be one of dll libraries not found?
And what should I do?