News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Loading a MSDev 2010 Express solution in CodeBlocks

Started by Crowainian, July 17, 2014, 04:20:57 PM

Previous topic - Next topic

Crowainian

We have used MS Dev 2012 express to handle a large 2010 based solution.  It has been recompiled with 2012 but was first created with 2010.
When I try importing or opening the solution in CodeBlocks 13.12 it gets to about the 7th or so project and then crashes out.

Is there any extra configuration I need to do for large solutions?

stahta01

Likely CB only support C or C++ Projects; do you have web, dotnet or other type projects in the solutions?

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Crowainian

Just C++ projects.  They are fine in Dev Studio 2012 Express.

MortenMacFly

Could you provide one of These project files?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Crowainian

*sigh*

It works now - even though I have not changed anything!!!!!!!

ARGH!!!!