StretchBlt & Win98 
Author Message
 StretchBlt & Win98

Hello everyone,

I have an application, which is supposed to print some dialog boxes. Using
VC++ 6.0/MFC I have it done on my development machine, which is running
Win2000 - but it does not work on the user's computer, which is running
Win98.
What I figured out is that when I commented out a call to CDC::StretchBlt()
function inside my OnPrint() ( :) that actually makes the printing job), the
program works fine, printing out blank pages containing just headers and
footers (I write them into printer DC directly). As only I uncomment that
call to StretchBlt, program hangs up --- no, not there, but inside the MFC
code, at the call to the EndPage(). This happens despite whether I am
printing to a file, or to a local printer, or to a network one.

Does anyone know any problems with StretchBlt() under Win98? (it is just my
guess  of course it is the one responsible for hangups...) - or about any
other differences between printing under Win98 and Win2000?

Thank you in advance,

Mike



Tue, 08 Nov 2005 10:59:09 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. WIN98&NT SDK&DDK

2. WIN98&NT SDK&DDK

3. CDC::StretchBlt & BIG images

4. CDC::StretchBlt & BIG images

5. COM win98 & NT

6. VC5 & Win98

7. How to remote shutdown win95 & win98

8. Win98 (Chin) Vs Win98 (Eng)

9. GDI+ way of using StretchBlt mode of COLORONCOLOR

10. StretchBlt (HALFTONE) and WinNT40

11. StretchBlt in {Main::OnPaint}

12. CImage and CStatic - (StretchBlt) Problem

 

 
Powered by phpBB® Forum Software