|
From: David L. <boo...@dj...> - 2004-03-09 10:51:04
|
On Mon, 08 Mar 2004 13:46:27 -0800, <sy...@me...> wrote: >I wanted to recompile a version of the client that has my root server = address and config file name already embeded (to keep from having to = update the registry on each computer I install it on). I was able to open= the stable version of the client in Visual Studio 6.0, but I can't seem = to find where these strings are set. Can anyone help? > =46rom a quick search through the code (so I may have missed some occurrences) the server address is looked up in getConfigVariables (SyncIT\Synchronizer.cxx). You would also need to set the e-mail address usually stored in LastEmail (see Synchronizer::start() in the same file). HTH, David. |