PStadler
 
Austria
60 Posts |
Posted - Jul 17 2012 : 08:25:18
|
Hello,
I have version 4.10 Beta of ImageEn. For 32 Bits everything compiles fine. If I try to compile PKIECtrl16_64.dproj I get an error of this assembler code, which should only be compiled for Delphi5. So Delphi6orNewer is not defined. But after ie.inc should be defined DelphiXE2orNewer. Should this instead be used?
{$IfNDef Delphi6orNewer} function Get8087CW: Word; // for D5 asm PUSH 0 FNSTCW [ESP].Word POP EAX end; {$ENDIF}
Sincerely Peter
|
|