Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: juniordeluxe on January 24, 2011, 11:40:05 pm

Title: I can not run an application in console mode CodeBlocks-WxWidgets
Post by: juniordeluxe on January 24, 2011, 11:40:05 pm
please tell me because I can not run an application in console mode, but if I can a graphic mode

I'm using:

MinGW32-make -f makefile.gcc BUILD=release SHARED=0 MONOLITHIC=1 UNICODE=0 RUNTIME_LIBS=static

In: Windows 7, Codeblocks, MinGW, WxPack;

In mode graphic

(http://img255.imageshack.us/img255/9034/graficof.th.jpg) (http://img255.imageshack.us/i/graficof.jpg/)

Uploaded with ImageShack.us (http://imageshack.us)


In mode console, not run the console


(http://img14.imageshack.us/img14/3346/consolar.th.jpg) (http://img14.imageshack.us/i/consolar.jpg/)

Uploaded with ImageShack.us (http://imageshack.us)

Please help me, sorry for my english
Title: Re: I can not run an application in console mode CodeBlocks-WxWidgets
Post by: stahta01 on January 25, 2011, 03:30:31 am
First confirm it is NOT a compiler command issue.
http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_troubleshoot_an_compiler_problem.3F

Second try running the program from the command line.

Tim S.