2007/1/23, Florian Klaempfl <[EMAIL PROTECTED]>:
Daniël Mantione schrieb:
>
> Op Tue, 23 Jan 2007, schreef Alexandre Leclerc:
>
>> Hi all,
>>
>> I saw some time ago in a roadmap for the next version (1.2?) - that I
>> can't find anymore - a point about being compatible with Dephi calling
>> regis
The error message with loadlibrary is:
external: SIGSEGV
thanks
--
Michel Meunier
Web: www.etoiles-a-bleau.fr
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Hello Alexander,
If the "documented" compiler directive variable isn't working, I would just
make my own so I only had to change one of code:
{$DEFINE USEINLINE}
{$INFO = }
{$IFDEF USEINLINE}
{$INFO COMPILING WITH INLINE }
{$ELSE}
{$INFO COMPILING WITHOUT INLINE }
{$ENDIF}
Daniël Mantione schrieb:
Op Tue, 23 Jan 2007, schreef Alexandre Leclerc:
Hi all,
I saw some time ago in a roadmap for the next version (1.2?) - that I
can't find anymore - a point about being compatible with Dephi calling
register... And I was wondering if anything has changed in FPC
regardin
Op Tue, 23 Jan 2007, schreef Alexandre Leclerc:
> Hi all,
>
> I saw some time ago in a roadmap for the next version (1.2?) - that I
> can't find anymore - a point about being compatible with Dephi calling
> register... And I was wondering if anything has changed in FPC
> regarding this?
>
> (B
Hi all,
I saw some time ago in a roadmap for the next version (1.2?) - that I
can't find anymore - a point about being compatible with Dephi calling
register... And I was wondering if anything has changed in FPC
regarding this?
(Because I use ROPS and there are issues because it is different fro
Hello,
What is the name of the conditional when we have inline on?
I thought I can do {$IFDEF HASINLINE} but it doesn't work?
Can you point me to some documentation please?
At
http://community.freepascal.org:1/docs-html/prog/progap7.html#x308-31G
I don't see conditionals for the inline o
I hope, I haven't made an error to get such messages!
--
Michel Meunier
Web: www.etoiles-a-bleau.fr
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
On 23 jan 2007, at 16:29, Andrew Denton wrote:
**Out of the Office Message
I've disabled his subscription.
Jonas
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
**Out of the Office Message
I am currently out of the office and will be returning on Monday 29th January.
Please address any urgent issues to Dean Woods ([EMAIL PROTECTED]).
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
**Out of the Office Message
I am currently out of the office and will be returning on Monday 29th January.
Please address any urgent issues to Dean Woods ([EMAIL PROTECTED]).
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
**Out of the Office Message
I am currently out of the office and will be returning on Monday 29th January.
Please address any urgent issues to Dean Woods ([EMAIL PROTECTED]).
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
**Out of the Office Message
I am currently out of the office and will be returning on Monday 29th January.
Please address any urgent issues to Dean Woods ([EMAIL PROTECTED]).
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
**Out of the Office Message
I am currently out of the office and will be returning on Monday 29th January.
Please address any urgent issues to Dean Woods ([EMAIL PROTECTED]).
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
Hello,
I try to translate a dll from delphi to fpc, but I have a lot of
problem. First I am unable to load it with loadlibrary.
the code of the library is:
x
library dlltest;
{$mode objfpc}{$H+}
uses
Classes
{ add your units here }, dlltes
15 matches
Mail list logo