Page 1 of 1

Graphtype absent on Delphi 6

Posted: 27.02.2007, 10:28
by Cover Story
Hi people!
Yesterday I Download ZeosDBO 6.6.1 zip archiv. I wanna install this package on Delphi6. When I compiling this package on Delphi6. Delphi6 write me mistake about "unit Graphtype not found". In Delphi no Graphtype. How to compile?

Posted: 16.01.2008, 09:16
by edgargamelle
Hello everyone,

I just tried to install ZeosDBO 6.6.2 on Turbo Delphi explorer.
I installed the components from the packages ZCore, ZParseSql, ZPlain and ZDbc without problem. But when I install the components from the ZComponent package, I have an error message "unit Graphtype not found". Does anybody has idea about it ? I looked on the net but didnĀ“t find anything.

Posted: 16.01.2008, 11:12
by gto
I didn't find anything too.. In my Delphi 7, if I try to use the "Graphtype" unit, it also doesn't work, but Zeos installations goes properly.

Try to find which file is calling this Graphtype unit.

Posted: 16.01.2008, 13:52
by mdaems
This is a Lazarus unit. Find out why/where it's called. No problems on D7 here.

Mark

Posted: 16.01.2008, 22:45
by edgargamelle
Thanks for the tips. I removed the wrong component and it works great !

Ed

Posted: 17.01.2008, 09:02
by mdaems
And what was the wrong component?
Did you try to include a unit and use a specific class yourself?
Or was a component installed by zeoslib that is not useable because of this Lazarus unit?

Mark