Author Topic: Loading a MSDev 2010 Express solution in CodeBlocks  (Read 5344 times)

Offline Crowainian

  • Single posting newcomer
  • *
  • Posts: 3
Loading a MSDev 2010 Express solution in CodeBlocks
« on: July 17, 2014, 04:20:57 pm »
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?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7785
    • My Best Post
Re: Loading a MSDev 2010 Express solution in CodeBlocks
« Reply #1 on: July 17, 2014, 07:39:45 pm »
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++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Crowainian

  • Single posting newcomer
  • *
  • Posts: 3
Re: Loading a MSDev 2010 Express solution in CodeBlocks
« Reply #2 on: July 18, 2014, 10:13:37 am »
Just C++ projects.  They are fine in Dev Studio 2012 Express.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re:
« Reply #3 on: July 18, 2014, 12:58:40 pm »
Could you provide one of These project files?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Crowainian

  • Single posting newcomer
  • *
  • Posts: 3
Re: Loading a MSDev 2010 Express solution in CodeBlocks
« Reply #4 on: July 18, 2014, 02:45:03 pm »
*sigh*

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

ARGH!!!!