I have a project written in VC++ 2003.NET which uses MFC classes.
I have ONLY VC++Express2005. I can open the VCProject file sucessfully. The
conversion takes place without any error. BUT the project is not Building
using VC++Express2005. The error is as follows:
1>Compiling...
1>StdAfx.cpp
1>\stdafx.h(35) : fatal error C1083: Cannot open include file: 'afxwin.h':
No such file or directory
1>Creating browse information file...
1>Microsoft Browse Information Maintenance Utility Version 8.00.50727
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>BSCMAKE: error BK1506 : cannot open file '.\Debug\IrrigationModel.sbr': No
such file or directory
Is it possible to build a VC++2003.NET project into VC++Express2005. If so,
how?
If not, can I CONVERT VC++2003.NET project code into VC#Express2005 code?
Thanks,
PMBCAN at GMAIL
Brian Muth - 26 Sep 2007 18:57 GMT
MFC is not supported in VC++ Express.
Brian
Jochen Kalmbach [MVP] - 26 Sep 2007 19:02 GMT
Hallo pmbcan!
> I have a project written in VC++ 2003.NET which uses MFC classes.
Have you bought this version?
> I have ONLY VC++Express2005.
Have you bought this version?
No? Then you don't have MFC/ATL support...
Buy at least the Standard version and everything is fine ;)

Signature
Greetings
Jochen
My blog about Win32 and .NET
http://blog.kalmbachnet.de/