Hi,
I have a VC++ program witch take data from a server in reel time. I want to make a backup every time when I close my program.
Please, any idea?
ersatz
Perhaps you should use class wizard to add an ExitInstance() override to your CWinApp class. You can do anything you want in their before your program closes.
programmer (prog'ram'er), n A hot-headed, anorak wearing, pimple-faced computer geek.
If you only want to copy the data to another place, without any special compression, I have written a nice backup tool with support of command line parameters. You could call this in your ExitInstance.
If you are interested please send me a mail. Im anyways about to publicise this tool on the Web in some Weeks (hopefully )
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.