Deploy desktop app to PDA

J

Jay

I have a windows app on my desktop.
It has the following components - wrapper_client.exe and AjaxServices.dll.
I have built them in Visual studio 2005. (Both of them are regular C#
windows apps)
I want to install them on the pocket PC PDA with CE 5.0 and CF 2.0 installed
on it.

What do I need to do to make my app work on the PDA device?
 
G

Guest

Recompile and likely rewrite a lot of it. You can't just move a desktop
library to the device and expect it to run. The CF is a subset of the full
framework. Your best bet is to create a device project, add the source
files from the desktop, build and then start refactoring to get through all
the errors.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top