Compile MFC

Blade & Soul Eldoria Developer
Decennium
Joined
Jul 30, 2012
Messages
1,366
Reaction score
201
hey guys i need your skills help :)

when i try to compile mfc tools of CryEngine this what i got

1>C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\atlmfc\include\atldef.h(41) : fatal error C1189: #error : This version of ATL is not currently supported for CE. Look for the CE specific version.
 
Use Visual Studio Professional, the Express version has limited libraries, and does not support MFC, or ATL, plus Windows CE framework is a paid version.

On your problem:
You are trying to compile ATL for CE into a desktop environment, try to install windows CE on your computer, since you have VS 2008, the compatible version is CE 7.0::
Windows Embedded Compact 7
http://www.microsoft.com/en-us/download/details.aspx?id=38794
 
Back