Author |
Topic  |
|
RichardLight
United Kingdom
3 Posts |
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 |
|
w2m
   
USA
1990 Posts |
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 |
 |
|
fab
   
1310 Posts |
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. |
 |
|
|
Topic  |
|