VC++ debugging with latest Avira Antivir
-
I has Visual Studio 2008 on my Windowx XP machine and this entire Windows installation was later converted into VHD instance to run inside Virtual PC on Windows 7.64. Everytihng was working fine until recently. I am not sure what I changed, maybe nothing at all, but now I am unable to debug most of compiled projects inside this virtual Windows. Visual Studio reports that debugged application is unable to initialize properly or throwing some weird exceptions, sometimes applications starts but then its unable to call some standard Windows APIs like returns 0 from InternetOpen function. Compiler and linker by itself seems to work properly, if I run compiled applications from same virtual machine, they work fine, only problem I see is when I try to debug something using IDE inside Virtual PC. I tried to roll back VHD file to the state when everything was working but it does not help, so I guess its a virtualization problem. Any thoughts how could I fix this? Update: Never mind, it seems to have nothing to do with virtualization, its a bug in latest Avira Antivir and is described here: http://www.avira.com/de/support-for-free-faq-detail/faqid/805[^] and here in English: https://forum.avira.com/wbb/index.php?page=Thread&postID=1031803[^]