RE: [lazarus] OutKafe 5.1.0 Released !

2007-06-03 Thread Pieter Valentijn
I still enjoy the conversation for me theres no need to take it off list :-) Met vriendelijke groet, Pieter Valentijn Delphidreams http://www.delphidreams.nl -Oorspronkelijk bericht- Van: A.J. Venter [mailto:[EMAIL PROTECTED] Verzonden: Sunday, June 03, 2007 8:24 AM Aan:

[lazarus] zeos components

2007-06-03 Thread pineal
Anyone else use the zeos components with Lazarus and the components now fail to compile with latest svn Lazarus sources today? I have also updated to latest svn zeos sources too, but the compile still fails on the ZPropertyEditor unit. neal.

Re: [lazarus] OutKafe 5.1.0 Released !

2007-06-03 Thread A.J. Venter
Fair enough - just didn't want to come across as a spammer :) A.J. On 6/3/07, Pieter Valentijn [EMAIL PROTECTED] wrote: I still enjoy the conversation for me theres no need to take it off list :-) Met vriendelijke groet, Pieter Valentijn Delphidreams http://www.delphidreams.nl

Re: [lazarus] zeos components

2007-06-03 Thread Mario R. Carro
On Sunday 03 June 2007, pineal wrote: Anyone else use the zeos components with Lazarus and the components now fail to compile with latest svn Lazarus sources today? I have also updated to latest svn zeos sources too, but the compile still fails on the ZPropertyEditor unit. neal. Hi, Neal.

Re: [lazarus] What about a stable branch?

2007-06-03 Thread Vincent Snijders
Mattias Gaertner schreef: On Sat, 02 Jun 2007 13:42:35 +0200 Giuliano Colla [EMAIL PROTECTED] wrote: With Lazarus I'm faced with a dilemma. I want to migrate to Lazarus Delphi/Kylix applications. For that I need a stable version to work with, even if I need many workarounds to solve problems

RE: [lazarus] OutKafe 5.1.0 Released !

2007-06-03 Thread Hess, Philip J
Hi A.J., What version of Postgres are you using? I see that there are several binary downloads available from the Postgres site. Any interest in a Mac client? I note that Postgres doesn't have binary download for Mac. Fink does, but it looks out of date and nothing is listed for the current

Re: [lazarus] zeos components

2007-06-03 Thread pineal
On Sunday 03 June 2007 13:56, Mario R. Carro wrote: On Sunday 03 June 2007, pineal wrote: Anyone else use the zeos components with Lazarus and the components now fail to compile with latest svn Lazarus sources today? I have also updated to latest svn zeos sources too, but the compile

RE: [lazarus] OutKafe 5.1.0 Released !

2007-06-03 Thread Hess, Philip J
Hi A.J., I tried compiling the OutKafe win32 client: Import library not found for pq Import library not found for c Same with trying to install outkafelibs. I see in FPC's postgres.pp that it includes: {$linklib pq} {$linklib c} This probably accounts for it. I see that installer\outkafe

Re: [lazarus] OutKafe 5.1.0 Released !

2007-06-03 Thread A.J. Venter
Hi Philip, What version of Postgres are you using? I see that there are several binary downloads available from the Postgres site. I've been targetting fairly current version throughout - right now I am running 8.1.5, but any 8.x version should be compatible. Any interest in a Mac client? I

Re: [lazarus] OutKafe 5.1.0 Released !

2007-06-03 Thread A.J. Venter
Hi all, Can anybody help us here ? I actually have it linking on one machine, and not on another but for the life of me I cannot figure out the difference between the two machines. Can we document this somewhere ? When developing programs using third-party linklibs through lazarus/fpc units -

Re: [lazarus] zeos components

2007-06-03 Thread 13stica
hi! open terminal or konsole and do this: - cd ~ - mkdir sources - cd sources create directory in your home and do cd sources then this: - svn checkout -r 5191 http://svn.freepascal.org/svn/fpc/trunk fpc fpc 2.1.1 without memory leaks - for me it work ok - svn checkout

RE: [lazarus] OutKafe 5.1.0 Released !

