Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Re-branding ElevateDB Server?
Sun, Dec 21 2008 1:24 AMPermanent Link

Steve Gill
If I want to re-brand ElevateDB Server to another name, where do I need
to do this?  I have changed it in a few places but it keeps coming up as
ElevateDB Server in some places.

Regards,

SteveG
Mon, Dec 22 2008 10:26 AMPermanent Link

Dale Derix
Hi Steve:

<<If I want to re-brand ElevateDB Server to another name, where do I need
to do this?  I have changed it in a few places but it keeps coming up as
ElevateDB Server in some places.>>


Try this:
1.  Open up the verinfo.rc file with a text editor and change the name there. (this file
is in the same folder as the rest of the server code).
2.  Recompile the resource using the Borland Resource Compiler (brc32.exe), which is a dos
utility.
3.  Recompile the server source.

Dale
Mon, Dec 22 2008 2:28 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Steve,

<< If I want to re-brand ElevateDB Server to another name, where do I need
to do this?  I have changed it in a few places but it keeps coming up as
ElevateDB Server in some places. >>

In addition to what Dale said, in the edbenginemgr.pas unit, change these
constants:

  DEFAULT_SERVER_NAME = TEDBString('EDBSrvr');
  DEFAULT_CMDLINE_NAME = TEDBString('EDBCmd');
  DEFAULT_SERVER_DESC = TEDBString('ElevateDB Server');

This is with the latest 2.02 B6.  Prior to build 5 or 4, this information
was in the edbserver.pas unit, but was moved to the edbenginemgr.pas unit in
order to allow for compilation under non-CS Lazarus builds.

--
Tim Young
Elevate Software
www.elevatesoft.com

Tue, Dec 23 2008 4:52 PMPermanent Link

Steve Gill

Thanks Dale and Tim.

Regards,

SteveG
Image