T O P I C R E V I E W |
PStadler |
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
|
1 L A T E S T R E P L I E S (Newest First) |
fab |
Posted - Jul 17 2012 : 12:53:39 Hello, yes you're right about DelphiXE2orNewer. Anyway please note that current version (and next minor version) is still not compatible with 64 bit. |
|
|