Author Topic: Compiled wxwidgets wizard program from codeblocks is detected as malware  (Read 5774 times)

Offline pedrozalexandro

  • Single posting newcomer
  • *
  • Posts: 2
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
« Last Edit: February 03, 2011, 12:53:09 am by pedrozalexandro »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Compiled wxwidgets wizard program from codeblocks is detected as malware
« Reply #1 on: February 03, 2011, 12:59:36 am »
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!]

Offline pedrozalexandro

  • Single posting newcomer
  • *
  • Posts: 2
Re: Compiled wxwidgets wizard program from codeblocks is detected as malware
« Reply #2 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.



Offline stahta01

  • Lives here!
  • ****
  • Posts: 7790
    • My Best Post
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: Compiled wxwidgets wizard program from codeblocks is detected as malware
« Reply #4 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 !