Click here to Skip to main content
15,886,093 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an ActiveX control using GDI/DirectX/COM technologies developed on Windows. I want to put it on WinCE. What is the simple way to do it? How shall I find out what functionalities will have to be dropped to make it run on WinCE? Also, with WinCE, devices will have much lesser memory than desktop. How this can affect functionalities?
Posted

1 solution

Try to make a template (example) CE control by the VS wizard.
Then share your "processing" (drawing, reactions, ...) code to this new project :)
 
Share this answer
 
v2

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