PDA

View Full Version : Integrating Client


AlanNicoll
03-14-2008, 10:53 AM
I'm trying to integrate the client into my C++ application by having it automatically run the TrueUpdateClient when my application runs. I just have my application run the TrueUpdateClient and wait for it to return. This seems to work OK except when the TrueUpdateClient needs to be updated. Then it returns and restarts itself, but my application thinks everything is updated and continues executing.

How is this method best handled?

AlanNicoll
03-14-2008, 12:09 PM
Along with trying to integrate the TrueUpdateClient into my application, how do you update the application that is running the TrueUpdateClient? I get a sharing violation.

Mark
03-19-2008, 12:35 PM
Hi AlanNicoll,

The best way, and the way that we here at IndigoRose do it, is to simple launch your TrueUpdate client without waiting for return. That way your client will be able to shutdown and update your executable without getting a sharing violation.