Link to home
Create AccountLog in
Avatar of avinash_sahay
avinash_sahay

asked on

COM component not getting registered in CE (using evc++)

I have the source code of a COM dll. I have built it using embedded vc++ 4.
No matter how much I try, this dll is not getting registered in Windows CE.Net panel. I am using X86 panel.
Earlier version of the same dll used to get registered. This version has some modifications. I do not know why it does not get registered now. I checked registry. The info about this dll is missing in registry.
Please let me know what could be possible reasons and how to solve this problem.
Also, please write various means by registring a COM dll on this computer. Then I will try all one by one.
Avatar of avinash_sahay
avinash_sahay

ASKER

Let me add that I connected the Windows CE.net test device with a desktop in which Windows XP is installed. One desktop I opened the source code of the dll in evc++ 4. I built the dll. I get the message that the dll was successfully registered in the device.
But, when I check the registry I find that it is not registered.
ASKER CERTIFIED SOLUTION
Avatar of Mikal613
Mikal613
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Thanks