I have a Delphi DLL that prints reports, that works fine everywhere but Azure. It crashes when creating a form with a report on it (Quick Report or Report Builder by Digital Metaphor) I can also create the crash, but setting Printer.PrinterIndex = -1, before creating the report.
I get an exception code Exception code: 0x0eedfade. When I run the application in admin mode the exception code changes to : 0x000006ba
IS there some sort of security with Azure that is causing my app to crash?
User contributions licensed under CC BY-SA 3.0