ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Compiling for 64 Bit
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

PStadler

Austria
60 Posts

Posted - Jul 17 2012 :  08:25:18  Show Profile  Reply
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

fab

1310 Posts

Posted - Jul 17 2012 :  12:53:39  Show Profile  Reply
Hello,
yes you're right about DelphiXE2orNewer. Anyway please note that current version (and next minor version) is still not compatible with 64 bit.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: