Page 1 of 1

eVB and/or eVC++ Tutorials?

PostPosted: Mar 3, 2002 @ 6:31pm
by Michael Y
I've been programming for the Palm OS (eww!!) for about a year now, using PocketC, but now I wanted to switch over and do some programming for PPCs. However, I have no idea how to use eVB and eVC++. Are there any good tutorials on the web for either of these? Thanks a lot!

PostPosted: Mar 3, 2002 @ 7:47pm
by Anders
Apart from finding this forum, which in many areas is _the_ PocketPC developer forum you might want to checkout www.pocketpcdn.com that has a collection of small tutorials for specific issues.

/Anders

PostPosted: Mar 3, 2002 @ 10:17pm
by suchiaruzu
frumpy monkey, what's that in your avatar? a website?

PostPosted: Mar 3, 2002 @ 10:22pm
by Conan
Well there are now 3 PocketC / ex-PocketC members :)

Getting going with eVC is not too difficult. There are plenty of resources for VC6++ and the embedded tools are so similar (environment wise) that any good book for VC will get you going.

If you feel like buying a book then consider Douglas Boling's 'Programming Microsoft Windows CE' even though it's pre PocketPC.

As for the differences between PocketC & eVC it's bad enough coming from PocketC for CE so you need to learn about the Windows message system by studying some samples. The rest of it is just coding.

Ian