News:

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

Main Menu

Project briefcase from VC2008 with Code:: Blocks open

Started by lemon03, October 27, 2010, 08:34:25 PM

Previous topic - Next topic

lemon03

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?

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

lemon03

#2
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?