Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: pedrozalexandro on February 03, 2011, 12:40:41 am

Title: Compiled wxwidgets wizard program from codeblocks is detected as malware
Post 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)
Title: Re: Compiled wxwidgets wizard program from codeblocks is detected as malware
Post by: oBFusCATed on February 03, 2011, 12:59:36 am
Search the forum... there are plenty of topics about anti* software...
Title: Re: Compiled wxwidgets wizard program from codeblocks is detected as malware
Post by: pedrozalexandro on February 03, 2011, 01:25:04 am
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.


Title: Re: Compiled wxwidgets wizard program from codeblocks is detected as malware
Post by: stahta01 on February 03, 2011, 03:19:54 am
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.
Title: Re: Compiled wxwidgets wizard program from codeblocks is detected as malware
Post by: Jenna on February 03, 2011, 06:43:16 am
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 !