2007-06-03 Thread Hess, Philip J
Hi A.J., Googling around it appears as though I need libpq.a to link a client app against and then libpq.dll is only used at runtime. I'll download the full postgres installer this week and see if the liqpq.a file is included. Any reason why you're using postgres and not postgres3?

RE: [lazarus] Debugger on Mac OS X

2007-06-03 Thread Hess, Philip J
Today I started looking into the issue of how to store additional version info that could be used to populate a Mac app bundle's Info.plist file. Unfortunately, it appears as though any additional data added to the .lpi file in the VersionInfo section gets deleted the next time it's saved.

Re: [lazarus] What about a stable branch?

2007-06-03 Thread Mattias Gaertner
On Sun, 03 Jun 2007 15:31:14 +0200 Vincent Snijders [EMAIL PROTECTED] wrote: Mattias Gaertner schreef: On Sat, 02 Jun 2007 13:42:35 +0200 Giuliano Colla [EMAIL PROTECTED] wrote: With Lazarus I'm faced with a dilemma. I want to migrate to Lazarus Delphi/Kylix applications. For that I

Re: [lazarus] Debugger on Mac OS X

2007-06-03 Thread Mattias Gaertner
On Sun, 3 Jun 2007 16:39:29 -0400 Hess, Philip J [EMAIL PROTECTED] wrote: Today I started looking into the issue of how to store additional version info that could be used to populate a Mac app bundle's Info.plist file. Unfortunately, it appears as though any additional data added to the .lpi

RE: [lazarus] Debugger on Mac OS X

2007-06-03 Thread Hess, Philip J
Mattias, I've used the FPC DOM unit to add to and delete from XML files without destroying everything else in the file. Use TDOMNode.RemoveChild to delete a node (for example, VersionInfo). Use TDOMNode.OwnerDocument.CreateElement and TDOMNode.AppendChild to add a node to an existing XML file.

Re: [lazarus] Debugger on Mac OS X

2007-06-03 Thread Mattias Gaertner
On Sun, 3 Jun 2007 17:52:24 -0400 Hess, Philip J [EMAIL PROTECTED] wrote: Mattias, I've used the FPC DOM unit to add to and delete from XML files without destroying everything else in the file. Use TDOMNode.RemoveChild to delete a node (for example, VersionInfo). Use

RE: [lazarus] Debugger on Mac OS X

2007-06-03 Thread Hess, Philip J
You're right, the Mac Info.plist button should not be disabled on other platforms. Presumably by including Mac (or maybe OS X) in the button label should make clear the target for these values. Speaking of which, it's not clear that the Version Info and Additional Info settings are only for

Re: [lazarus] Anybody on this list use Firebird database with Lazarus?

2007-06-03 Thread Howard Lee Harkness
I managed to get Firebird running, and I was able to display the contents of a table in a dbgrid -- but my program insists that the database is read-only. I can't find where I set any read-only flags. Anybody recognize the problem can tell me what I'm doing wrong? On 4/2/07, Razvan Adrian

Re: [lazarus] Anybody on this list use Firebird database with Lazarus?

2007-06-03 Thread Cesar Romero
Howard, I managed to get Firebird running, and I was able to display the contents of a table in a dbgrid -- but my program insists that the database is read-only. I can't find where I set any read-only flags. Anybody recognize the problem can tell me what I'm doing wrong? Is that in linux?

Re: [lazarus] zeos components

2007-06-03 Thread Allies Xposs
Im used Zeos Component (lazarus) work OK in Windows OS, But i try run n compile in Suse 9 Work Not perfect. at DBGrid , i can not see data ( Blank Row). why? Tx 13stica [EMAIL PROTECTED] wrote: hi! open terminal or konsole and do this: - cd ~ - mkdir sources - cd sources create

[lazarus] how to receive an http request

2007-06-03 Thread Carlos Avogaro
Hi, I need to receive this from my lazarus program: http://201.204.xxx.xx:8090/?setVar1=3000 I need to read that parameter in that port from my lazarus application, what unit I have to use? Thanks - Building a website is a piece of

[lazarus] create a Transparent Form

2007-06-03 Thread Carlos Avogaro
Hi, How I can create a Transparent Form with Lazarus? Thanks - Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos more.