Jump to content

Pda Games...


Ghost2520
 Share

Recommended Posts

My dad has a nice Compaq PDA with Windows CE on it, and I was wondering how I can program games for it. Is there a simple program that you can download onto your computer, make the game on there and then transfer it to a PDA? Thanks in advance if you know anything about programming games for PDA's. :D

Share this post


Link to post
Share on other sites

embedded visual c++ 4.0

http://msdn.microsoft.com/library/default..../pocket2003.asp

It's not a "simple" programming interface by any means since you generally don't accept input from your typical mouse/keyboard combo and memory allocation is very tight. You're going to have to familiarize yourself with the Windows API (the dumbed down CE version) and C++. If you don't know anything about programming you might not make it too far :(

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...