Prev: CPrintDialogEx
Next: SC_RESTORE
From: Dan Bloomquist on 8 Sep 2006 18:20 symptom: printing to adobe 7.0 crashes. stack shows the crash in ad2kregp.dll This may be a rare problem, but if you see it, the fix is simple. Most applications will have the m_strTitle of the doc set and it won't crash. But if, like I do, you use dummy documents for views, you may not have this set, (it is an empty string). Set it to the default name you would like for the pdf. Best, Dan.
From: Tom Serface on 8 Sep 2006 18:51 Thanks for the tip Dan. It comes at a good time for me since I may be using tha same software in the next month or so. Tom "Dan Bloomquist" <public21(a)lakeweb.com> wrote in message news:d1mMg.205$ya1.42(a)news02.roc.ny... > > symptom: printing to adobe 7.0 crashes. stack shows the crash in > ad2kregp.dll > > This may be a rare problem, but if you see it, the fix is simple. Most > applications will have the m_strTitle of the doc set and it won't crash. > But if, like I do, you use dummy documents for views, you may not have > this set, (it is an empty string). > > Set it to the default name you would like for the pdf. > > Best, Dan. > > > > >
From:
Ajay Kalra on 8 Sep 2006 22:22 Must be me. I have *never* dealt with printing so far. Dont know why. I do recall a post here regarding Adobe and some crashes with MFC app. -- Ajay Kalra [MVP - VC++] ajaykalra(a)yahoo.com "Dan Bloomquist" <public21(a)lakeweb.com> wrote in message news:d1mMg.205$ya1.42(a)news02.roc.ny... > > symptom: printing to adobe 7.0 crashes. stack shows the crash in > ad2kregp.dll > > This may be a rare problem, but if you see it, the fix is simple. Most > applications will have the m_strTitle of the doc set and it won't crash. > But if, like I do, you use dummy documents for views, you may not have > this set, (it is an empty string). > > Set it to the default name you would like for the pdf. > > Best, Dan. > > > > >
|
Pages: 1 Prev: CPrintDialogEx Next: SC_RESTORE |