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
 iepower function

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
RichardLight Posted - Feb 12 2013 : 04:40:23
Hi,

In our code we have used the iepower function, but this does not seem to be supported in the latest release in ImageEn (although it is used in e.g. QRImageEn.pas). Does the IePower2 function do the same thing as iepower?

Thanks,

Richard Light
2   L A T E S T    R E P L I E S    (Newest First)
fab Posted - Feb 12 2013 : 10:28:04
Hi,
just a little note: IEPower works just like Power (found in standard "math" unit). So you can replace IEPower with Power.
IEPower was introduced in past to avoid to include "math" unit, not available on Standard Delphi editions.
w2m Posted - Feb 12 2013 : 08:13:26
I have not tested if there are differences but I suspect they produce similar results. The IEPower function was vcl baised while IEPower2 is ASM code.

William Miller