Re: Why?The differences among different development methods

From: Aaron Lawrence (aaronlNO_at_SPAMintegration.co.nz)
Date: 06/28/04


Date: Mon, 28 Jun 2004 15:57:33 +1200

I see that this is about the fifth time you have posted this question.
Stop doing that.

hxiaow wrote:

> Hi,all!
> I have check the primary problem during development time.
> The following detail is to show the differences among different development method.
> *************************************************
> projects based 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 based 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??
>
>
> *****************************
> application (!!the 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
>
> Jessy
> Huang



Relevant Pages

  • Developing with eVC for PPC and WM 5.0
    ... I need to minimize development time and to continue ... processors on the PPC). ... Can I continue to use the eVC 3.0 development platform? ... still compile for the PPC or should I branch the source code into two ...
    (microsoft.public.pocketpc.developer)
  • Re: Why?The differences among different development methods
    ... > 3,in EVC: ... > not support console application! ... I forget the exact details, but I think you just implement ... It is the runtime support for MFC. ...
    (microsoft.public.windowsce.platbuilder)