*A primary problem about different development method*

From: elice meng (elicemeng_at_discussions.microsoft.com)
Date: 06/25/04


Date: Fri, 25 Jun 2004 08:44:30 -0700


Hi,all!
I have check the primary problem during development time.
The following detail is to show the differences among different development method.
*************************************************
projects of console application are different!
*************************************************

1,in feature(PB's sample):
int wmain (int argc, WCHAR **argv) {}

2,in project(PB):
int main(int argc, char *argv[], char *envp[]){}

3,in EVC:
not support console application!

***********************************
projects of MFC are different!
***********************************
1,in feature(PB's sample): not support ?
2,in project(PB): not support ?
3,in EVC: support

But in PB's Catolog, there is "Core Os\Display based devices\Device Management\Microsoft Foundation Classes (MFC)" . What is it used for? Does it support the app based MFC which is build by EVC??

*****************************
projects of application in feature(PB's sample), in project(PB) and in EVC are same.
****************************
1,in feature(PB's sample):
int WINAPI WinMain (HINSTANCE hInst, HINSTANCE hPrev, LPWSTR lpszCmdLine, int nCmdShow) {}

2,in project(PB):
int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPTSTR lpCmdLine,int nCmdShow){}

3,in EVC:
int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance, LPTSTR lpCmdLine,int nCmdShow){}

Thanks a lot!!
Jessy Huang



Relevant Pages

  • *A primary problem about different development method*
    ... I have check the primary problem during development time. ... projects of console application are different! ... int wmain ... projects of application in feature, in projectand in EVC are same. ...
    (microsoft.public.windowsce.platbuilder)
  • ?the differences among different development method?
    ... I have check the primary problem during development time. ... projects based console application are different! ... int wmain ... int WINAPI WinMain (HINSTANCE hInst, HINSTANCE hPrev, LPWSTR lpszCmdLine, int nCmdShow) ...
    (microsoft.public.windowsce.platbuilder)
  • Why?The differences among different development methods
    ... I have check the primary problem during development time. ... projects based console application are different! ... int wmain ... int WINAPI WinMain (HINSTANCE hInst, HINSTANCE hPrev, LPWSTR lpszCmdLine, int nCmdShow) ...
    (microsoft.public.windowsce.platbuilder)
  • [PATCH 2.6] Altix serial driver
    ... patch for our console driver. ... We converted the driver to use the ... -static int sn_sal_is_asynch; ... -static void sn_sal_tasklet_action; ...
    (Linux-Kernel)
  • [PATCH 2.6] Altix serial driver
    ... patch for our console driver. ... We converted the driver to use the ... -static int sn_sal_is_asynch; ... -static void sn_sal_tasklet_action; ...
    (Linux-Kernel)