Click here to Skip to main content
16,006,594 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: GetDIBits() works incorrectly with printer's DC Pin
Yuriy20033-Jan-07 6:30
Yuriy20033-Jan-07 6:30 
GeneralRe: GetDIBits() works incorrectly with printer's DC Pin
Mark Salsbery3-Jan-07 6:44
Mark Salsbery3-Jan-07 6:44 
GeneralRe: GetDIBits() works incorrectly with printer's DC Pin
Mark Salsbery3-Jan-07 6:06
Mark Salsbery3-Jan-07 6:06 
GeneralRe: GetDIBits() works incorrectly with printer's DC Pin
Yuriy20033-Jan-07 7:49
Yuriy20033-Jan-07 7:49 
GeneralRe: GetDIBits() works incorrectly with printer's DC Pin
Mark Salsbery3-Jan-07 8:00
Mark Salsbery3-Jan-07 8:00 
GeneralRe: GetDIBits() works incorrectly with printer's DC Pin
Yuriy20033-Jan-07 8:44
Yuriy20033-Jan-07 8:44 
GeneralRe: GetDIBits() works incorrectly with printer's DC Pin
Mark Salsbery3-Jan-07 9:26
Mark Salsbery3-Jan-07 9:26 
GeneralRe: GetDIBits() works incorrectly with printer's DC Pin
Yuriy20033-Jan-07 10:08
Yuriy20033-Jan-07 10:08 
Yes. There's something wrong between my GDI+ and printer. Problem is,
graphics.DrawImage() is void, does not return any values, so I can't check for errors. Is there a special GDI+ initialization for printer device, maybe?

All initialization I am doing is calling GdiplusStartup:
Gdiplus::GdiplusStartup(&m_gdiplusToken, &gdiplusStartupInput, NULL);


GeneralRe: GetDIBits() works incorrectly with printer's DC Pin
Mark Salsbery3-Jan-07 10:19
Mark Salsbery3-Jan-07 10:19 
GeneralRe: GetDIBits() works incorrectly with printer's DC Pin
Yuriy20033-Jan-07 10:50
Yuriy20033-Jan-07 10:50 
GeneralRe: GetDIBits() works incorrectly with printer's DC Pin
Yuriy20033-Jan-07 11:56
Yuriy20033-Jan-07 11:56 
GeneralRe: GetDIBits() works incorrectly with printer's DC Pin
Mark Salsbery3-Jan-07 12:59
Mark Salsbery3-Jan-07 12:59 
GeneralRe: GetDIBits() works incorrectly with printer's DC Pin
Yuriy20035-Jan-07 11:10
Yuriy20035-Jan-07 11:10 
GeneralRe: GetDIBits() works incorrectly with printer's DC Pin
Mark Salsbery5-Jan-07 11:15
Mark Salsbery5-Jan-07 11:15 
GeneralRe: GetDIBits() works incorrectly with printer's DC Pin
Yuriy20035-Jan-07 11:22
Yuriy20035-Jan-07 11:22 
GeneralRe: GetDIBits() works incorrectly with printer's DC Pin
Mark Salsbery5-Jan-07 11:27
Mark Salsbery5-Jan-07 11:27 
GeneralRe: GetDIBits() works incorrectly with printer's DC Pin
Yuriy20035-Jan-07 11:33
Yuriy20035-Jan-07 11:33 
GeneralRe: GetDIBits() works incorrectly with printer's DC Pin
Mark Salsbery5-Jan-07 11:46
Mark Salsbery5-Jan-07 11:46 
GeneralRe: GetDIBits() works incorrectly with printer's DC Pin
Yuriy20035-Jan-07 13:52
Yuriy20035-Jan-07 13:52 
GeneralRe: GetDIBits() works incorrectly with printer's DC Pin
Mark Salsbery30-Dec-06 12:12
Mark Salsbery30-Dec-06 12:12 
GeneralRe: GetDIBits() works incorrectly with printer's DC Pin
Yuriy200330-Dec-06 12:44
Yuriy200330-Dec-06 12:44 
AnswerRe: GetDIBits() works incorrectly with printer's DC Pin
Mark Salsbery30-Dec-06 12:29
Mark Salsbery30-Dec-06 12:29 
GeneralRe: GetDIBits() works incorrectly with printer's DC Pin
Yuriy200330-Dec-06 12:46
Yuriy200330-Dec-06 12:46 
GeneralRe: GetDIBits() works incorrectly with printer's DC Pin
Mark Salsbery30-Dec-06 12:55
Mark Salsbery30-Dec-06 12:55 
GeneralRe: GetDIBits() works incorrectly with printer's DC Pin
Mark Salsbery5-Jan-07 14:18
Mark Salsbery5-Jan-07 14:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.