Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hai everyone,
i am new to windows mobile ce and activex, i need to do digital signature for windows mobile ce , so i found it has to be done using activex , however i am trying to register the ocx i have created but i can not.. any idea ?
Thanks in advance.
Posted
Comments
CPallini 23-Dec-14 5:57am    
Why cannot you?
KarstenK 23-Dec-14 6:13am    
common pitfalls are admin rights or missing dll on which the ocx depends.

You better turn to the modern windows phone 8 platform. ;-)

1 solution

The OCX registering could be processed by the regsvrce.exe tool :)

(the OCX should be loadable by the ::LoadLibrary(..) API on the target,
then the pointer to its DLLRegistryServer(..) function will be retrieved and called)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900