I have created a COM Component in C++. Now i want to register my COM Component in WinCE 5.0 and use it in ASP(.asp) pages by calling ActiveXObject();. Please help me in registering the COM component.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There should be utility called regsvrce.exe , just google for it or follow link at bottom.
But you can create simple installation utility like described here
Also Look here and here