[fpc-pascal] const records passed incorrectly

2009-11-15 Thread Anthony Walter
Hi all. I am new to fpc and linux in general, though I do have a long time experience with Delphi. I was writing some code basic system (using the libc library) when I ran across the following problem .. some code: const libc = 'libc.so.6'; type TTimeSpec = record Sec: Cardinal; { Seco

Re: [fpc-pascal] Lazarus

2009-11-15 Thread Mattias Gaertner
On Sun, 15 Nov 2009 23:00:34 +0100 Rainer Stratmann wrote: > Am Sunday 15 November 2009 20:03:21 schrieb Martin: > > Rainer Stratmann wrote: > > > Is here a contact person who is developing lazarus? > > > May be everyone is interested in this: > > > When searching text in lazarus, always the prec

Last post to fpc list, please / cross posted to lazarus list [Re: [fpc-pascal] Lazarus]

2009-11-15 Thread Martin
Since this is purely lazarus related, I cross post this, and set reply-to to lazarus list. @Rainer: You can read relevant posts in the archive: http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus Rainer Stratmann wrote: Am Sunday 15 November 2009 20:03:21 schrieb Martin: Interest

Re: [fpc-pascal] Lazarus

2009-11-15 Thread Rainer Stratmann
Am Sunday 15 November 2009 20:03:21 schrieb Martin: > Rainer Stratmann wrote: > > Is here a contact person who is developing lazarus? > > May be everyone is interested in this: > > When searching text in lazarus, always the preconfiguration is 'searching > > from cursor'. > > Wouldn't it be better

Re: [fpc-pascal] Lazarus

2009-11-15 Thread Martin
Rainer Stratmann wrote: Is here a contact person who is developing lazarus? May be everyone is interested in this: When searching text in lazarus, always the preconfiguration is 'searching from cursor'. Wouldn't it be better that lazarus at least saves the choosen configuration in the search di

Re: [fpc-pascal] one question FPC

2009-11-15 Thread Marc Weustink
Lidia Stanganelli wrote: Hello, I have a program in Pascal that compiles correctly on windows 32-bit but when I compile on windows 64-bit give me the following errors: Compiling C:\Users\workspacepascal\webutil.pp aamod_elearning.pas(27,38) Error: Identifier not found "CONF_FILE" Windows 64-bit

Re: [fpc-pascal] Lazarus

2009-11-15 Thread Jonas Maebe
On 15 Nov 2009, at 16:09, Rainer Stratmann wrote: > At some reason it is not possible to unsubscribe me from the bugs-mailinglist. It's not a mailing list, but the bug tracker itself. I thought this problem has been solved by now. Do you still get mails if you log in to the bug tracker, go to

Re: [fpc-pascal] Lazarus

2009-11-15 Thread Paul Ishenin
Rainer Stratmann wrote: I don't want to subscribe every mailinglist. You can use the forum and the bug-tracker in any case. At some reason it is not possible to unsubscribe me from the bugs-mailinglist. May be here is someone who is developing lazarus and has an open ear for it. By the way:

Re: [fpc-pascal] Lazarus

2009-11-15 Thread Rainer Stratmann
Am Sunday 15 November 2009 16:01:43 schrieb Matthias Klumpp: > On Sun, 15 Nov 2009 15:54:33 +0100, Rainer Stratmann > > wrote: > > Is here a contact person who is developing lazarus? > > May be everyone is interested in this: > > When searching text in lazarus, always the preconfiguration is 'sear

Re: [fpc-pascal] Lazarus

2009-11-15 Thread Matthias Klumpp
On Sun, 15 Nov 2009 15:54:33 +0100, Rainer Stratmann wrote: > Is here a contact person who is developing lazarus? > May be everyone is interested in this: > When searching text in lazarus, always the preconfiguration is 'searching > from > cursor'. You may send this to the Lazarus developers list

Re: [fpc-pascal] Lazarus

2009-11-15 Thread Matthias Klumpp
On Sun, 15 Nov 2009 15:54:33 +0100, Rainer Stratmann wrote: > Is here a contact person who is developing lazarus? > May be everyone is interested in this: > When searching text in lazarus, always the preconfiguration is 'searching > from > cursor'. You may send this to the Lazarus developers list

[fpc-pascal] Lazarus

2009-11-15 Thread Rainer Stratmann
Is here a contact person who is developing lazarus? May be everyone is interested in this: When searching text in lazarus, always the preconfiguration is 'searching from cursor'. Wouldn't it be better that lazarus at least saves the choosen configuration in the search dialog box? In nearly every

[fpc-pascal] Troubles with CGI and POST content

2009-11-15 Thread Sven Barth
Hello together! I'm working on a little personal website and encountered a very strange problem with the content that is sent by a form: I run the attached CGI test application on my webspace which is a x86_64 Linux. When I enter text which contains a certain amount of characters/bytes into

Re: [fpc-pascal] one question FPC

2009-11-15 Thread Jonas Maebe
On 13 Nov 2009, at 10:26, Lidia Stanganelli wrote: > I have a program in Pascal that compiles correctly on windows 32-bit but I anyone answers, please CC the original poster, because she's not subscribed to the list (at least not with the address she posted from). Jonas___

[fpc-pascal] one question FPC

2009-11-15 Thread Lidia Stanganelli
Hello, I have a program in Pascal that compiles correctly on windows 32-bit but when I compile on windows 64-bit give me the following errors: Compiling C:\Users\workspacepascal\webutil.pp aamod_elearning.pas(27,38) Error: Identifier not found "CONF_FILE" Windows 64-bit I user FPC 2.2.4. Does anyon