Click here to Skip to main content
15,899,126 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Is there an alternative to GetDIBits? Pin
georgiek5027-May-03 9:30
georgiek5027-May-03 9:30 
GeneralRe: Is there an alternative to GetDIBits? Pin
Chris Losinger27-May-03 12:15
professionalChris Losinger27-May-03 12:15 
GeneralRe: Is there an alternative to GetDIBits? Pin
georgiek5027-May-03 12:39
georgiek5027-May-03 12:39 
GeneralRe: Is there an alternative to GetDIBits? Pin
Chris Losinger27-May-03 12:50
professionalChris Losinger27-May-03 12:50 
GeneralRe: Is there an alternative to GetDIBits? Pin
georgiek5027-May-03 22:22
georgiek5027-May-03 22:22 
GeneralRe: Is there an alternative to GetDIBits? Pin
Joel Lucsy28-May-03 2:53
Joel Lucsy28-May-03 2:53 
GeneralRe: Is there an alternative to GetDIBits? Pin
georgiek5028-May-03 4:54
georgiek5028-May-03 4:54 
GeneralRe: Is there an alternative to GetDIBits? Pin
Anonymous28-May-03 16:08
Anonymous28-May-03 16:08 
dib scanlines have always been buffered to 4 byte DWORD boundaries.
this is so that blit functions etc do not force the processor to do expensive address fixups caused by starting on an non 32bit aligned memory address. Somewhere in the win16 / win32 sdk documentation all this was documented at sometime in the past like the early 90's. this does not mean that the actual image width has to be a multiple of 4 and should not relate to image height at all.

GeneralRe: Is there an alternative to GetDIBits? Pin
georgiek5028-May-03 23:16
georgiek5028-May-03 23:16 
GeneralList Control with Cut and Paste Pin
tools200027-May-03 6:40
tools200027-May-03 6:40 
GeneralRe: List Control with Cut and Paste Pin
valikac27-May-03 9:33
valikac27-May-03 9:33 
GeneralRe: List Control with Cut and Paste Pin
tools200027-May-03 12:12
tools200027-May-03 12:12 
Generaldebugging COM Server Pin
act_x27-May-03 6:34
act_x27-May-03 6:34 
GeneralRe: debugging COM Server Pin
AlexO27-May-03 7:13
AlexO27-May-03 7:13 
Generalpath to executable Pin
SAK27-May-03 6:10
SAK27-May-03 6:10 
GeneralRe: path to executable Pin
valikac27-May-03 6:15
valikac27-May-03 6:15 
GeneralRe: path to executable Pin
SAK27-May-03 12:36
SAK27-May-03 12:36 
GeneralRe: path to executable Pin
Ted Ferenc27-May-03 6:19
Ted Ferenc27-May-03 6:19 
GeneralRe: path to executable Pin
SAK27-May-03 6:35
SAK27-May-03 6:35 
GeneralAnd don't forget.... Pin
Dean Goodman27-May-03 11:09
Dean Goodman27-May-03 11:09 
GeneralRe: And don't forget.... Pin
SAK27-May-03 12:37
SAK27-May-03 12:37 
GeneralRe: And don't forget.... Pin
Peter Weyzen28-May-03 17:54
Peter Weyzen28-May-03 17:54 
GeneralMFC dialog enigma Pin
Beer27-May-03 5:22
Beer27-May-03 5:22 
GeneralMaximize an MDI-Child Frame Pin
AnTri27-May-03 4:01
AnTri27-May-03 4:01 
GeneralRe: Maximize an MDI-Child Frame Pin
basementman27-May-03 4:07
basementman27-May-03 4:07 

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.