Re: [fpc-pascal] Generics feature status

2011-04-29 Thread Paul Ishenin
30.04.2011 3:28, leledumbo wrote: I see now that generics have improved a lot since latest release, we even have Delphi compatible syntax in Delphi mode. Recursive generic type is supported as well now (finally, I can continue my data structure library :)). Seeing these facts, what's the status o

[fpc-pascal] How to translate this union ?

2011-04-29 Thread ik
Hello list, I'm trying to translate the following unionto Pascal, but I do not understand it, and so does h2pas. How to translate it ? Thanks, Ido LINESIP - Opening the source for communication http://www.linesip.com http://www

Re: [fpc-pascal] Generics feature status

2011-04-29 Thread Anthony Walter
Is this true? I'd really like to see generics that with a mode where it is possible to say with the following syntax (compatible with Delphi): type IDelegate = interface procedure Add(const Handler: T); procedure Remove(const Handler: T); end; And then specialize using the following s

[fpc-pascal] Generics feature status

2011-04-29 Thread leledumbo
I see now that generics have improved a lot since latest release, we even have Delphi compatible syntax in Delphi mode. Recursive generic type is supported as well now (finally, I can continue my data structure library :)). Seeing these facts, what's the status of this feature now? Is it considered

[fpc-pascal] Readline substitute

2011-04-29 Thread Johann Glaser
Hi! I want to equip a program with a command line and therefore want a powerful and user-friendly input prompt. Currently I use ReadLn(CmdLine); which is not as user-friendly as desired. :-) The usual answer for this question is libreadline. I already worked with it (in plain C) but before I do

[fpc-pascal] OLE & COM Support

2011-04-29 Thread Lee Jenkins
Hey guys, How is the COM support in FPC nowadays? I have a project coming up that I may use FPC for. -- Warm Regards, Lee ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal