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

C / C++ / MFC

 
QuestionRe: how to remove space while writing data to text file using CFile in vc++ Pin
CPallini10-Sep-09 21:39
mveCPallini10-Sep-09 21:39 
GeneralRe: how to remove space while writing data to text file using CFile in vc++ Pin
David Crow10-Sep-09 3:32
David Crow10-Sep-09 3:32 
QuestionExcel and unicode big endian Pin
Rakesh510-Sep-09 1:45
Rakesh510-Sep-09 1:45 
QuestionDelete Content Folder Pin
kumar sanghvi10-Sep-09 1:24
kumar sanghvi10-Sep-09 1:24 
AnswerRe: Delete Content Folder Pin
Nuri Ismail10-Sep-09 1:33
Nuri Ismail10-Sep-09 1:33 
AnswerRe: Delete Content Folder Pin
Adam Roderick J10-Sep-09 1:39
Adam Roderick J10-Sep-09 1:39 
GeneralRe: Delete Content Folder Pin
David Crow10-Sep-09 3:38
David Crow10-Sep-09 3:38 
QuestionRead Image's RGB co-ordinates Pin
Game-point10-Sep-09 1:07
Game-point10-Sep-09 1:07 
AnswerRe: Read Image's RGB co-ordinates Pin
CPallini10-Sep-09 1:37
mveCPallini10-Sep-09 1:37 
GeneralRe: Read Image's RGB co-ordinates Pin
Game-point10-Sep-09 1:52
Game-point10-Sep-09 1:52 
GeneralRe: Read Image's RGB co-ordinates Pin
Selvam R10-Sep-09 2:06
professionalSelvam R10-Sep-09 2:06 
GeneralRe: Read Image's RGB co-ordinates Pin
CPallini10-Sep-09 2:11
mveCPallini10-Sep-09 2:11 
GeneralRe: Read Image's RGB co-ordinates Pin
Nuri Ismail10-Sep-09 2:29
Nuri Ismail10-Sep-09 2:29 
GeneralRe: Read Image's RGB co-ordinates Pin
CPallini10-Sep-09 2:43
mveCPallini10-Sep-09 2:43 
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 

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.