[fpc-devel]default calling convention change for i386

2003-12-23 Thread Peter Vreman
Hi all, >From today the default calling convention for i386 is changed from stdcall (the default since 1.9.0) to register calling. This means that you have to look at how assembler code loads the arguments and maybe store them yourself in local variables. The register calling is compatible with d

Re: [fpc-devel]directories dependency

2003-12-23 Thread Florian Klaempfl
[EMAIL PROTECTED] wrote: Darek, I am not connected to the Free Pascal team so I feel free to ask you to stop wasting their time with a lot of trivial questions. They have better things to do than answer them. If we don't have tme/don't like to answer a question we simply don't do :) Asking a lot

Re: [fpc-devel]Nested function as argument for TList.Sort

2003-12-23 Thread Florian Klaempfl
Olle Raab wrote: 03-11-30 10.36, skrev Jonas Maebe följande: On 30-nov-03, at 02:29, Pedro Lopez-Cabanillas wrote: Of course, if the compiler doesn't support this feature, because the internal handling of function calls, a compiler error message is better than a program crash. The problem is t

RE: [fpc-devel]directories dependency

2003-12-23 Thread Vincent Snijders
IMHO, the LCL file should be renamed in LclAction.inc to avoid conflicts. So I send this mail also to the lazarus list. Vincent. > -Oorspronkelijk bericht- > Van: Darek Mazur [mailto:[EMAIL PROTECTED] > One more > is it possible change name of RTL\OBJPAS\CLASSES\ACTION.INC > this has th

[fpc-devel][moderator] directories dependency

2003-12-23 Thread Jonas Maebe
On 23 dec 2003, at 09:48, [EMAIL PROTECTED] wrote: I am not connected to the Free Pascal team so I feel free to ask you to stop wasting their time with a lot of trivial questions. They have better things to do than answer them. Please do not post insulting and off-topic messages like this. Peopl

Re: [fpc-devel]directories dependency

2003-12-23 Thread bobmartin
Darek, I am not connected to the Free Pascal team so I feel free to ask you to stop wasting their time with a lot of trivial questions. They have better things to do than answer them. Thank you, Bob Martin (A happy FPC user.) Darek Mazur <[EMAIL PROTECTED]> wrote the following on 23/12/03 07:

Re: [fpc-devel]directories dependency

2003-12-23 Thread Peter Vreman
> Hi > I know how to avoid this, but some times this cause trouble >(for example when I want to compile RTL by command line, >or when I search file , ect) > When we start doing such requests where do we end? Next candidates are file.inc and text.inc...

Re: [fpc-devel]directories dependency

2003-12-23 Thread Darek Mazur
Hi I know how to avoid this, but some times this cause trouble (for example when I want to compile RTL by command line, or when I search file , ect) Darek - Original Message - From: "Peter Vreman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 23, 2003

Re: [fpc-devel]directories dependency

2003-12-23 Thread Peter Vreman
> One more > is it possible change name of RTL\OBJPAS\CLASSES\ACTION.INC > this has the same like in lazarus LCL\INCLUDE\ACTION.INC > > some times it's complicate live > > change name in RTL is better > name of classes: tBasicActionLink -> name of file ACTIONL.INC > > in Lazarus is TAction Comp