VC++2003.NET to Visual Studio EXPRESS

  • Thread starter Thread starter pmbcan
  • Start date Start date
P

pmbcan

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
 
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 ;)

--
Greetings
Jochen

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top