Click here to Skip to main content
15,881,559 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to view source code of STL functions Pin
Richard MacCutchan20-Jul-12 6:11
mveRichard MacCutchan20-Jul-12 6:11 
GeneralRe: how to view source code of STL functions Pin
Maximilien20-Jul-12 10:13
Maximilien20-Jul-12 10:13 
AnswerRe: how to view source code of STL functions Pin
Chris Losinger20-Jul-12 6:26
professionalChris Losinger20-Jul-12 6:26 
GeneralRe: how to view source code of STL functions Pin
Ubun2OS21-Jul-12 4:40
Ubun2OS21-Jul-12 4:40 
QuestionIssue with Printing Pin
Mohibur Rashid19-Jul-12 23:47
professionalMohibur Rashid19-Jul-12 23:47 
QuestionRe: Issue with Printing Pin
Eugen Podsypalnikov20-Jul-12 0:41
Eugen Podsypalnikov20-Jul-12 0:41 
AnswerRe: Issue with Printing Pin
Mohibur Rashid20-Jul-12 1:26
professionalMohibur Rashid20-Jul-12 1:26 
GeneralRe: Issue with Printing Pin
Eugen Podsypalnikov20-Jul-12 1:35
Eugen Podsypalnikov20-Jul-12 1:35 
Can you reduce the loop down to 1 move per page
and then check the time difference ?

Or trace a page "ready" event by the call of:
::MessageBox(NULL, _T("A page done"), _T("How long ?"), MB_OK);
before ::EndPage(..)

Also, the printer DC could be prepared by "1 bit-per-pixel" bitmap
and maybe by smaller "DPI" value... Smile | :)
They sought it with thimbles, they sought it with care;
They pursued it with forks and hope;
They threatened its life with a railway-share;
They charmed it with smiles and soap. Smile | :)


modified 20-Jul-12 7:45am.

GeneralRe: Issue with Printing Pin
Mohibur Rashid20-Jul-12 2:19
professionalMohibur Rashid20-Jul-12 2:19 
GeneralRe: Issue with Printing Pin
Mohibur Rashid23-Jul-12 14:51
professionalMohibur Rashid23-Jul-12 14:51 
GeneralRe: Issue with Printing Pin
Eugen Podsypalnikov23-Jul-12 19:45
Eugen Podsypalnikov23-Jul-12 19:45 
GeneralRe: Issue with Printing Pin
Mohibur Rashid24-Jul-12 23:36
professionalMohibur Rashid24-Jul-12 23:36 
AnswerRe: Issue with Printing Pin
Richard MacCutchan20-Jul-12 1:05
mveRichard MacCutchan20-Jul-12 1:05 
GeneralRe: Issue with Printing Pin
Mohibur Rashid20-Jul-12 1:27
professionalMohibur Rashid20-Jul-12 1:27 
GeneralRe: Issue with Printing Pin
Richard MacCutchan20-Jul-12 1:49
mveRichard MacCutchan20-Jul-12 1:49 
GeneralRe: Issue with Printing Pin
Mohibur Rashid20-Jul-12 2:24
professionalMohibur Rashid20-Jul-12 2:24 
GeneralRe: Issue with Printing Pin
Richard MacCutchan20-Jul-12 2:52
mveRichard MacCutchan20-Jul-12 2:52 
GeneralRe: Issue with Printing Pin
Mohibur Rashid23-Jul-12 14:50
professionalMohibur Rashid23-Jul-12 14:50 
QuestionWindows has triggered a breakpoint in exe....... Pin
Andraw11119-Jul-12 9:01
Andraw11119-Jul-12 9:01 
AnswerRe: Windows has triggered a breakpoint in exe....... Pin
Albert Holguin19-Jul-12 9:12
professionalAlbert Holguin19-Jul-12 9:12 
GeneralRe: Windows has triggered a breakpoint in exe....... Pin
Andraw11119-Jul-12 9:56
Andraw11119-Jul-12 9:56 
GeneralRe: Windows has triggered a breakpoint in exe....... Pin
Andraw11119-Jul-12 10:58
Andraw11119-Jul-12 10:58 
GeneralRe: Windows has triggered a breakpoint in exe....... Pin
Richard MacCutchan19-Jul-12 22:24
mveRichard MacCutchan19-Jul-12 22:24 
GeneralRe: Windows has triggered a breakpoint in exe....... Pin
Andraw11123-Jul-12 3:44
Andraw11123-Jul-12 3:44 
GeneralRe: Windows has triggered a breakpoint in exe....... Pin
Richard MacCutchan23-Jul-12 4:30
mveRichard MacCutchan23-Jul-12 4:30 

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.