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

C / C++ / MFC

 
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 
GeneralRe: gzip compression and decompression Pin
ldaoust28-Nov-06 9:29
ldaoust28-Nov-06 9:29 
Great!

I am curious though. Should'nt it be possible to decompress chunk by chunk ?

I am assuming that chunk transfer is the right choice when sending binary data in a streaming fashion. Since the binary data can be large and dynamic it would be built as chunk then compress then sent out. Maybe thats not the way a web server does it for files. Maybe it is still possible to do it this way. Would need something in the HTTP header to identicate this behaviour.

My implementation does it chunk by chunk, but this is between propriatary server and propriatary client application. So far works very well.

Glad I could help.
Cheers.

Louis.

"Ambition without knowledge is like a boat on dry land"
-Mr. Miyagi

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 
AnswerRe: how to make a normal button toggle and lock until its pressed again? . Pin
Maximilien28-Nov-06 6:14
Maximilien28-Nov-06 6:14 

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.