Tools
aupdate.txt
Associated article: Automatic Updates for Distributed Applications
Tags: Tools Parallel Embedded Systems
Published source code accompanying the article by Max I. Fomitchev in which he presented AutoUpdate, a program that lets you automatically update applications across a network. Also see AUPDATE.ZIP.
Automatic Updates for Distributed Applications
by Max I. Fomitchev
Listing One
CInternetSession* pInetSession = NULL;
CFtpConnection* pFtpConnection = NULL;
Listing Two
// WinNetwork resource variable
NETRESOURCE nr;
Listing Three
// Create INet session
pInetSession = new CInternetSession(NULL, 1, PRE_CONFIG_INTERNET_ACCESS,
NULL, NULL, INTERNET_...


