Click here to Skip to main content
15,913,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Text in a math equation? Pin
jmkhael27-Apr-04 0:37
jmkhael27-Apr-04 0:37 
GeneralRe: Text in a math equation? Pin
Alexander M.,27-Apr-04 5:34
Alexander M.,27-Apr-04 5:34 
GeneralRe: Text in a math equation? Pin
toxcct27-Apr-04 8:24
toxcct27-Apr-04 8:24 
AnswerRe: Text in a math equation? Pin
Paul Ranson27-Apr-04 1:30
Paul Ranson27-Apr-04 1:30 
GeneralRe: Text in a math equation? Pin
toxcct27-Apr-04 2:01
toxcct27-Apr-04 2:01 
GeneralSkinMagic newbie seeking help Pin
Krugger40426-Apr-04 12:41
Krugger40426-Apr-04 12:41 
GeneralRe: SkinMagic newbie seeking help Pin
Prakash Nadar26-Apr-04 22:12
Prakash Nadar26-Apr-04 22:12 
GeneralDynamically Updateable EXE Pin
scrib26-Apr-04 6:56
scrib26-Apr-04 6:56 
I'm considering an building a c++ application that I'd like to have the ability to update itself periodically. Patch software seems like overkill so I was wondering what mechanisms people have used?

My thought was to have a launcher exe (app_launcher.exe) which is the .exe launched by shortcuts and etc. It would query a reg path for the "true" exe (mainapp_ver1.exe) and launch that.

The main app, could then download a cab file when an update was available, unzip the contents (so we'd have mainapp_ver2.exe downloaded) and then update the reg string so the new exe is launched next time. I use different file names to prevent problems in trying to overwrite a currently running exe.

That's the basic concept but it just feels like an ugly architecture. Anyone have experience with this sort of thing and have any better ideas?



DJScrib.
GeneralRe: Dynamically Updateable EXE Pin
David Crow26-Apr-04 7:05
David Crow26-Apr-04 7:05 
GeneralRe: Dynamically Updateable EXE Pin
Rick York26-Apr-04 7:34
mveRick York26-Apr-04 7:34 
GeneralVC++ Memory debug window Pin
Wheatbread26-Apr-04 6:46
Wheatbread26-Apr-04 6:46 
GeneralRe: VC++ Memory debug window Pin
Rick York26-Apr-04 7:28
mveRick York26-Apr-04 7:28 
GeneralRe: VC++ Memory debug window Pin
Prakash Nadar26-Apr-04 7:48
Prakash Nadar26-Apr-04 7:48 
GeneralRe: VC++ Memory debug window Pin
Rick York26-Apr-04 10:48
mveRick York26-Apr-04 10:48 
GeneralRe: VC++ Memory debug window Pin
Wheatbread26-Apr-04 8:12
Wheatbread26-Apr-04 8:12 
GeneralRe: VC++ Memory debug window Pin
Paul Ranson26-Apr-04 8:29
Paul Ranson26-Apr-04 8:29 
GeneralRe: VC++ Memory debug window Pin
Rick York26-Apr-04 11:21
mveRick York26-Apr-04 11:21 
GeneralRe: VC++ Memory debug window Pin
Wheatbread27-Apr-04 4:55
Wheatbread27-Apr-04 4:55 
GeneralMFC classes in my class Pin
pie26-Apr-04 6:32
pie26-Apr-04 6:32 
GeneralRe: MFC classes in my class Pin
jmkhael26-Apr-04 6:36
jmkhael26-Apr-04 6:36 
GeneralRe: MFC classes in my class Pin
pie26-Apr-04 6:42
pie26-Apr-04 6:42 
GeneralRe: MFC classes in my class Pin
jmkhael26-Apr-04 6:43
jmkhael26-Apr-04 6:43 
GeneralRe: MFC classes in my class Pin
pie26-Apr-04 6:46
pie26-Apr-04 6:46 
GeneralRe: MFC classes in my class Pin
jmkhael26-Apr-04 6:50
jmkhael26-Apr-04 6:50 
GeneralRe: MFC classes in my class Pin
pie26-Apr-04 6:52
pie26-Apr-04 6:52 

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.