Search found 1934 matches

by EgonHugeist
17.02.2012, 23:21
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Lazarus/FPC x64, fpc 2.6.1, win64 MySQL 64Bit
Replies: 65
Views: 7227

Can you tell me more details about this problem? I Can't run the testsuites for fpc/dbc-layers for lazarus. So please tell me detailed your Config-details..

Best regards

EgonHugeist
by EgonHugeist
11.02.2012, 13:41
Forum: ZeosLib 7.0 Beta Forum
Topic: Error installing Zeos SVN 990 on Linux-Lazarus
Replies: 3
Views: 620

Thanks, commited your changes(rev 956). Any other issues?

Best regards
by EgonHugeist
11.02.2012, 12:10
Forum: SQLite
Topic: path of Sqlite3.dll
Replies: 6
Views: 2574

Onis,

you can also copy this dll to the Windows\system path. If you realy want to have a own folder for this file go to the ZPlainSqLiteDriver.pas and change the WINDOWS_DLL3_LOCATION constant or declare it as global var and change this from your Application...
by EgonHugeist
11.02.2012, 11:55
Forum: ZeosLib 7.0 Beta Forum
Topic: Error installing Zeos SVN 990 on Linux-Lazarus
Replies: 3
Views: 620

patyit , normaly it does'nt matter if Windows or Linux. Did you use an older rev. before? Have you set the correct searchpath to your Option-properties of your used compiler? Be shure you've deleted all old *.dcu's and no searchpath points to old sources. Can you please check this? And do a detaile...
by EgonHugeist
09.02.2012, 15:09
Forum: ZeosLib 7.0 Beta Forum
Topic: Filter option gives false results
Replies: 7
Views: 889

Yep i know, i've tested your example with XE....
by EgonHugeist
09.02.2012, 14:43
Forum: ZeosLib 7.0 Beta Forum
Topic: Filter option gives false results
Replies: 7
Views: 889

Antoine , which SVN-revision do you use? I tested your test project and it works fine... Maybe i've different sources. I'm working on Full-unicode support for D2009+. So if the last testing revision from Sourceforge.net fails, try my revision from on Sourceforge.net in folder testing-egonhugeist......
by EgonHugeist
08.02.2012, 09:46
Forum: ZeosLib 7.0 Beta Forum
Topic: ZeosLib 7 and Delphi 2010
Replies: 1
Views: 387

add the Delphi14\build directory to your Search-path in your Delphi-option settings. or change the output-path of your package-BPL's to the {$BDSCOMMONDIR}\BPL...
by EgonHugeist
08.02.2012, 09:42
Forum: ZeosLib 7.0 Beta Forum
Topic: Latest version from SVN and Firebird and åäö on ISO8859_1
Replies: 6
Views: 1089

frla , there is an additional testing-branch on Sourceforge called testing-egonhugeist. Can you please test my modifications and tell me what happens to you DBExpress-Memo components? marsupilami 's patch fixes many problems but actually there was a mess of Unicode-Blob fields which you are usings ...
by EgonHugeist
08.02.2012, 09:27
Forum: ZeosLib 7.0 Beta Forum
Topic: [solved] Zeos Firebird 2.0 Delphi XE select error accent
Replies: 4
Views: 1028

Douglas, marsupilami,

Can you please test the testing-branch: testing-egonhugeist and do some bugreports if there is something wrong? There it should be possible to switch between the most charactersets and full unicode-support for all kind of blob text/..char-fields...

EgonHugeist
by EgonHugeist
08.02.2012, 09:22
Forum: ZeosLib 7.0 Beta Forum
Topic: How to download zeoslib - Revision 983: /branches/testing
Replies: 3
Views: 564

There is an addiditional testing-branch which i'm currently workout. It's called
testing-egonhugeist. There i've complete many missing Delphi2009 and higher internal handlings for special charactersets. Can you please test this with me and do some bugreports?

Regards EgonHugeist
by EgonHugeist
07.02.2012, 20:46
Forum: ZeosLib 7.0 Beta Forum
Topic: problem with procedure TZGenericCachedResolver.PostUpdates
Replies: 1
Views: 641

M56OBER , do you use constraints or indices for your table? On designing the where-clause Zeos asks his MetaData for the best rowi dentifier to have min. one unique-update row. The problem you wrote about seems like the Metadata-informations can't bring up some identifiers and on executing the cons...
by EgonHugeist
07.02.2012, 09:57
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Rev 968 testing-branches-informations
Replies: 12
Views: 1368

Thanks for your work. Can your please checkup the functionlaity of the testing-egonhugeist folder? And can you do some bugreports please?
by EgonHugeist
07.02.2012, 09:40
Forum: ZeosLib 7.0 Beta Forum
Topic: How to download zeoslib - Revision 983: /branches/testing
Replies: 3
Views: 564

Mario99 , Normaly you don't need a password to get the Zeos-Stuff. Create a new folder. Right-click on it and click to SVN update. Insert the URL https://zeoslib.svn.sourceforge.net/svnroot/zeoslib/branches/testing or the whole download of all SVN's https://zeoslib.svn.sourceforge.net/svnroot/zeosl...
by EgonHugeist
01.02.2012, 00:03
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Rev 968 testing-branches-informations
Replies: 12
Views: 1368

marcov , think it is most important to finalize the changes to the .inc files, and stop using versionnumbers directly in the main sources. The changes should be fully backwards compatible. (only a lot of extra defines are generated) This way, a certain workaround is much easier expandable to anothe...
by EgonHugeist
31.01.2012, 14:47
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Rev 968 testing-branches-informations
Replies: 12
Views: 1368

marcov , Is this ready and tested? The coming FPC 2.8 handles the String as UnicodeString like Delphi_12UP. I see you working on the TRecordBuffers.. so we can combinate our patches if you want. btw. shouldn't it be better to make a Type declaration at the begin of the unit and spezify a PZRecodBuf...