printer driver crashes Acrobat Reader 7.0
- From: AF <info.af@xxxxxx>
- Date: Tue, 24 May 2005 16:49:25 +0200
Hello,
my printerdriver is written from scratch, but I have looked a lot at the plotter driver from the DDK samples.
My Driver initializes the structures GDIINFO, DEVINFO, DEVMODE and so on. The surface is created in "DrvEnableSurface" using functions
"EngCreateDeviceBitmap((DHSURF)pPDev, SurfSize, BMF_24BPP)" and
EngAssociateSurface(pPDev->hsurf, (HDEV)pPDev->hpdev, HOOK_COPYBITS | HOOK_STROKEPATH | HOOK_TEXTOUT).
The driver compiles very fine and applictaions like OpenOffice, MS-Paint, WordPad and Webbrowsers assess my functions like DrvTextOut.
Only "AcrobatReader 7.0" crashes if I want to print a document. The crash occures, if a accept print dialog with ok.
Thx for help and please ask each question you have.
Best regards
AF .
- Follow-Ups:
- Re: printer driver crashes Acrobat Reader 7.0
- From: Ken
- Re: printer driver crashes Acrobat Reader 7.0
- From: Vipin
- Re: printer driver crashes Acrobat Reader 7.0
- Prev by Date: Re: about SD BUS NdisMSetAttributesEx()
- Next by Date: Re: Windows: How to support 2 chip in a single driver?
- Previous by thread: Correct group for WDM development??
- Next by thread: Re: printer driver crashes Acrobat Reader 7.0
- Index(es):