Search found 278 matches

by gto
02.09.2006, 14:00
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Batch compile and install
Replies: 5
Views: 1351

mdaems , to compile without using the IDE, use the compiler itself in program files\borlans\delphi-version\bin\dcc32.exe ;) I puted it into "open with" list of windows (2003 server here) for .dpr files. For me, to compile without open IDE is just a right click, open with, dcc32. The binar...
by gto
01.09.2006, 13:55
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZSQLMonitor always logs application-wide
Replies: 9
Views: 3096

I'll do it. Pretty easy task.
mdaems, how do I make a diff file for the changes, for a group of files ?

I'm using windows and ExamDiff, which only leave the option to save diff for one single file :?
by gto
01.09.2006, 13:54
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Batch compile and install
Replies: 5
Views: 1351

http://www.delphi-jedi.org/ This set of components (you should know it) does exactly what you want. The installer is open source, and is build up on installation, with your version of delphi (or in case, the most recent version installed), and the code is all in object pascal. You may want to take a...
by gto
01.09.2006, 01:29
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZSQLMonitor always logs application-wide
Replies: 9
Views: 3096

Hello! Yes, this is not a bug, is a feature! :D ZSQLMonitor links to every ZConnection found in application, so there's no way to limit to only one (as far I know). But, ZSQLMonitor code is quite simple: There's a common variable called DriverManager, that does the communication between ZSQLMonitor ...
by gto
31.08.2006, 22:11
Forum: Feature Requests
Topic: Zeos and .NET
Replies: 2
Views: 1456

Well, I don't know nothing about .NET other than abstract information (no code), but this may answer your question: http://www.google.com.br/search?hl=pt-BR&q=.net+data-provider&btnG=Pesquisa+Google&meta= The major RDMS already have a data provider or a project to do. Zeos came to supply...
by gto
31.08.2006, 14:21
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: tzquery.Locate problem and dirty fix
Replies: 3
Views: 965

Yes, it's corrected. In SVN 99 : case CurrentType of stBoolean: begin Result := KeyValues[I].VBoolean = ResultSet.GetBoolean(ColumnIndex); end; stByte, stShort, stInteger, stLong: begin Result := KeyValues[I].VInteger = ResultSet.GetLong(ColumnIndex); end; stFloat, stDouble, stBigDecimal: begin Resu...
by gto
28.08.2006, 19:43
Forum: 6.1.5
Topic: ZComponent.bpl and designide.bpl
Replies: 10
Views: 5616

Hello! First, bpl is a Borland extension for a library package. Imagine a bpl like a Super-DLL, where the code of required 3rd-party lives. Then your application will become MUCH more small, but will require the bpl packages to run. A problem: The needing of bpl's to run, if not take with care, can ...
by gto
28.08.2006, 13:44
Forum: 6.1.5
Topic: ZeosDBO 6.1.5 for Firebird 2.0
Replies: 1
Views: 2801

Hello there Yes, the status of 6.5.1 still alpha. Anyway, there are many people using it as stable release with no single problem. The firebird 2 support was added into CVS/SVN versions, you can download the latest pack here: http://users.telenet.be/mdaems/ About changes, yes, there are one single c...
by gto
28.08.2006, 13:40
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Postgres and libpg.dll
Replies: 1
Views: 678

http://users.telenet.be/mdaems/

Download the latest packed version here and use the postgresql-8 protocol, with dlls that are into lib folder libpqXX.dll.

I don't use postgres but this should do the job.
Let me know if it works ! ;)
by gto
24.08.2006, 13:55
Forum: Firebird
Topic: Default dll
Replies: 11
Views: 4162

Right! My version is the latest SVN one, but he was using the last sourceforge file (alpha-cvs-13/10/2005). I've already sended your site to him too, with the latest packed version ;) I think becouse Firebird embeded wasn't implemented into his version, he suggested the change. About language, there...
by gto
23.08.2006, 17:19
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Strange error in Rev.98
Replies: 3
Views: 696

Hum. Delphi 7 here, no problemo with REV98 ;)
by gto
23.08.2006, 14:12
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Strange error in Rev.98
Replies: 3
Views: 696

Hello! Wow, very strange. The only references to ZPlainMysql.inc are into the ZPlainMySqlXX.pas: ZPlainMySql5.pas (529):{$I ZPlainMysql.inc} ZPlainMySql5.pas (535):{$I ZPlainMysql.inc} ZPlainMySql5.pas (567):{$I ZPlainMysql.inc} ZPlainMySql40.pas (357):{$I ZPlainMysql.inc} ZPlainMySql40.pas (363):{$...
by gto
23.08.2006, 13:57
Forum: Firebird
Topic: Default dll
Replies: 11
Views: 4162

Can somebody tell us what this is all about? I understand it's easier four you to communicate in you own languages, but can you doit using private messages and present the conclusions in english on the forum? If there's something to be changed inthe source code I'd like toknow what and why. Mark So...
by gto
21.08.2006, 14:07
Forum: Firebird
Topic: Default dll
Replies: 11
Views: 4162

Hello Galdarius ! The DLL that will be loaded depends on which protocol you selected! There's no "try" to load one or other, just a try to load the exactly DLL that matchs your protocol. If you want to do something like check for DLLs and the configure the protocol, and understand the diff...
by gto
16.08.2006, 21:28
Forum: Firebird
Topic: Default dll
Replies: 11
Views: 4162

Hello! The DLL loading is defined as fallows: ZPlainInterbase5.pas and ZPlainInterbase6.pas: const WINDOWS_DLL_LOCATION = 'gds32.dll'; LINUX_DLL_LOCATION = 'libgds.so'; ZPlainFirebird10.pas: const WINDOWS_DLL_LOCATION = 'gds32.dll'; LINUX_DLL_LOCATION = 'libgds32.so'; LINUX_IB_CRYPT_LOCATION = 'libc...