Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 7 of 7 total
Thread DBISAM 3 and Delphi 2006
Mon, Jan 16 2006 10:03 AMPermanent Link

Stuart Kelly
Hi,

I was wondering if anybody could give me some help with compiling/using
DBISAM 3.30 with Borland Developer Studio 2006.  All of our software
currently uses 3.30 and would take ages to convert.

I know that there is no official support for DBISAM 3.30.

I am trying to get the Delphi 7 source files to compile with C++ support
enabled.

Here are a list of the warnings I get.


  [Pascal Warning] DBISAMTb.pas(6138): W1000 Symbol 'ExtractFieldName'
is deprecated
  [Pascal Warning] DBISAMTb.pas(6509): W1000 Symbol 'ExtractFieldName'
is deprecated
  [Pascal Warning] DBISAMTb.pas(7546): W1000 Symbol 'ExtractFieldName'
is deprecated
  [Pascal Warning] dbisamcn.pas(45): W1025 Unsupported language
feature: 'Comp'
  [Pascal Warning] dbisamlb.pas(45): W1025 Unsupported language
feature: 'Comp'
  [Pascal Warning] dbisamlb.pas(45): W1025 Unsupported language
feature: 'Comp'
  [Pascal Warning] dbisamlb.pas(45): W1025 Unsupported language
feature: 'Comp'
  [Pascal Warning] dbisamlb.pas(45): W1025 Unsupported language
feature: 'Comp'
  [Pascal Warning] dbisamlb.pas(45): W1025 Unsupported language
feature: 'Comp'
  [Pascal Warning] dbisamlb.pas(45): W1025 Unsupported language
feature: 'Comp'
  [Pascal Warning] dbisamlb.pas(45): W1025 Unsupported language
feature: 'Comp'
  [Pascal Warning] dbisamlb.pas(45): W1025 Unsupported language
feature: 'Comp'
  [Pascal Warning] dbisamlb.pas(45): W1025 Unsupported language
feature: 'Comp'
  [Pascal Warning] dbisamlb.pas(45): W1025 Unsupported language
feature: 'Comp'
  [Pascal Warning] dbisamut.pas(634): W1000 Symbol 'ExtractFieldName'
is deprecated

Thanks Stuart
Mon, Jan 16 2006 1:43 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Stuart,

<< Here are a list of the warnings I get. >>

You didn't get any errors when you compiled ?  You should have gotten some
errors about TFieldType and some others.

--
Tim Young
Elevate Software
www.elevatesoft.com

Tue, Jan 17 2006 3:11 AMPermanent Link

Stuart Kelly
> << Here are a list of the warnings I get. >>
>
> You didn't get any errors when you compiled ?  You should have gotten some
> errors about TFieldType and some others.
>

I managed to fix those by adding additional entries.

I added four TYPE_UNKNOWN to TFieldType and four 0 to FldSubTypeMap.
Once this was done the project complied.

Stuart
Tue, Jan 17 2006 3:26 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Stuart,

<< I added four TYPE_UNKNOWN to TFieldType and four 0 to FldSubTypeMap. Once
this was done the project complied. >>

Yep, that's the ticket.  Nice job. Smiley

--
Tim Young
Elevate Software
www.elevatesoft.com

Thu, Jan 19 2006 5:51 AMPermanent Link

Stuart Kelly
Tim Young [Elevate Software] wrote:
> Stuart,
>
> << I added four TYPE_UNKNOWN to TFieldType and four 0 to FldSubTypeMap. Once
> this was done the project complied. >>
>
> Yep, that's the ticket.  Nice job. Smiley
>


So I can ignore the warnings.

Thanks Stuart
Thu, Jan 19 2006 4:08 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Stuart,

<< So I can ignore the warnings. >>

Yes, they are either deprecated warnings that are new or are warnings that
have always been there (Comp usage in BCB).

--
Tim Young
Elevate Software
www.elevatesoft.com

Thu, Jan 19 2006 7:29 PMPermanent Link

Stuart Kelly
>
> Yes, they are either deprecated warnings that are new or are warnings that
> have always been there (Comp usage in BCB).
>
Thanks Tim, your a star!

Looking forward to DBISAM 5 or what ever it is called.

Stuart ;o)
Image