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
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
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
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