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
[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
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
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
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
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:
> 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...
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
> 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