[fpc-pascal] Is there a FPC symbol or define for the binary output filename?

2016-04-28 Thread Paul Michell
Hello All, I'm writing a library that needs to be used as statically linked units in an application and also as a stand alone dll/so for use from other software. The library needs to know where its binary file is loaded on the host system. The following code in the main unit's Initialization

Re: [fpc-pascal] Static Initialisation of Arrays

2010-06-28 Thread Paul Michell
Thanks, that will save me some futile googling ;) On 28/06/2010 10:22, Jonas Maebe wrote: On 28 Jun 2010, at 11:17, Paul Michell wrote: I realise that 'Array Of Single' declares a dynamic array, but is there any equivalent syntax for static data arrays in the same way that strings

[fpc-pascal] Static Initialisation of Arrays

2010-06-28 Thread Paul Michell
arrays in the same way that strings litterals are in effect, variable length static declarations. Thanks in advance, Paul Michell P.S. I'm using FPC 2.4.1 i386-win32-win32/win64 ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal