News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Compiled wxwidgets wizard program from codeblocks is detected as malware

Started by pedrozalexandro, February 03, 2011, 12:40:41 AM

Previous topic - Next topic

pedrozalexandro

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?

Uploaded with ImageShack.us

oBFusCATed

Search the forum... there are plenty of topics about anti* software...
(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!]

pedrozalexandro

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.



stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Jenna

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 !