Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Unable to open 'DBISAMCT.OBJ'
Tue, Feb 7 2006 2:08 PMPermanent Link

I'm using 4.22b4 with C++ personality of BDS2006 and getting that
error on a project that's using a TDBISAMDBGrid.  I don't have that
file on my system.  I rebuilt db422d2006r/d with the generate c++
files option checked but only end up with the .hpp files.

Any ideas?
Thanks,
Al
Wed, Feb 8 2006 7:53 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Al,

<< I'm using 4.22b4 with C++ personality of BDS2006 and getting that error
on a project that's using a TDBISAMDBGrid.  I don't have that file on my
system.  I rebuilt db422d2006r/d with the generate c++ files option checked
but only end up with the .hpp files. >>

The TDBISAMDBGrid and other visual components are really only shipped for
re-compiling the utilities, if necessary.   It is included in the
dbisamct.pas unit.  Do you have that unit in your installation directory ?

--
Tim Young
Elevate Software
www.elevatesoft.com

Wed, Feb 8 2006 9:37 AMPermanent Link

On Wed, 8 Feb 2006 07:53:39 -0500, "Tim Young [Elevate Software]"
<timyoung@elevatesoft.com> wrote:
>
>The TDBISAMDBGrid and other visual components are really only shipped for
>re-compiling the utilities, if necessary.   It is included in the
>dbisamct.pas unit.  Do you have that unit in your installation directory ?
>
Tim,
I checked and all I have is the .dcu and .res, plus the .hpp that was
generated.  I noticed in my old BCB6 install folder the .obj exists
and has the same date/time as the other files.  Perhaps it was shipped
with previous versions?

In any event, I was able to replace the TDBISAMDBGrid with a TwwDBGrid
and all is well.

Thanks for the help,
Al
Image