Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: pedrozalexandro on February 03, 2011, 12:40:41 am
-
hi, i have a problem indirectly related with compiling a wxwidgets program
i have the last version of mingw with codeblocks 10.5 in windows xp sp3
when codeblocks create the exe avira antivirus detects the exe like a malware and delete it
i have compiled other programs in the msys shell and i not have that problem, only with the exes compiled by code blocks
any idea? (http://img825.imageshack.us/img825/7513/problemnx.jpg) (http://img825.imageshack.us/i/problemnx.jpg/)
Uploaded with ImageShack.us (http://imageshack.us)
-
Search the forum... there are plenty of topics about anti* software...
-
yes i did it , but the closest solution i found in the forum was add codeblocks to the exception of the antivirus, the compiled exe runs but why happen this with the wxwidget project.
problem here is, why only with codeblocks compiled program and not with g++ only, is there a library or flag that must be ommitted?
thx.
-
http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_troubleshoot_an_compiler_problem.3F
Compare your command line build with C::B command.
Tim S.
-
And odnn't forget: it's not C::B that compiles the sources, it's the compiler you have chosen (most likely gcc/g++).
Code::Blocks is "just" an IDE, that generates the commandline and invokes the compiler !