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 |