I recently upgraded my old D7 app to XE5, rearranged and recompiled both 32 bit and 64 bit. No compile errors etc.
However (I didn't notice that at all, haven't tested this part of app) one of my customers reported issue in 64bit version... No preview is possible at all since app gives Access Violation while trying to work with TPrintPreview.
What I did now was debuging it in XE5 and it is clear that 64bit build fails when executing LoadLibrary('gdiplus.dll') in constructor TGDIPlusSubset.Create.
32bit version works fine.
Anyone with similar issue or solution?