T O P I C R E V I E W |
AlphaUniform |
Posted - May 28 2020 : 18:14:15 Hi, I'm very interested in getting the faster IO with IELib32.dll.
If you compile a project as Win32 a dll is not mandatory, but if use ielib32.dll, file IO will be about 20-30% faster.
ielib32.dll also includes optimized loading code for JPEG, PNG and JPEG2000, which is approximately 30% faster than ImageEn's native Delphi code. To use ielib32.dll for these formats, you will need to edit ie.inc and enable the following defines:
IEUSEDLLJPEGLIB IEUSEDLLPNGLIB IEUSEDLLJPEG2000LIB
You then need to recompile your packages.
Is there a way to use the IELib32.dll in C++ projects? I dont see a way to edit ie.inc and recompile, because I dont have Delphi.
Best regards Alex |
1 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - May 29 2020 : 01:38:30 Hi Alex
No, I'm afraid you would need to recompile the packages with Delphi.
Nigel Xequte Software www.imageen.com
|
|
|