MS Visual C++ 2010 Express Addition

All about Sub-20 Multi Interface USB Adapter USB to I2C, SPI, GPIO, RS232, RS485, Ir, LCD

Moderator: serg

Post Reply
obsidian
Posts: 5
Joined: Sat Nov 27, 2010 4:47 am

MS Visual C++ 2010 Express Addition

Post 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

serg
Posts: 143
Joined: Mon Aug 31, 2009 9:17 pm

Re: MS Visual C++ 2010 Express Addition

Post 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?

obsidian
Posts: 5
Joined: Sat Nov 27, 2010 4:47 am

Re: MS Visual C++ 2010 Express Addition

Post 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

serg
Posts: 143
Joined: Mon Aug 31, 2009 9:17 pm

Re: MS Visual C++ 2010 Express Addition

Post 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

Post Reply