Click here to Skip to main content
15,886,067 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionEvent handler for Check box in Tree Conrol VC++ Pin
Ranojay10-Sep-09 0:55
Ranojay10-Sep-09 0:55 
AnswerRe: Event handler for Check box in Tree Conrol VC++ Pin
Selvam R10-Sep-09 1:05
professionalSelvam R10-Sep-09 1:05 
GeneralRe: Event handler for Check box in Tree Conrol VC++ Pin
Ranojay10-Sep-09 2:05
Ranojay10-Sep-09 2:05 
Questioncreating a zip folder Pin
gunjan ga10-Sep-09 0:54
gunjan ga10-Sep-09 0:54 
QuestionRe: creating a zip folder Pin
Nuri Ismail10-Sep-09 0:59
Nuri Ismail10-Sep-09 0:59 
AnswerRe: creating a zip folder Pin
gunjan ga10-Sep-09 1:19
gunjan ga10-Sep-09 1:19 
GeneralRe: creating a zip folder Pin
Nuri Ismail10-Sep-09 1:25
Nuri Ismail10-Sep-09 1:25 
GeneralRe: creating a zip folder Pin
gunjan ga10-Sep-09 1:31
gunjan ga10-Sep-09 1:31 
ya sure...
they are exactly this...

1>------ Build started: Project: zipping, Configuration: Debug Win32 ------
1>Compiling...
1>zipping.cpp
1>c:\documents and settings\313853\my documents\visual studio 2008\projects\zipping\zip.h(13) : error C2065: 'HZIP' : undeclared identifier
1>c:\documents and settings\313853\my documents\visual studio 2008\projects\zipping\zip.h(13) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\documents and settings\313853\my documents\visual studio 2008\projects\zipping\zip.h(17) : error C2146: syntax error : missing ';' before identifier 'ZRESULT'
1>c:\documents and settings\313853\my documents\visual studio 2008\projects\zipping\zip.h(17) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\documents and settings\313853\my documents\visual studio 2008\projects\zipping\zip.h(17) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\documents and settings\313853\my documents\visual studio 2008\projects\zipping\zip.h(22) : error C2146: syntax error : missing ';' before identifier 'CreateZip'
1>c:\documents and settings\313853\my documents\visual studio 2008\projects\zipping\zip.h(22) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\documents and settings\313853\my documents\visual studio 2008\projects\zipping\zip.h(22) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\documents and settings\313853\my documents\visual studio 2008\projects\zipping\zip.h(23) : error C2146: syntax error : missing ';' before identifier 'CreateZip'
1>c:\documents and settings\313853\my documents\visual studio 2008\projects\zipping\zip.h(23) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\documents and settings\313853\my documents\visual studio 2008\projects\zipping\zip.h(23) : error C2086: 'int HZIP' : redefinition
1> c:\documents and settings\313853\my documents\visual studio 2008\projects\zipping\zip.h(22) : see declaration of 'HZIP'
1>c:\documents and settings\313853\my documents\visual studio 2008\projects\zipping\zip.h(23) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\documents and settings\313853\my documents\visual studio 2008\projects\zipping\zip.h(24) : error C2146: syntax error : missing ';' before identifier 'CreateZipHandle'
1>c:\documents and settings\313853\my documents\visual studio 2008\projects\zipping\zip.h(24) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\documents and settings\313853\my documents\visual studio 2008\projects\zipping\zip.h(24) : error C2086: 'int HZIP' : redefinition


also if u cud tell me how do we use infozip instead ??
GeneralRe: creating a zip folder Pin
Nuri Ismail10-Sep-09 1:45
Nuri Ismail10-Sep-09 1:45 
GeneralRe: creating a zip folder Pin
gunjan ga10-Sep-09 1:58
gunjan ga10-Sep-09 1:58 
GeneralRe: creating a zip folder Pin
Nuri Ismail10-Sep-09 2:07
Nuri Ismail10-Sep-09 2:07 
GeneralRe: creating a zip folder [modified] Pin
gunjan ga10-Sep-09 7:44
gunjan ga10-Sep-09 7:44 
GeneralRe: creating a zip folder Pin
gunjan ga11-Sep-09 0:15
gunjan ga11-Sep-09 0:15 
QuestionBMP Image handling in c /c++ Pin
Mohd Afroz Khan10-Sep-09 0:20
Mohd Afroz Khan10-Sep-09 0:20 
AnswerRe: BMP Image handling in c /c++ Pin
«_Superman_»10-Sep-09 0:28
professional«_Superman_»10-Sep-09 0:28 
GeneralRe: BMP Image handling in c /c++ Pin
Mohd Afroz Khan10-Sep-09 0:41
Mohd Afroz Khan10-Sep-09 0:41 
QuestionRe: BMP Image handling in c /c++ Pin
CPallini10-Sep-09 1:41
mveCPallini10-Sep-09 1:41 
AnswerRe: BMP Image handling in c /c++ Pin
Michael Schubert10-Sep-09 2:17
Michael Schubert10-Sep-09 2:17 
GeneralRe: BMP Image handling in c /c++ Pin
CPallini10-Sep-09 2:40
mveCPallini10-Sep-09 2:40 
QuestionRemove Attributes... Pin
kumar sanghvi9-Sep-09 23:44
kumar sanghvi9-Sep-09 23:44 
AnswerRe: Remove Attributes... Pin
Adam Roderick J9-Sep-09 23:59
Adam Roderick J9-Sep-09 23:59 
GeneralRe: Remove Attributes... Pin
kumar sanghvi10-Sep-09 0:00
kumar sanghvi10-Sep-09 0:00 
GeneralRe: Remove Attributes... Pin
Adam Roderick J10-Sep-09 0:03
Adam Roderick J10-Sep-09 0:03 
Questionhow to rerun a process when it was terminated? Pin
iceman86169-Sep-09 22:53
iceman86169-Sep-09 22:53 
AnswerRe: how to rerun a process when it was terminated? Pin
Adam Roderick J9-Sep-09 22:59
Adam Roderick J9-Sep-09 22:59 

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.