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:52:12 +1200

Is there a question there?

hxiaow wrote:
> 3,in EVC:
> not support console application!

Not true. I forget the exact details, but I think you just implement
WinMain directly and use printf etc.

> ***********************************
> 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??

It is the runtime support for MFC. So, it just adds the MFC DLLs to the
windows CE image.

Aaron