WTL and WinCE
-
Can you use WTL for CE programming? if so, can you point me to some resources? TIA
R.Bischoff | C++ .NET, Kommst du mit?
-
Can you use WTL for CE programming? if so, can you point me to some resources? TIA
R.Bischoff | C++ .NET, Kommst du mit?
Check the libraries section of PocketPC Developer's Network[^], or in here: WTL CE[^]
-
Check the libraries section of PocketPC Developer's Network[^], or in here: WTL CE[^]
Thanks for the links. A couple more questions if you don't mind, 1. Do you recommend WTL or MFC for CE dev (not work related, just hobby)? 2. Do you have links to good docs on WTL CE development ? Thanks in Advance
R.Bischoff | C++ .NET, Kommst du mit?
-
Thanks for the links. A couple more questions if you don't mind, 1. Do you recommend WTL or MFC for CE dev (not work related, just hobby)? 2. Do you have links to good docs on WTL CE development ? Thanks in Advance
R.Bischoff | C++ .NET, Kommst du mit?
MFC is far more documented than WTL. It will generate bulkier executables, and its whole architecture is less elegant than WTL's. The problem with WTL is the lacking of an "official" documentation. But you can always find WTL docs on the web. You can start here in CP or go to the following sites:
http://www.idevresource.com/wtl/[^]
http://www.viksoe.dk/wtl/[^]
http://63.193.123.11/wtl/[^]
http://www.gurlpages.com/wtl/[^]
If you find other sites, please let me know.