Re: [fpc-pascal] method pointers

2006-01-16 Thread Peter Vreman
> 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

Re: [fpc-pascal] option -Fc

2006-01-16 Thread Martin Schreiber
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

Re: [fpc-pascal] static binding to C shared library (linux)

2006-01-16 Thread Tony Pelton
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

Re: [fpc-pascal] static binding to C shared library (linux)

2006-01-16 Thread Alain Michaud
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

Re: [fpc-pascal] static binding to C shared library (linux)

2006-01-16 Thread Tony Pelton
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-pascal] method pointers

2006-01-16 Thread Wolfram Kläger
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 //

[fpc-pascal] static binding to C shared library (linux)

2006-01-16 Thread Alain Michaud
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

[fpc-pascal] Fast CGI units?

2006-01-16 Thread memsom
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 ___

[fpc-pascal] option -Fc

2006-01-16 Thread Aleksey Y. Ulasevich (STAKANOV)
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

Re: [fpc-pascal] internal error 200306184

2006-01-16 Thread Wolfram Kläger
> 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