Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread [DCC Error] dbisamtb.pas(24): F2051 Unit dbisamen was compiled with a different
Mon, Jan 5 2009 9:30 AMPermanent Link

usa
There is only one DBISAMTable component on my form. when running program error message occur

Errror message

[DCC Error] dbisamtb.pas(24): F2051 Unit dbisamen was compiled with a different version of zlibpas.DeAllocMem

I am using,

CodeGear™ Delphi® for Win32® Version 11.0.2709.7128 Copyright © 2007 CodeGear™.
DBISAM VCL Version 4.27 for RAD Studio (Delphi) 2007
Wed, Jan 7 2009 8:38 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com


<< There is only one DBISAMTable component on my form. when running program
error message occur

Errror message

[DCC Error] dbisamtb.pas(24): F2051 Unit dbisamen was compiled with a
different version of zlibpas.DeAllocMem

I am using,

CodeGear™ Delphi® for Win32® Version 11.0.2709.7128 Copyright © 2007
CodeGear™.
DBISAM VCL Version 4.27 for RAD Studio (Delphi) 2007 >>

You've got a unit mismatch somewhere between the units in your compiler
search paths.  I would uninstall all copies of DBISAM, make sure that there
aren't any other dbisam*.* units anywhere, and then re-install DBISAM for
Delphi 2007.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image