Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 7 of 7 total
Thread IsNonPrintable
Wed, Mar 10 2010 11:44 PMPermanent Link

Peter

Hi there

I am trying to compile EDB Manager in D2009, and that requires that the edbutilcomps.pas be installed to a new package. When I click on Install, D2009 gags on 'Undeclared identifier: IsNonPrintable".

Is there a path that I should add to the Library?

Thanks

Peter
Thu, Mar 11 2010 2:40 AMPermanent Link

Uli Becker

Peter,

> Undeclared identifier: IsNonPrintable".
> Is there a path that I should add to the Library?

That's a function defined in EDBString.pas. You have to add the path to
the library. On my computer e.g.:

D:\Program Files\ElevateDB VCL Client-Server with Source\Version 2\RAD
Studio (Delphi) 2010\code\source\

Uli
Thu, Mar 11 2010 5:57 AMPermanent Link

Peter

Uli

No, I checked that before. The path to the dcu (I don't have the source) was already in the Library.

Thanks

Peter
Thu, Mar 11 2010 6:29 AMPermanent Link

Uli Becker

Peter,

> No, I checked that before. The path to the dcu (I don't have the source) was already in the Library.

You didn't post that. Frown

Uli
Thu, Mar 11 2010 12:29 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Peter,

<< I am trying to compile EDB Manager in D2009, and that requires that the
edbutilcomps.pas be installed to a new package. When I click on Install,
D2009 gags on 'Undeclared identifier: IsNonPrintable". >>

It's definitely in the edbstring unit, so as long as that unit is in the
path, you should be all set.  If it can't find that unit, then you've got
some older units laying around somewhere that are messing things up, or
you're using a newer version of the EDB Manager source code with an older
version of the EDB units.

--
Tim Young
Elevate Software
www.elevatesoft.com

Thu, Mar 11 2010 11:54 PMPermanent Link

Peter

Uli

<<You didn't post that. Frown>

Sorry, I can see how that looked. I should have said that the path to all the units was in the Library, but until you told me I didn't know that EDBString was the unit. I could have looked at the uses clause, but I hadn't.

Tim

You are right, I hadn't downloaded 203b8edbvclstdr2009.exe, just the D7 version, so that should fix it.

Thanks again

Peter
Fri, Mar 12 2010 1:46 AMPermanent Link

Uli Becker

Peter,

>
> Sorry, I can see how that looked.

No problem at all. I am glad you could fix it now.

Regards Uli
Image