On Wed, October 10, 2012 04:16, waldo kitty wrote:
> On 10/8/2012 03:12, Tomas Hajny wrote:
>> The manual forgets to mention that this is only the case on Win32 (where
>> the various GNU tools and utilities are included with the FPC
>> installation
>> package). It also doesn't mention that differen
On 10/8/2012 03:12, Tomas Hajny wrote:
The manual forgets to mention that this is only the case on Win32 (where
the various GNU tools and utilities are included with the FPC installation
package). It also doesn't mention that different resource compilers may be
used on other platforms (e.g. gorc
On Mon, October 8, 2012 08:21, Reinier Olislagers wrote:
Hi Reinier,
> While getting a Jenkins continuous integration server going
>
> On Debian 6 (Squeeze), I installed just enough packages to get a
> compiler and get a compile job going
.
.
> The manual mentions that the FreePascal distr
Morning list,
While getting a Jenkins continuous integration server going
On Debian 6 (Squeeze), I installed just enough packages to get a
compiler and get a compile job going
fp-compiler 2.6.0-0 Free Pascal - Compiler metapackage
fp-compiler-2.6.02.6.0-0 Free Pas
Felipe Monteiro de Carvalho wrote:
I don't know any manual, but I vaguely remember that RCDATA is a kind
of data on .rc files which can accept arbitrary data
With the correct parameters on google you can search for example .rc
files which use RCDATA
http://www.google.com/codesearch?hl=en&lr=&q
I don't know any manual, but I vaguely remember that RCDATA is a kind
of data on .rc files which can accept arbitrary data
With the correct parameters on google you can search for example .rc
files which use RCDATA
http://www.google.com/codesearch?hl=en&lr=&q=rcdata+file%3A%5C.%28rc%29%24&btnG=Se
The FPC documentation prog.pdf (win32 version) explains how to use the
windres.exe to format data such that the FPC compiler can include them i
the exe file as a resource that can be used by the program via the
windows API's. But only for string tables. Yet it indicates that the
windres.exe pro