FPC-Pascal users discussions schrieb am
17.01.06 07:52:13:
>
> > FPC can´t assign value to address, where Delphi can. For example:
> Did you use {$mode delphi} ? ...
Thanks a lot, Peter. In my cfg file, I had OP extensions on. Switched to Delphi
mode, and I have other problems again :-)
W
Florian Klaempfl пишет:
Martin Schreiber wrote:
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).
You can loa
Martin Schreiber wrote:
> 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).
>
You can load any code page file available f
>> In Delphi, the line
>>
>> @UserDataEvent := pointer(FUserDataHandlers[I]);
>>
>> is common practice. What is the difference to FPC and the appropriate
>> workaround?
Forgive me for jumping in without reading the whole thread (Webmail is a
real PITA for this) but; No that is not complete
В пн, 2006-01-16 в 23:07 -0500, Alain Michaud написа:
> This makes me think that it has to do with the parameters. This one has
> three. Unfortunately there is no other 'simple' function in the
> library:
>
> int pl_setplparam (plPlotterParams * plotter_params, const char
> *parameter, void *valu