Click here to Skip to main content
15,917,177 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Why is there an error when program CBT hook processes with DAO Pin
Galatei9-Oct-06 4:01
Galatei9-Oct-06 4:01 
GeneralRe: Why is there an error when program CBT hook processes with DAO Pin
redkey_pavel9-Oct-06 17:37
redkey_pavel9-Oct-06 17:37 
GeneralRe2: Why is there an error when program CBT hook processes with DAO Pin
redkey_pavel9-Oct-06 17:39
redkey_pavel9-Oct-06 17:39 
GeneralRe3: Why is there an error when program CBT hook processes with DAO Pin
redkey_pavel9-Oct-06 17:41
redkey_pavel9-Oct-06 17:41 
GeneralRe5: Why is there an error when program CBT hook processes with DAO Pin
redkey_pavel9-Oct-06 17:42
redkey_pavel9-Oct-06 17:42 
GeneralRe: Re5: Why is there an error when program CBT hook processes with DAO Pin
Hamid_RT9-Oct-06 18:41
Hamid_RT9-Oct-06 18:41 
GeneralRe: Further question Pin
redkey_pavel9-Oct-06 23:43
redkey_pavel9-Oct-06 23:43 
GeneralRe: Why is there an error when program CBT hook processes with DAO Pin
redkey_pavel9-Oct-06 17:55
redkey_pavel9-Oct-06 17:55 
QuestionWindow Borders Pin
Waldermort9-Oct-06 3:06
Waldermort9-Oct-06 3:06 
AnswerRe: Window Borders Pin
Galatei9-Oct-06 4:11
Galatei9-Oct-06 4:11 
QuestionHow to transparence the client area in SDI/MDI? Pin
fp20019-Oct-06 3:05
fp20019-Oct-06 3:05 
AnswerRe: How to transparence the client area in SDI/MDI? Pin
fp20019-Oct-06 4:31
fp20019-Oct-06 4:31 
AnswerRe: How to transparence the client area in SDI/MDI? Pin
Mark Salsbery9-Oct-06 7:33
Mark Salsbery9-Oct-06 7:33 
Questioncoloring splitter bar,box etc Pin
radhika289-Oct-06 2:12
radhika289-Oct-06 2:12 
QuestionMultithreading and multiple cores Pin
User 5826199-Oct-06 2:09
User 5826199-Oct-06 2:09 
AnswerRe: Multithreading and multiple cores Pin
Galatei9-Oct-06 2:25
Galatei9-Oct-06 2:25 
GeneralRe: Multithreading and multiple cores Pin
User 5826199-Oct-06 2:49
User 5826199-Oct-06 2:49 
QuestionModal DialogBox Pin
baerten9-Oct-06 2:03
baerten9-Oct-06 2:03 
AnswerRe: Modal DialogBox Pin
_AnsHUMAN_ 9-Oct-06 2:09
_AnsHUMAN_ 9-Oct-06 2:09 
GeneralRe: Modal DialogBox Pin
baerten9-Oct-06 2:27
baerten9-Oct-06 2:27 
AnswerRe: Modal DialogBox Pin
toxcct9-Oct-06 2:24
toxcct9-Oct-06 2:24 
Questionzipping files in C++ Pin
m.dietz9-Oct-06 1:38
m.dietz9-Oct-06 1:38 
Hi,

I don't know if this or a similar question is already asked, the search function only gave a .jar-article, so I try to ask on my own.

In a project I have to compress and copy files to a remote computer which should work without any user interaction, and so I'm now asking for a way to do that.

The whole program should run under Windows XP, which can read ZIPs, but are there system libraries to generate ZIPs, or do I need special programs / libraries to zip them? Can I zip files under C++ or do I have to call standard programs nevertheless?

And regarding the transfer, is there an easy way to initiate a non-interactive ftp-transfer of the zip-file after zipping has finished? Can I use the ftp-Program included in windows giving special command line options or do I need a special ftp-library to transfer that file to the remote server?

I'm using MS Visual C++ 6.0 under Windows XP (SP2 installed), if this info is important...

Thanks in advance for your help
Martin Dietz
AnswerRe: zipping files in C++ Pin
Galatei9-Oct-06 1:58
Galatei9-Oct-06 1:58 
GeneralRe: zipping files in C++ Pin
m.dietz9-Oct-06 2:14
m.dietz9-Oct-06 2:14 
AnswerRe: zipping files in C++ Pin
kakan9-Oct-06 2:19
professionalkakan9-Oct-06 2:19 

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.