Page 1 of 1

MS Visual C++ 2010 Express Addition

Posted: Sat Nov 27, 2010 5:04 am
by obsidian
Till now I have been using MS Visual C++ 2008 Express for compiler. In moving to MS Visual C++ 2010 Express the sample project goes through a conversion step, which fails. I.e. no converted project is built, and there are many errors.

Any suggestions on how to make this work, or other free tools that can be used to read the project files.

Thanks

Re: MS Visual C++ 2010 Express Addition

Posted: Sun Nov 28, 2010 1:05 am
by serg
Any suggestions on how to make this work, or other free tools that can be used to read the project files.
What project do you convert ? The sub-win project is MFC-based. As far as I know the free MSVC2010 doesn't include the MFC library. Can you please send us the conversion log file?

Re: MS Visual C++ 2010 Express Addition

Posted: Mon Nov 29, 2010 1:31 am
by obsidian
Since Mingw is now working I have moved on.

Note however that I am using sub_app, so MFC should not be an issue.

Also, sub_app converts and compiles fine on MS VC 2008 Express.

Thanks anyway

Re: MS Visual C++ 2010 Express Addition

Posted: Mon Nov 29, 2010 3:04 am
by serg
If you will need to build the sub_app by MSVC anyway, try to create a console app project and add two files to it: sub_app.c & cmd_pars.c. Don't forget about the sub20.lib
Regards