[fpc-pascal] AOP

2007-10-03 Thread ik
Hello list, I'm trying to help someone to use RTTI in order to make AOP (Aspect-oriented programming). Does someone know any good implementation of such tool that can work both on Delphi and FPC, that give you a possibility to know (for example) what form is current active (including in frames) et

[fpc-pascal] threads, fpfork and bug #9836

2007-10-03 Thread Luca Olivetti
I'm posting here since I cannot add a comment to bug #9836 (probably because it's closed?) I'm puzzled because a) I could find examples of unix daemons, the parent simply exits with exit b) I swear I saw some fpc example where the parent simply uses halt (or halt(0)) and most important c) I'm u

Re: [fpc-pascal] Windres

2007-10-03 Thread Hans MÃ¥rtensson
Felipe Monteiro de Carvalho wrote: I don't know any manual, but I vaguely remember that RCDATA is a kind of data on .rc files which can accept arbitrary data With the correct parameters on google you can search for example .rc files which use RCDATA http://www.google.com/codesearch?hl=en&lr=&q

Re: [fpc-pascal] Cross-platform single instance

2007-10-03 Thread Luiz Americo Pereira Camara
Luiz Americo Pereira Camara wrote: Vincent Snijders wrote: Have you considered UniqueInstance? http://wiki.lazarus.freepascal.org/UniqueInstance The updated version can be found at https://svn.bountysource.com/luipack/trunk/uniqueinstance I released a new version. Look in http://wiki.lazaru

Re: [fpc-pascal] Windres

2007-10-03 Thread Felipe Monteiro de Carvalho
I don't know any manual, but I vaguely remember that RCDATA is a kind of data on .rc files which can accept arbitrary data With the correct parameters on google you can search for example .rc files which use RCDATA http://www.google.com/codesearch?hl=en&lr=&q=rcdata+file%3A%5C.%28rc%29%24&btnG=Se