Search found 22 matches

by donaldshimoda
06.12.2012, 16:47
Forum: ZeosLib 7.0 Beta Forum
Topic: Failure to install on client's laptop
Replies: 11
Views: 3361

Actual beta work as expected:

I downloaded actual beta, compile and install perfect on XE2:

http://sourceforge.net/projects/zeoslib ... .0.1-beta/

Just go to packages\delphixe2 and open the project group , build all and install the design package.

HTH
by donaldshimoda
13.05.2010, 14:39
Forum: ZeosLib 7.0 Beta Forum
Topic: ZeosLib 7 64 bits support
Replies: 62
Views: 7019

to know all is fine, you must run tests, for me also work fine in my app.
by donaldshimoda
13.05.2010, 01:30
Forum: ZeosLib 7.0 Beta Forum
Topic: ZeosLib 7 64 bits support
Replies: 62
Views: 7019

I test version 805, version 806, firebird embebbed , firebird super server, all fails dbc test on the same point has explained.

HTH
by donaldshimoda
22.04.2010, 15:38
Forum: ZeosLib 7.0 Beta Forum
Topic: ZeosLib 7 64 bits support
Replies: 62
Views: 7019

Wich FPC version (the most important data) Im using ubuntu 9.10 , 64 bits, zeos trunk version, FPC 2.4.1, FB 2.1.3 no AV at all...
by donaldshimoda
16.12.2009, 22:45
Forum: ZeosLib 7.0 Beta Forum
Topic: BDS2010 and ZEOSLIB_TESTING_REV713
Replies: 24
Views: 2344

Thanks for the info.

I will test a BIG project using firebird 2.1 and Delphi 2010 in this days. I will feedback about that.

TIA
by donaldshimoda
16.12.2009, 20:54
Forum: ZeosLib 7.0 Beta Forum
Topic: BDS2010 and ZEOSLIB_TESTING_REV713
Replies: 24
Views: 2344

You welcome
by donaldshimoda
16.12.2009, 19:07
Forum: ZeosLib 7.0 Beta Forum
Topic: BDS2010 and ZEOSLIB_TESTING_REV713
Replies: 24
Views: 2344

Well, if you dont tell me where is the propblem with tortoise svn, is a little hard to help you. :)

the svn is at svn://zeos.firmos.at/zeos/branches/testing
you can checkout that url, must work as expected with Tortoise svn.

HTH
by donaldshimoda
16.12.2009, 13:56
Forum: ZeosLib 7.0 Beta Forum
Topic: BDS2010 and ZEOSLIB_TESTING_REV713
Replies: 24
Views: 2344

Can you use svn revision? I dont have idea what is inside that zip, and the word stable make me think is not the same code...
by donaldshimoda
03.12.2009, 12:59
Forum: ZeosLib 7.0 Beta Forum
Topic: BDS2010 and ZEOSLIB_TESTING_REV713
Replies: 24
Views: 2344

You welcome.
by donaldshimoda
02.12.2009, 21:41
Forum: ZeosLib 7.0 Beta Forum
Topic: BDS2010 and ZEOSLIB_TESTING_REV713
Replies: 24
Views: 2344

John, i suggest you start over: delete all reference to zeos package delete zeos dir get the code from repo open the project file add to the library file for zeos build the project install zcomponent. if complains just save and close delphi 2010 open again go to add packages and enbale it you must s...
by donaldshimoda
02.12.2009, 18:00
Forum: ZeosLib 7.0 Beta Forum
Topic: BDS2010 and ZEOSLIB_TESTING_REV713
Replies: 24
Views: 2344

John,
Do you add to the library paths the path containing the bpl and dcp files? Is working fine here with delphi 2010, so i bet theres a problem there...

BTW, im using revision 735.
by donaldshimoda
02.12.2009, 08:00
Forum: ZeosLib 7.0 Beta Forum
Topic: BDS2010 and ZEOSLIB_TESTING_REV713
Replies: 24
Views: 2344

Still needed to add the bpl path to libraries by hand

mdaems wrote:SVN rev. 728

Thanks!

Mark
BTW, still is need to ad by hand the bpl path.

HTH
by donaldshimoda
25.09.2009, 19:42
Forum: ZeosLib 7.0 Beta Forum
Topic: ZeosLib 7 64 bits support
Replies: 62
Views: 7019

I run the test, then where to upload the results? It only run 134 of the 374 tests...
by donaldshimoda
25.09.2009, 16:27
Forum: ZeosLib 7.0 Beta Forum
Topic: ZeosLib 7 64 bits support
Replies: 62
Views: 7019

Well, running from outside the ide solve the exceptions. I will report you in a moment the result of the tests! :)
by donaldshimoda
25.09.2009, 16:20
Forum: ZeosLib 7.0 Beta Forum
Topic: ZeosLib 7 64 bits support
Replies: 62
Views: 7019

BTW, you forget to fix ZTestCase.pas

at line 133
uses
{$IFDEF LINUX}
LCLIntf,
{$ELSE}

at line 381

function TZAbstractTestCase.GetTickCount: Cardinal;
begin
{$IFDEF LINUX}
Result := LCLIntf.GetTickCount;
{$ELSE}

Still raise some exceptions, i will show you in a while