Click here to Skip to main content
15,895,084 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhy the copy construct of GraphicsPath is protected? Pin
followait9-Apr-09 0:18
followait9-Apr-09 0:18 
AnswerRe: Why the copy construct of GraphicsPath is protected? Pin
Iain Clarke, Warrior Programmer9-Apr-09 1:45
Iain Clarke, Warrior Programmer9-Apr-09 1:45 
Questioncompression/Zip problem Pin
chandrakar ashish9-Apr-09 0:01
chandrakar ashish9-Apr-09 0:01 
AnswerRe: compression/Zip problem Pin
Hamid_RT9-Apr-09 0:05
Hamid_RT9-Apr-09 0:05 
GeneralRe: compression/Zip problem Pin
chandrakar ashish9-Apr-09 1:23
chandrakar ashish9-Apr-09 1:23 
GeneralRe: compression/Zip problem Pin
Rajesh R Subramanian9-Apr-09 1:31
professionalRajesh R Subramanian9-Apr-09 1:31 
GeneralRe: compression/Zip problem Pin
chandrakar ashish9-Apr-09 1:39
chandrakar ashish9-Apr-09 1:39 
AnswerRe: compression/Zip problem Pin
Rajesh R Subramanian9-Apr-09 0:44
professionalRajesh R Subramanian9-Apr-09 0:44 
The only thing that I can think of, from Microsoft, on these lines is the CAB SDK[^]. But I see you are wanting to compress image files, so I do not know what good can cab compression do for you.

There is no standard way of creating a zip compressed file using MFC or Windows API. I believe the .NET framework has this feature though. There is also the LZMA SDK[^] which can compress to .7z format, if you'd like it. The compression would be better than zip (and even rar) and the library works like a charm.

Almost all compression utilities can extract from .7z files, so you don't have to possibly worry on the compatibility front too.


It is a crappy thing, but it's life -^ Carlo Pallini

AnswerRe: compression/Zip problem Pin
Divyang Mithaiwala9-Apr-09 0:54
Divyang Mithaiwala9-Apr-09 0:54 
Questionpointer casting Pin
Jorge8-Apr-09 23:48
Jorge8-Apr-09 23:48 
QuestionRe: pointer casting Pin
CPallini8-Apr-09 23:55
mveCPallini8-Apr-09 23:55 
AnswerRe: pointer casting Pin
Jorge9-Apr-09 0:07
Jorge9-Apr-09 0:07 
GeneralRe: pointer casting Pin
CPallini9-Apr-09 0:45
mveCPallini9-Apr-09 0:45 
GeneralRe: pointer casting Pin
Rajesh R Subramanian9-Apr-09 1:19
professionalRajesh R Subramanian9-Apr-09 1:19 
GeneralRe: pointer casting Pin
CPallini9-Apr-09 1:55
mveCPallini9-Apr-09 1:55 
GeneralRe: pointer casting Pin
Rajesh R Subramanian9-Apr-09 2:09
professionalRajesh R Subramanian9-Apr-09 2:09 
GeneralRe: pointer casting Pin
Jorge9-Apr-09 1:37
Jorge9-Apr-09 1:37 
AnswerRe: pointer casting Pin
Rajesh R Subramanian9-Apr-09 0:38
professionalRajesh R Subramanian9-Apr-09 0:38 
GeneralRe: pointer casting Pin
Jorge9-Apr-09 1:08
Jorge9-Apr-09 1:08 
GeneralRe: pointer casting Pin
Rajesh R Subramanian9-Apr-09 1:13
professionalRajesh R Subramanian9-Apr-09 1:13 
GeneralRe: pointer casting Pin
Jorge9-Apr-09 1:40
Jorge9-Apr-09 1:40 
AnswerRe: pointer casting Pin
Divyang Mithaiwala9-Apr-09 1:01
Divyang Mithaiwala9-Apr-09 1:01 
GeneralRe: pointer casting Pin
Jorge9-Apr-09 1:19
Jorge9-Apr-09 1:19 
QuestionHeader file Pin
p_19608-Apr-09 21:25
p_19608-Apr-09 21:25 
AnswerRe: Header file Pin
«_Superman_»8-Apr-09 21:29
professional«_Superman_»8-Apr-09 21:29 

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.