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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Compiling for 64 Bit

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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.