Application crash when using doPDF
Application crash when using doPDF
Figured out problem when using doPDF in our application.
I've made a test application on c# that illustrates the problem.
The crashing happens in case of target platform = x64.
On x86 everything is fine.
OS: Win10 x64.
I've made a test application on c# that illustrates the problem.
The crashing happens in case of target platform = x64.
On x86 everything is fine.
OS: Win10 x64.
-
- Posts: 1565
- Joined: Thu May 23, 2013 7:19 am
Re: Application crash when using doPDF
Hi,
Not sure I understand exactly what you did. doPDF cannot be used inside other applications so I'm not sure what integration you did.
Not sure I understand exactly what you did. doPDF cannot be used inside other applications so I'm not sure what integration you did.
Re: Application crash when using doPDF
I meant that my application crashes when Im trying to print something from it. And my default printer is doPDF.
I figured out that this problem is connected with x64 applications.
I can provide you small test application for investigation.
I figured out that this problem is connected with x64 applications.
I can provide you small test application for investigation.
Re: Application crash when using doPDF
Try running the program in compatibility mode for other versions of Windows.
Or try to run it as an administrator
Or try to run it as an administrator
Last edited by Pidor00 on Tue Dec 03, 2019 10:40 am, edited 1 time in total.
Re: Application crash when using doPDF
It works in compatibility mode Windows 8.Pidor00 wrote:Try running the program in compatibility mode for other versions of Windows.
Or try to run it as an administrator