Recent

Author Topic: Lazarus v0.9.30.4 + ZEOSDBO-6.6.6-stable not work  (Read 11267 times)

nenodias

  • Newbie
  • Posts: 4
Lazarus v0.9.30.4 + ZEOSDBO-6.6.6-stable not work
« on: April 14, 2012, 07:37:55 pm »
When I try install zcomponent.lpk
Have a error on the \src\core\ZClasses.pas...
below my message error
Code: [Select]
D:\Nova pasta\ZEOSDBO-6.6.1-beta\src\core\ZClasses.pas(84,22) Error: No matching implementation for interface method "IUnknown.QueryInterface(constref TGuid,out <Formal type>):LongInt; StdCall;" found
D:\Nova pasta\ZEOSDBO-6.6.1-beta\src\core\ZClasses.pas(183,14) Warning: An inherited method is hidden by "TZAbstractObject.Equals(const IUnknown):Boolean;"
D:\Nova pasta\ZEOSDBO-6.6.1-beta\src\core\ZClasses.pas(186,14) Warning: An inherited method is hidden by "TZAbstractObject.ToString:AnsiString;"
D:\Nova pasta\ZEOSDBO-6.6.1-beta\src\core\ZClasses.pas(190,1) Fatal: There were 1 errors compiling module, stopping
Any suggestion for this problem...

silvestre

  • Jr. Member
  • **
  • Posts: 76
Re: Lazarus v0.9.30.4 + ZEOSDBO-6.6.6-stable not work
« Reply #1 on: April 14, 2012, 08:01:45 pm »
Hi nenodias,

According to the directory ZEOSDBO-6.6.1-beta appears on your post  :-\, it seems that not using Zeos 6.6.6 version. In any case, if you go to the forum http://zeos.firmos.at/ Zeos sure you can get more help on the components.  :)

nenodias

  • Newbie
  • Posts: 4
Re: Lazarus v0.9.30.4 + ZEOSDBO-6.6.6-stable not work
« Reply #2 on: April 14, 2012, 10:04:13 pm »
Thanks for response, but I try with many versions of Zeos, after I was tired of try other versions of Zeos, I try the Lazarus v0.9.30.2, and I had no problem for Install the Zeos...
I think that can has a bug with Lazarus v 0.9.30.4, or any type of conflict.

silvestre

  • Jr. Member
  • **
  • Posts: 76
Re: Lazarus v0.9.30.4 + ZEOSDBO-6.6.6-stable not work
« Reply #3 on: April 14, 2012, 10:19:39 pm »
Hi nenodias,

It is possible,  I do not know if you've tried the latest development version?

https://zeoslib.svn.sourceforge.net/svnroot/zeoslib/branches/testing-egonhugeist/

In this latest version they are working on Lazarus, but does not work either, perhaps you'd better open a bug first Zeos forum.

nenodias

  • Newbie
  • Posts: 4
Re: Lazarus v0.9.30.4 + ZEOSDBO-6.6.6-stable not work
« Reply #4 on: April 14, 2012, 10:38:39 pm »
It is possible,  I do not know if you've tried the latest development version?
Hi I try the ZEOSDBO-6.6.6-stable, ZEOSDBO-6.6.5-stable, ZEOSDBO-6.6.1-stable and ZEOSDBO-7.0.0-alpha but none work with Lazarus v0.9.30.4 ...
I have install the Lazarus v0.9.30.2 and the ZEOSDBO-6.6.6-stable run perctly...


« Last Edit: April 14, 2012, 10:40:57 pm by nenodias »

Vincent Snijders

  • Administrator
  • Hero Member
  • *
  • Posts: 2661
    • My Lazarus wiki user page
Re: Lazarus v0.9.30.4 + ZEOSDBO-6.6.6-stable not work
« Reply #5 on: April 14, 2012, 10:44:12 pm »
One notable difference, Lazarus 0.9.30.2 used fpc 2.4.4, Lazarus 0.9.30.4 uses fpc 2.6.0.

I don't know if ZEOS supports fpc 2.6.0. Ask on their forum.

nenodias

  • Newbie
  • Posts: 4
Re: Lazarus v0.9.30.4 + ZEOSDBO-6.6.6-stable not work
« Reply #6 on: April 14, 2012, 11:10:21 pm »
One notable difference, Lazarus 0.9.30.2 used fpc 2.4.4, Lazarus 0.9.30.4 uses fpc 2.6.0.

I don't know if ZEOS supports fpc 2.6.0. Ask on their forum.
Ok thanks for explaining why it does not work
I will do...

ludob

  • Hero Member
  • *****
  • Posts: 1173
Re: Lazarus v0.9.30.4 + ZEOSDBO-6.6.6-stable not work
« Reply #7 on: April 15, 2012, 09:12:18 am »
A little search on this forum will give you also the answer to your question: http://www.lazarus.freepascal.org/index.php/topic,16615.msg90552.html#msg90552

calebs

  • Full Member
  • ***
  • Posts: 190
Re: Lazarus v0.9.30.4 + ZEOSDBO-6.6.6-stable not work
« Reply #8 on: April 16, 2012, 10:45:59 pm »
Yes look at ludob posts in my question they should solve your problem (i have the same one)

christensen

  • Full Member
  • ***
  • Posts: 127
Re: Lazarus v0.9.30.4 + ZEOSDBO-6.6.6-stable not work
« Reply #9 on: April 18, 2012, 12:23:19 pm »
I had the same problem with FPC 2.6.0 and i've changed to FPC 2.4.4 but now i have another problem when i try to compile the Zeoslib.

Quote
C:\lazarus\components\zeosdbo\src\component\ZPropertyEditor.pas(1,1) Fatal: Can't find unit PropEdits used by ZPropertyEditor

My current system:
Windows 7 32bit, Lazarus 0.9.30.4. FPC 2.4.4, Zeosdbo 6.6.6
« Last Edit: April 18, 2012, 12:26:00 pm by christensen »
Lazarus 1.4.4, FPC 2.6.4, Windows 7 64bit, AMD Athlon 7750 black edition, Asus M3N78-CM
Lenovo L540 i7-4702MQ, Windows 10 x64,Lazarus 1.6.2,FPC 3.0

ludob

  • Hero Member
  • *****
  • Posts: 1173
Re: Lazarus v0.9.30.4 + ZEOSDBO-6.6.6-stable not work
« Reply #10 on: April 18, 2012, 01:22:13 pm »
I had the same problem with FPC 2.6.0 and i've changed to FPC 2.4.4 but now i have another problem when i try to compile the Zeoslib.

Quote
C:\lazarus\components\zeosdbo\src\component\ZPropertyEditor.pas(1,1) Fatal: Can't find unit PropEdits used by ZPropertyEditor

My current system:
Windows 7 32bit, Lazarus 0.9.30.4. FPC 2.4.4, Zeosdbo 6.6.6
Open the zcomponent package and make sure IDEIntf is in the list of required packages. Verify also Options/Compiler Options/Inherited, look up the IDEIntf unit path and check if propedits.ppu exists in that directory. 


 

TinyPortal © 2005-2018