[fpc-devel] Linux loadlibrary vs Windows

2006-05-13 Thread Tony Maro
I use the Synapse TCP toolkit. I recently updated to 2.0.2 (can't get a full working 2.0.3 in Windows yet for some reason) and found that Synapse suddenly didn't compile in Linux. Now, it's likely that the Synapse toolkit has already been updated, but my point is the difference now between Linux

Re: [fpc-devel] Stop the download HORROR

2006-02-13 Thread Tony Maro
need to go to Free Pascal website. The website is here: www.freepascal.org/ The compiler download is here: http://www.freepascal.org/down/i386/win32.html Also if you want the latest svn snapshot from last night, you can download the installer from the USA mirror at http://lazarus.maro.net/ -Tony

Re: [fpc-devel] using sockets on linux and win32

2006-01-26 Thread Tony Maro
Stefan Kisdaroczi wrote: Hi, im trying to use sockets in a unit which should work on linux and win32. I use the sockets unit, but for things like SOL_SOCKET, TTimeval (for setsockopt), SO_RCVTIMEO, fpgeterrno I finally had to use unix,unixtype,baseunix. This on Linux. Now I try to

Re: [fpc-devel] How to get contents of TDOMNode.NodeValue ???

2005-10-31 Thread Tony Maro
Alexander Todorov wrote: document messageHello word/message /document I did : ShowMessage(Document.FindNode('message').NodeValue) but it returns an empty string. Showing NodeName returns 'message'. How to get the contents of the message tag Is it working ? The real problem

Re: [fpc-devel] FindFirst broken due to ExpandFileName bug?

2005-09-16 Thread Tony Maro
Michael Van Canneyt wrote: This is a snapshot compiler, please use the official compiler if you can. If you use snapshots, use only the latest possible. The development compiler is not guaranteed bug free, as you can see. The current development compiler has no problem with your code, so

Re: [fpc-devel] FindFirst broken due to ExpandFileName bug?

2005-09-14 Thread Tony Maro
Michael Van Canneyt wrote: On Mon, 12 Sep 2005, Tony Maro wrote: I just tried to use FindFirst to get a listing of files in a directory. I passed FindFirst the following: if FindFirst('/home/tony/test/*',faAnyFile, Res) 0 then begin It never would return any results. Then I noticed

Re: [fpc-devel] DB Bug in 2.0.1?

2005-07-21 Thread Tony Maro
Joost van der Sluis wrote: I've also noticed that the TDBGrid component in Lazarus no longer allows reliable editing of the data. Most of the time it just reverts the cell back to it's previous value, but sometimes it will let the change save (and I'm not sure why it's not consistent.) I'm

Re: [fpc-devel] DB Bug in 2.0.1?

2005-07-20 Thread Tony Maro
Jonas Maebe wrote: On 21 jul 2005, at 00:40, Tony Maro wrote: Can someone confirm the date issue for me? I can't confirm it, but I do want to mention that I fixed all datetime-related routines for *nix platforms in sysutils a while ago. They operated based on the supposition

Re: [fpc-devel] DB Bug in 2.0.1?

2005-07-20 Thread Tony Maro
Jonas Maebe wrote: On 21 jul 2005, at 00:40, Tony Maro wrote: Can someone confirm the date issue for me? I can't confirm it, but I do want to mention that I fixed all datetime-related routines for *nix platforms in sysutils a while ago. They operated based on the supposition

RE: [fpc-devel] David Intersimone Interview about Freepascal andLazarus!!!

2005-06-03 Thread Tony Maro
Well, he does not say anything about the project specifically, just that Borland is committed to Delphi, surprise, surprise :-) Micha Actually, when asked if Lazarus, FPC, etc are competitors to Delphi he says: I think they're just other languages or other projects for people to take a

Re: [fpc-devel] First benchmark of Abbrevia 4.0

2005-03-29 Thread Tony Maro
On Tue, 2005-03-29 at 12:29 +0200, Michael Van Canneyt wrote: On Sun, 27 Mar 2005, DrDiettrich wrote: A friend of mine just has tested my archiver, with the following results for an TAR with a million of files: PowerArchiver: 530 minutes. My Unarch: 160 minutes. Huh ? Who

Re: [fpc-devel] webserver

2005-03-29 Thread Tony Maro
On Tue, 2005-03-29 at 21:56 +0400, Alexey Barkovoy wrote: But you're the only one to report problems, which suggests the problem is somewhere on your side. Maybe a proxy ? Well I'm having problems with www.freepascal.org for around a month now (maybe even more). Sometimes it's just

[fpc-devel] Unhandled Exception if CTRL-C pressed.... hehe

2005-02-13 Thread Tony Maro
[EMAIL PROTECTED] fpc]$ -- Thanks, Tony Maro Check out CheckBook Tracker, a free personal finance software for Linux! http://tony.maro.net ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman

[fpc-devel] Mac G3 and FPC

2004-11-17 Thread Tony Maro
expect to run FPC 1.9.x on it within any reasonable timeframe (or ever)? Yes, I know it's initial stages right now, but a long term goal for this project is to compile a Lazarus applictation for Mac - 1 year / 1.5 years away has been discussed Thanks, Tony Maro

Re: [fpc-devel] installing lazarus on linux

2004-10-04 Thread Tony Maro
Treeve Jelbert wrote: I tried the latest source tarball of lazarus and did 'make' as instructed. everything compiles ok then I did 'make install PREFIX=/usr/share/lazarus' Wrong list - try the lazarus list. However, Lazarus needs no install. Just a make will do it for you. In fact I don't

[fpc-devel]FPC CVS breaks Lazarus build within IDE

2004-08-13 Thread Tony Maro
I just updated my FPC cvs today. My last update was 3 or 4 days ago. I haven't updated Lazarus in a week or so. The latest FPC update breaks building Lazarus from inside the IDE. For those familiar, if you try to install a package, Lazarus will optionally rebuild itself. Now it will either

Re: [fpc-devel]DateSeparator

2004-08-08 Thread Tony Maro
[EMAIL PROTECTED] wrote: As you can see it is a typed const, which means you can set it to any character you like. To solve your problems, set it to '/' at program startup, and you should be fine. Same for the other constants. Ah... okay. So just a lack of knowledge on my part. Thanks guys,

[fpc-devel]DateSeparator

2004-08-07 Thread Tony Maro
date format function useless for me. I see a note above it that says use InitInternational to set this, but that procedure seems to do nothing of the sort. Can we not change all the defines in sysinth.inc to VAR instead of CONST so they could be manipulated by the programmer? -Tony Maro

Re: [fpc-devel]Access violation with IndexName property of TDbf

2004-08-03 Thread Tony Maro
Tony Maro wrote: I'm not sure if this is a TDbf issue, or an FPC db issue, so I'm posting both places. I'm using CVS of FPC from about 1 hour ago. Basically, whatever I do, if I try to set the IndexName or IndexFieldNames property of the TDbf I get an access violation. Found it... This only

[fpc-devel]Another TDataSet issue to think about (I think)

2004-08-03 Thread Tony Maro
in Operation cannot be performed on an inactive dataset. Wouldn't the dataset already be open to trigger an OnDataChanged? -Tony Maro ___ fpc-devel maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel]Access violation with IndexName property of TDbf

2004-08-02 Thread Tony Maro
I'm not sure if this is a TDbf issue, or an FPC db issue, so I'm posting both places. I'm using CVS of FPC from about 1 hour ago. Basically, whatever I do, if I try to set the IndexName or IndexFieldNames property of the TDbf I get an access violation. Here's a sample: var MyDbf: TDbf;