Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread Unit dbisamlb was compiled with a different version of Sysutils.TSearchRec
Tue, Dec 14 2010 7:06 AMPermanent Link

Hamid

Diagnostica AS

Hi
I have installed some Mathematic components for testing and uninstalled
again. After that I cannot compile my Delphi project. I get the following
error msg:
F2051: Unit dbisamlb was compiled with a different version of
Sysutils.TSearchRec
I tried to delete all SysUtils.dcu but it didn't help. Can you please tell
me what is wrong?
Platform: Windows XP and Delphi 2006

Tue, Dec 14 2010 7:24 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

HRB


How about uninstalling and reinstalling DBISAM?

Roy Lambert [Team Elevate]
Wed, Dec 15 2010 3:43 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com


<< I have installed some Mathematic components for testing and uninstalled
again. After that I cannot compile my Delphi project. I get the following
error msg:

F2051: Unit dbisamlb was compiled with a different version of
Sysutils.TSearchRec

I tried to delete all SysUtils.dcu but it didn't help. Can you please tell
me what is wrong? >>

It sounds like something overwrote your SysUtils unit with a different
version, or the SysUtils unit's interface section was changed in some way by
the components that you installed/uninstalled.  You're going to need to
verify that you have the correct version of the unit present in your
compiler search path.

--
Tim Young
Elevate Software
www.elevatesoft.com
Thu, Dec 16 2010 10:25 AMPermanent Link

Hamid

Diagnostica AS

>How about uninstalling and reinstalling DBISAM?

It didn't help. Restoring the original SysUtils files didn't help either.
Fri, Dec 17 2010 2:09 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com


<< It didn't help. Restoring the original SysUtils files didn't help either.
>>

Did you try a system-wide search on sysutils.* ?  My guess is that there's
still something in the compiler search path that is getting picked up
instead of the original SysUtils.dcu.

--
Tim Young
Elevate Software
www.elevatesoft.com
Image