An AV Error occurs when using cxImageList's images in DLL (running in 64-bit environment)
Example source code and binaries attached.
We have closed this ticket because another page addresses its subject:
Hang on GdiPlusShutdownAccess Violation using TcxImageList in DLL (64-bit Windows)
Answers approved by DevExpress Support
Hello Ernest,
Thank you for the message.
To resolve the problem, you must initialize the GDI+ library.
I suggest that you read CB43806("Hang on GdiPlusShutdown") report, which describe how to work with the GDI+ library if you have included our components in a DLL.
Feel free to contact us if you need any further assistance in this regard.
Thanks,
Valdemar
Hi,
is this required in last version (looks like the functions doesn't exist anymore) ?
Thanks in advance
Nico F.
Yes, calling the initialization/finalization methods to resolve this issue is still required.
These methods were renamed to dxInitialize/dxFinalize and moved to the dxCore unit. I recommend that you review the gdiplus initialization in v2011 ?? for additional information.