Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: lemon03 on October 27, 2010, 08:34:25 pm

Title: Project briefcase from VC2008 with Code:: Blocks open
Post by: lemon03 on October 27, 2010, 08:34:25 pm
Hello, first I must say sorry for my bad english, I'm a German.

I have here a problem with CodeBlocks.:

If I want to open a project briefcase from Visual C ++ 2008, the following happens: The query 'Do you want the imported projects to use the default compiler' affirms. The default compiler is the GNU GCC.

Compile current file: Nothing to be done
Build: Target is up to date. Nothing to be done.
Run: Executing blabla.exe and ...

no reaction of CodeBlocks. In the task manager books the executive exe as a process rising several 100 MB with 33% utilisation of a TripleCore. On finishing this exe in the task manager CodeBlocks replies Process terminated with status 1 (0 minutes, xx seconds)

What I do wrong?
Title: Re: Project briefcase from VC2008 with Code:: Blocks open
Post by: oBFusCATed on October 27, 2010, 09:15:09 pm
Read here for info how to debug it: http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_troubleshoot_an_compiler_problem.3F
Title: Re: Project briefcase from VC2008 with Code:: Blocks open
Post by: lemon03 on October 27, 2010, 10:06:28 pm
Sorry, but I cant find any hints in this FAQ for my problem. The output of 'full command line' is also empty like before.

Now I do some mistakes in the current code like erase some includes and CodeBlocks return at 'compile current file':


mingw32-g++.exe  -W -g -O0  -std=c++0x -std=c++98    -c "E:\C++ CB\Kurs\Passwort in Sternchen\sternchen.cpp" -o "Debug Win32\sternchen.o"

Process terminated with status 0 (0 minutes, 0 seconds)
0 errors, 0 warnings


How can this be?