[fpc-devel] Patch for Symbian OS

2007-01-29 Thread Felipe Monteiro de Carvalho
Hello, The attached patch adds a internal linker for symbian os. Also the makefile on rtl/symbian needs to be regenerated I also added many files to rtl/symbian included attached This is enougth to compile a empty executable, but it won´t run or do anything. thanks, -- Felipe Monteiro de Carva

Re: [fpc-devel] delegate objects

2007-01-29 Thread Leonardo M. Ram
> Is there a way do delegate such methods on classes using Object Pascal ? > If so, how would you do it ? Yes, delegates are called "Events" in Object Pascal. Here a simple example: program EventExample; uses SysUtils, Classes; type { define the event type } TOnCalc = procedure (APercent

Re: [fpc-devel] How to build Win32 FPC compiler for linux-arm devices?

2007-01-29 Thread Michael Schnell
I recommend installing Linux on your desktop computer, which costs you much less time to accomplish than building a cross-compiler. For compiling for ARM a cross compiler is necessary anyway, but nonetheless I feel that when doing work for Linux it's a good idea to use Linux as an development