Re: [fpc-pascal] fpc_write_text_shortstr (case sensitive!)

2008-11-27 Thread Jonas Maebe
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

[fpc-pascal] writing to shared memory

2008-11-27 Thread Tom Carly
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

Re: [fpc-pascal] writing to shared memory

2008-11-27 Thread Michael Van Canneyt
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

[fpc-pascal] fpImage resample via interpolation

2008-11-27 Thread Mattias Gaertner
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

Re: [fpc-pascal] fpc_write_text_shortstr (case sensitive!)

2008-11-27 Thread leledumbo
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

[fpc-pascal] MIDI processing unit

2008-11-27 Thread leledumbo
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

[fpc-pascal] Calling FPC internal tools

2008-11-27 Thread leledumbo
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