> FPC can´t assign value to address, where Delphi can. For example:
>
> TDomNode = class(TDomCustomNode);
> private
> ...
> FUserData : TUtilsWideStringList;
> FUserDataHandlers : TList;
> ...
>
> destructor TDomNode.Destroy;
> var
> I: Integer;
> UserDataEvent: TDomUs
On Monday 16 January 2006 11.54, Aleksey Y. Ulasevich (STAKANOV) wrote:
> What codepages supported by option "-Fc"?
If I read the code right: utf8, cp437,cp850,8859_1 (files cp437.pas cp850.pas
cp8859_1.pas).
Martin
___
fpc-pascal maillist - fpc-p
On 1/17/06, Alain Michaud <[EMAIL PROTECTED]> wrote:
> Hi,
>
> thank-you for the reply.
>
> 1 - I compile the C library myself. I even use it from a C program
> compiled by me. Therefore for the C part, I am sure that everything is
> OK. I also know that the path, and all that works.
ok.
>
> I ca
Hi,
thank-you for the reply.
1 - I compile the C library myself. I even use it from a C program
compiled by me. Therefore for the C part, I am sure that everything is
OK. I also know that the path, and all that works.
I can also access a string constant (the version number) from the
library
take what i have to say with a HUGE grain of salt because i have no
idea what i'm talking about.
On 1/16/06, Alain Michaud <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I would apreciate if someone could give me some advice please. In this
> example:
>
> cfunction = function(theparameter:cint):cint;cdecl;
FPC can´t assign value to address, where Delphi can. For example:
TDomNode = class(TDomCustomNode);
private
...
FUserData : TUtilsWideStringList;
FUserDataHandlers : TList;
...
destructor TDomNode.Destroy;
var
I: Integer;
UserDataEvent: TDomUserDataEvent;
begin
//
Hi,
I would apreciate if someone could give me some advice please. In this
example:
cfunction = function(theparameter:cint):cint;cdecl;external'theclib';
It seems that this will not build unless I have the
file: /usr/local/include/theclib.h
1-Is this true?
2-Does the FPC compiler read this
Does anyone have a working link to the "Fast CGI" PASCAL implementation?
The link on the Units page is dead, and I could really do with the units
for a project I'm working on.
Alternatively, please feel free to send it here ( [EMAIL PROTECTED]
) if you have the files..
TIA
M
___
What codepages supported by option "-Fc"?
--
Aleksey Y. Ulasevich (STAKANOV)
icq:26493224 http://stakanov.nm.ru
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
> Micha wrote:
>
> If you can reproduce in a small unit (or two I guess), then make a bug
> report.
Unfortunately, the main unit from Köhler is some 28.000 lines of code, calling
additional nine utility units. Each single unit compiles, and the main unit
including all others, as well. But, as
10 matches
Mail list logo