WTL Tips and Traps
- When creating a property sheet, you must use SetTitle() on the Property Sheet class to set a unique title so that WTL will not be confused with Settings property sheet.
- When using ATL and WTL on Windows Mobile 2003, make sure to add the define _WIN32_WCE_PSPC in Project->Settings->C/C++ tab->Preprocessor Definitions field.
