Microsoft Security Essentials does not see any threat.KIS 2012 does not permit unpacking archives because he had discovered a Trojan horse in the ... XE2 Update 3 (Лекарство дла Упдате3). Did you also notice the same?
After decompressing Therapy for XE2 with UPX no Trojan is detected.KIS 2012 does not permit unpacking archives because he had discovered a Trojan horse in the ... XE2 Update 3 (Лекарство дла Упдате3). Did you also notice the same?
Changelog from 4.5 to 4.6 (2011-12-15)
Added: After compile/debug unused compiler memory is released
Added: LiveBindings slowed down the IDE (XE2) [XE2 Update 3 fixed it differently]
Added: Compiler Package optimization
Added: Delphi-Debugger GetFileIndex optimization
Added: Debugger memory leak fix (XE2)
Added: Memory leak fix for Debugger’s GetModuleFileNameEx calls (2009-2010)
Added: Improved the performance when debugging the IDE (2009-2010)
Improved: C++ Debugger symbol reader performance
Fixed: XML Serializer cache race condition (2009-XE)
Я сталкивался. Новый пустой проект валится на инициализации модуля ExceptionLog. Наверное, в Update3 что-то круто изменилось, теперь ждем обновления EurekaLogТо ли у меня какие-то косяки, не пойму. После установки Update3 перестали компилиться проекты с включенным EurekaLog (6.1.03 Enterprise). Никто больше не сталкивался с такой проблемой?
Я сталкивался. Новый пустой проект валится на инициализации модуля ExceptionLog. Наверное, в Update3 что-то круто изменилось, теперь ждем обновления EurekaLog
You should change one definition in ExceptionLog.pas:
function ModuleInitTable: PackageInfo;
const
InitContextOffsetFromAllocMemSize =
{$IFDEF Delphi6Down} $84 {$ELSE} // D2-D6
{$IFDEF Delphi9Down} $80 {$ELSE} // D7-D2005
{$IFDEF Delphi11Down} $2218 {$ELSE} // D2006-D2007
{$IFDEF Delphi14Down} $2214 {$ELSE} // D2009-D2010
{$IFDEF Delphi15} $2210 {$ELSE} // DXE-...
{$IFDEF Delphi16} $2214 // DXE2-...
{$ENDIF}
{$ENDIF}
{$ENDIF}
{$ENDIF}
{$ENDIF}
{$ENDIF};
Changelog from 4.6 to 4.6.1 (2011-12-27)
Fixed: Directory cache didn’t find files if CodeInsight was invoked in a uses-clause
Fixed: Possible access violation during unit clean up