VC++2003.NET to Visual Studio EXPRESS

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
 

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

Top