Delphi Dll on Azure crashes

-1

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?

azure
delphi
asked on Stack Overflow Jan 16, 2020 by mike

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0