Register ActiveX (.OCX) on XP without VC++6 Environment
Hi:
I developed a COM object (.OCX) in the VC++6. I can register the control (OCX) on my PC and the program run fine.
Problem-- I can not register my COM object on other PC which doesn't have VC++6.
I tried "regsrv32.exe xxx.ocx" while I am at the directory that contained xxx.ocx. It didn't work. The response was "xxx.ocx is not found."
VC++6 doesn't have "setup project" and therefore I can not create a set and deployment program.
Any idea or comment?
Thank
Bill
|