Re: [fpc-pascal] Assigning absolute record to variable

2012-05-09 Thread Koenraad Lelong
On 08-05-12 22:41, Koenraad Lelong wrote: Hi, I don't know why but now it works. Sorry for the noise. Regards, Koenraad Lelong. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Assigning absolute record to variable

2012-05-08 Thread Koenraad Lelong
Hi, I hope I can make myself clear. I'm making a driver to control an LCD with an STM32 microcontroller, using fpc-embedded-arm. I want to make my driver re-usable, i.e. I want to be able to pass the needed RST- and CS-pins only one time, so I don't need to modify the code in multiple places