On 27 Nov 2008, at 04:02, leledumbo wrote:
Where is it defined? I can only find FPC_WRITE_TEXT_SHORTSTR,
pointed by
itself and Write_Str.
It's the "compilerproc" directive that takes care of this. These are
special routines reserved for the compiler-rtl interface, and which
can be chang
Hi,
I have the example code working to write and read string to shared memory. I'd
like to write and read other things than strings (integers, Booleans, ...) to
the shared memory. For writing strings, you use strpcopy. Which functions can
be used for other types? I was thinking of memcpy but th
On Thu, 27 Nov 2008, Tom Carly wrote:
> Hi,
>
> I have the example code working to write and read string to shared memory.
> I'd like to write and read other things than strings (integers, Booleans,
> ...) to the shared memory. For writing strings, you use strpcopy. Which
> functions can be
As far as I can see, fpImage has for StretchDraw only the
TMitchelInterpolation.
The current implementation has a few drawbacks:
- it creates a temporary image for resizing horizontally. If you have
to resize big scanned images or gis data this makes trouble.
- it computes all factors each time fo
Jonas Maebe-2 wrote:
>
> It's the "compilerproc" directive that takes care of this. These are
> special routines reserved for the compiler-rtl interface, and which
> can be changed at will since they cannot be called from user code
> without hacking.
>
Meaning that the compiler changes th
I'm writing a compiler for my own music programming language producing MIDI
files as result. Is there any MIDI processing unit for helping me? Doesn't
have to be cross-platform, at least it must work for Windows / Linux.
--
View this message in context:
http://www.nabble.com/MIDI-processing-unit
Is it possible to call FPC internal assembler and/or linker?
--
View this message in context:
http://www.nabble.com/Calling-FPC-internal-tools-tp20728954p20728954.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
___
fpc-pas