Is there a preprocessor define in evc++ that i can use in my code to
differentiate between Pocket PC and Pocket PC 2002 code?
Thanks
Thanks
Andrey Yatsyk
> Thanks
#ifdef WIN32_PLATFORM_PSPC
// PPC 2000 or PPC 2002
#if WIN32_PLATFORM_PSPC == 310
// PPC 2002
#elif WIN32_PLATFORM_PSPC == 1
// PPC 2000
#else
// Something else--Maybe future use.
#endif
Hope this helps...
Almon B. Strowger
KOOK Pocket Software
Quote:> Is there a preprocessor define in evc++ that i can use in my code to
> differentiate between Pocket PC and Pocket PC 2002 code?
> Thanks
1. Pocket PC vs Pocket PC 2002
If I develop an app against the PPC 2002, will I be able to install it on a
PPC device? What are the issues to watch out for here?
TIA
++C++
3. Is Pocket PC 3.0 the same as Pocket PC 2002?
5. Pocket PC / Pocket PC 2002: CDialog::m_bFullScreen
7. what differencies are between Pocket PC SDK an Pocket PC 2002 SDK
8. Changing drive letters after boot drive failure
9. Outlook 2002 Add-in: Pocket Contact Synchronizer 1.2 On Pocket PC 2002
10. New Pocket PC map-software for Europe on the Pocket PC / PC-Notebook
11. How can I copy a file from my PC tp Pocket PC 2002 emulator!
12. Pocket PC-size video of Pocket PC Summit party
13. New article at Pocket PC Developer Network - Testing programs on Pocket PC