Re: [fpc-pascal] Question about functions returning a string

2014-11-28 Thread Flávio Etrusco
On Fri, Nov 28, 2014 at 5:54 PM, Ewald wrote: > Hi, > > Take the following function prototype (in {$mode objfpc}{$H+} for the > record): > > Function SomeFunction(const Data: PChar; const Len: LongWord): > String; cdecl; public; > > Looking at the dissasembly of this function, I see that is ac

[fpc-pascal] Question about functions returning a string

2014-11-28 Thread Ewald
Hi, Take the following function prototype (in {$mode objfpc}{$H+} for the record): Function SomeFunction(const Data: PChar; const Len: LongWord): String; cdecl; public; Looking at the dissasembly of this function, I see that is actually has three arguments. It looks more like this from an as

[fpc-pascal] Default value resourcestring

2014-11-28 Thread Mattias Gaertner
Hi, How can I get the defaultvalue of a single resourcestring? Mattias ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

[fpc-pascal] MSEide+MSEgui version 3.6

2014-11-28 Thread Martin Schreiber
Hi, MSEide+MSEgui 3.6 has been released: https://sourceforge.net/projects/mseide-msegui/ New target: arm-linux (Raspberry Pi). MSEide runs amazingly fast on the Raspberry Pi. There is also a new project template for i386-linux -> arm-linux cross compiling and debugging. The necessary cross-comp