Is there a template to start WTL-based application for Smartphone 2002 platform?
By Yaroslav Goncharov, May 5, 2002.
Question
Since MFC is not supported on Smartphone 2002 I am going to use WTL in my application.
Is there a good template to start?
Answer
May, 28. Important note: the answer is obsolete. You can use
WTL AppWizard for Smartphone 2002 to start your project.
You can download such template from this site .
This sample also includes the part of WTL that can be used on Smartphone 2002. However, this porting is
not completed. Complete version of WTL for Smartphone 2002 will be available at this site later.
This template solves 2 known problems connected with resources that are generated by AppWizard: undefined I_IMAGENONE keyword and converting a menu bar resource to binary format
by the resource editor.
The template includes a basic menu bar, a main window implementation, and a single instance support.
Discuss
Discuss this QA.
Here you can write your comments and read comments of other developers.
|