I’m doing some tests with SDL and I’d like to build the program to work on
Windows. I’d like to to automate the build with a script but I can’t seem to
figure out even the basics of how to make this work (I develop on Mac). I used
Lazarus briefly but it seemed easier to just run a single FPC com
On Sun, 9 Oct 2016, Jonas Maebe wrote:
On 09/10/16 08:50, Sven Barth wrote:
Am 08.10.2016 22:48 schrieb "Ched"
mailto:charles.edouard.des.vastes.vig...@gmail.com>>:
In http://www.freepascal.org/docs-html/ref/refsu14.html#x37-43.2.8
, the stack sized used by a Shortstring is Declared leng
On 09/10/16 08:50, Sven Barth wrote:
Am 08.10.2016 22:48 schrieb "Ched"
mailto:charles.edouard.des.vastes.vig...@gmail.com>>:
In http://www.freepascal.org/docs-html/ref/refsu14.html#x37-43.2.8
, the stack sized used by a Shortstring is Declared length + 2 . Why not
Declared length + 1 ?
1