Click here to Skip to main content
15,915,611 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: GDI+ 1.1 Does it exist? Pin
David Crow28-Nov-06 9:25
David Crow28-Nov-06 9:25 
AnswerRe: GDI+ 1.1 Does it exist? Pin
zaccheus28-Nov-06 12:27
zaccheus28-Nov-06 12:27 
AnswerRe: GDI+ 1.1 Does it exist? Pin
Joe Woodbury28-Nov-06 16:26
professionalJoe Woodbury28-Nov-06 16:26 
GeneralRe: GDI+ 1.1 Does it exist? Pin
zaccheus30-Nov-06 9:46
zaccheus30-Nov-06 9:46 
Questiongzip compression and decompression Pin
Richard Andrew x6428-Nov-06 7:29
professionalRichard Andrew x6428-Nov-06 7:29 
AnswerRe: gzip compression and decompression Pin
ldaoust28-Nov-06 8:07
ldaoust28-Nov-06 8:07 
GeneralRe: gzip compression and decompression Pin
Richard Andrew x6428-Nov-06 8:12
professionalRichard Andrew x6428-Nov-06 8:12 
GeneralRe: gzip compression and decompression Pin
Richard Andrew x6428-Nov-06 9:00
professionalRichard Andrew x6428-Nov-06 9:00 
Hi Louis, I think I have it figure out.

The content gets compressed before the chunking is applied, so it does need to be decompressed as a whole, not chunk by chunk.

However, your pointing me toward the transfer-encoding turned out to be what solved it, because I realized I was mishandling the chunks themselves. I was putting together the whole content without parsing the individual chunks to extract only the data, and not the chunk size.

Now I think I'm on the right track.

Thanks again for your brain power!


--------------------------------

"All that is necessary for the forces of evil to win in the world is for enough good men to do nothing" -- Edmund Burke

GeneralRe: gzip compression and decompression Pin
ldaoust28-Nov-06 9:29
ldaoust28-Nov-06 9:29 
GeneralRe: gzip compression and decompression Pin
Richard Andrew x6428-Nov-06 9:33
professionalRichard Andrew x6428-Nov-06 9:33 
GeneralRe: gzip compression and decompression Pin
Steve S28-Nov-06 21:52
Steve S28-Nov-06 21:52 
GeneralRe: gzip compression and decompression Pin
Richard Andrew x6428-Nov-06 21:59
professionalRichard Andrew x6428-Nov-06 21:59 
QuestionVector Sort Multidimensional Array Pin
vinniez_ok28-Nov-06 6:26
vinniez_ok28-Nov-06 6:26 
AnswerRe: Vector Sort Multidimensional Array Pin
Christian Graus28-Nov-06 12:00
protectorChristian Graus28-Nov-06 12:00 
GeneralRe: Vector Sort Multidimensional Array Pin
vinniez_ok28-Nov-06 19:41
vinniez_ok28-Nov-06 19:41 
GeneralRe: Vector Sort Multidimensional Array Pin
vinniez_ok30-Nov-06 6:19
vinniez_ok30-Nov-06 6:19 
GeneralRe: Vector Sort Multidimensional Array Pin
vinniez_ok30-Nov-06 6:24
vinniez_ok30-Nov-06 6:24 
GeneralRe: Vector Sort Multidimensional Array Pin
Christian Graus30-Nov-06 8:09
protectorChristian Graus30-Nov-06 8:09 
GeneralRe: Vector Sort Multidimensional Array Pin
vinniez_ok30-Nov-06 9:30
vinniez_ok30-Nov-06 9:30 
GeneralRe: Vector Sort Multidimensional Array Pin
Christian Graus30-Nov-06 9:40
protectorChristian Graus30-Nov-06 9:40 
Questionhow to make a normal button toggle and lock until its pressed again? . Pin
Super Hornet28-Nov-06 5:22
Super Hornet28-Nov-06 5:22 
AnswerRe: how to make a normal button toggle and lock until its pressed again? . Pin
toxcct28-Nov-06 5:25
toxcct28-Nov-06 5:25 
GeneralRe: how to make a normal button toggle and lock until its pressed again? . Pin
Super Hornet28-Nov-06 7:00
Super Hornet28-Nov-06 7:00 
GeneralRe: how to make a normal button toggle and lock until its pressed again? . Pin
Bram van Kampen28-Nov-06 14:53
Bram van Kampen28-Nov-06 14:53 
GeneralRe: how to make a normal button toggle and lock until its pressed again? . Pin
toxcct28-Nov-06 22:09
toxcct28-Nov-06 22:09 

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.