On Friday 15 June 2001 16:58, pierre pallez wrote: > greetings > > I still have some hope that someone will be able to tell me whether or > not it is possible to develop a RTLinux application using freepascal > instead of C. > > If yes, then a sample of code would be helpful I haven't tried, and I'm not sure, but I can't see any obvious reason why it wouldn't be possible, as long as the compiler can generate "normal" object files (shared library style, that is) with C style calling conventions. That's pretty much all you need to compile kernel modules. Pascal as a language doesn't rely on garbage collection, dynamic memory allocation or other "RT problematic" things AFAIK, so it should be fairly easy to use with RTL in that respect as well. //David Olofson --- Programmer, Reologica Instruments AB .- M A I A -------------------------------------------------. | Multimedia Application Integration Architecture | | A Free/Open Source Plugin API for Professional Multimedia | `----------------------> http://www.linuxaudiodev.com/maia -' .- David Olofson -------------------------------------------. | Audio Hacker - Open Source Advocate - Singer - Songwriter | `--------------------------------------> [EMAIL PROTECTED] -' ----- End of forwarded message from [EMAIL PROTECTED] ----- -- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] -- For more information on Real-Time Linux see: http://www.rtlinux.org/rtlinux/
