Click here to Skip to main content
15,908,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: get all icon handle from system tray area Pin
swarup30-Dec-06 4:33
swarup30-Dec-06 4:33 
QuestionGDI+ 1.1 Does it exist? Pin
zaccheus28-Nov-06 8:20
zaccheus28-Nov-06 8:20 
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 
I have not used zlip to decompress a HTTP stream. However I use zlib to compress and decompress my own stream which is based on HTTP stream. While developing my routine I had to study the HTTP documentation (RFC). So, maybe I have an idea what could be the problem you have.

It is possible that the stream you read is 'Transfer-Encoding: chunked'. If so, trying to decompress in one gulp will not work. You probably have to decompress chunk by chunk.

Hope this helps. Keep this thread posted with your findings as I am interrested.

Louis.



Louis
* google is your friend *

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 
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 

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.