Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread edbsrvr in BCB
Mon, Jan 26 2009 6:15 PMPermanent Link

Phil Read
Hi,

Has anyone successfully compiled the edbsrvr in BCB ? I basically have
it working but just need to add some of the code in the  .dpr file to
the .cpp file and am having trouble converting, namely the code for the
function StartingService(var Interactive: Boolean): Boolean;

If anyone has an example I would appreciate if you could post it.

Thanks Wink
Fri, Jan 30 2009 12:55 PMPermanent Link

Fernando Dias

Team Elevate Team Elevate

Phil,

As far as I know EDB Server code is Delphi code.
I never used BCB - can BCB compile Delphi code ?!

--
Fernando Dias
[Team Elevate]
Sat, Jan 31 2009 4:27 PMPermanent Link

Phil Read
Hi Fernando... Yes BCB can compile Delphi code and it works fine. But Im
trying to produce a special server program using BCB.

Thanks Wink
Sat, Jan 31 2009 5:50 PMPermanent Link

Fernando Dias

Team Elevate Team Elevate

Phil,

Sorry, I can't give you any kind of help help because I know nothing
about BCB, I was just curious about what you are trying to do.
Thanks

--
Fernando Dias
[Team Elevate]
Sun, Feb 8 2009 9:26 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Phil,

<< Has anyone successfully compiled the edbsrvr in BCB ? I basically have it
working but just need to add some of the code in the  .dpr file to the .cpp
file and am having trouble converting, namely the code for the function
StartingService(var Interactive: Boolean): Boolean; >>

Is there a specific part of that function that is causing you trouble ?
Most of the code is comprised of assignments, which should be fairly easy to
convert:

:=

change to

=

--
Tim Young
Elevate Software
www.elevatesoft.com

Image