Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Recompiling edbsrvr unicode
Sun, Dec 28 2008 8:23 PMPermanent Link

Phil Read
Hi,

I'm recompiling the edbsrvr program using BCB 2009 when I try to build
it gets right through with just 1 ERROR:

[ILINK32 Error] Fatal: Unable to open file 'DB.OBJ'

There is no such file in any of the ElevateDB folders, so I'm wondering
what I have done wrong.

Thanks.
Mon, Dec 29 2008 4:34 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Phil,

<< I'm recompiling the edbsrvr program using BCB 2009 when I try to build it
gets right through with just 1 ERROR:

[ILINK32 Error] Fatal: Unable to open file 'DB.OBJ'

There is no such file in any of the ElevateDB folders, so I'm wondering
what I have done wrong. >>

That is a common Delphi/C++Builder unit, and should be included in the
dbrtl.lib file in the \lib\release folder.  It sounds like the compiler
options are not set properly.  I would check it out right now and tell you
exactly what is wrong, but I've got my active source code installation
ripped apart right now working on 2.03 and it will take me until tomorrow
until I get you an answer.

--
Tim Young
Elevate Software
www.elevatesoft.com

Mon, Dec 29 2008 4:45 PMPermanent Link

Phil Read
It's all good Tim, I just used you the directive you suggested and it
compiled:

EDB_UNICODE

All I'm trying to do now is to convert the small amount of Delphi code
in the edbsrvr.dpr file to C++ code I can use in my edbsrvr.cpp file.
I'm not much good at converting Pascal to C++
Image