Re: [fpc-devel]Proposal for audo-destructors

2004-09-12 Thread Nico Aragón
as automatic when you want to bind its lifecycle to the current procedure. -- saludos, Nico Aragón NOTE: na-list address only works for messages coming from lists. Please, write to nico at the same domain for direct email. ___ fpc-devel maillist

Re: [fpc-devel]Proposal for audo-destructors

2004-09-12 Thread Nico Aragón
implementation is straight-forward, simpler than ansistrings' and eliminates all that distracting memory plumbing code. -- saludos, Nico Aragón NOTE: na-list address only works for messages coming from lists. Please, write to nico at the same domain for direct email

Re: [fpc-devel]Proposal for audo-destructors

2004-09-12 Thread Nico Aragón
ideas and code and would like to know if/how could fit with FPC. -- saludos, Nico Aragón NOTE: na-list address only works for messages coming from lists. Please, write to nico at the same domain for direct email. ___ fpc-devel maillist - [EMAIL

Re: [fpc-devel]Proposal for audo-destructors

2004-09-12 Thread Nico Aragón
that outputs some intermediate format to pass to code generator? -- saludos, Nico Aragón NOTE: na-list address only works for messages coming from lists. Please, write to nico at the same domain for direct email. ___ fpc-devel maillist - [EMAIL

Re: [fpc-devel]Proposal for audo-destructors

2004-09-12 Thread Nico Aragón
would compile, but it could be hardcoded } y: array[1..SomeClass.InstanceSize] of Byte; begin x := SomeClass.InitInstance(@y); x.Create(params...); ... -- saludos, Nico Aragón NOTE: na-list address only works for messages coming from lists. Please, write to nico at the same

Re: [fpc-devel]Proposal for audo-destructors

2004-09-12 Thread Nico Aragón
/linker parts, since a lot of core dataformats would change. A pity. FPC source code could be generated by external parser after translating extra features, but it would bad for debugger support, etc. It seems that I must look elsewhere. Thank you again for clarifications. -- saludos, Nico

Re: [fpc-devel]Proposal for audo-destructors

2004-09-21 Thread Nico Aragón
will need some compiler type code to do syntax highlightning, code completion and so on, but it seems easier to write the needed parts from scratch. -- saludos, Nico Aragón NOTE: na-list address only works for messages coming from lists. Please, write to nico at the same domain for direct

Re: [fpc-devel] compiler bug?

2004-12-30 Thread Nico Aragón
El Jueves, 30 de Diciembre de 2004 22:48, Jesus Reyes escribiste: procedure doAorB(value: boolean); begin case value of true: doA; false: doB; end; end; if Value then DoA else BoB; -- saludos, Nico Aragón http://espira.net/nico

Re: [fpc-devel] compiler bug?

2004-12-31 Thread Nico Aragón
El Viernes, 31 de Diciembre de 2004 17:18, Florian Klaempfl escribiste: That's great! But why do you tell it *to me*? I only cross read the thread and wanted to clarify things :) Oh, I see. Happy new year! :-) -- saludos, Nico Aragón http://espira.net/nico

Re: [fpc-devel] compiler bug?

2004-12-31 Thread Nico Aragón
or writing inline assembler. ¡Feliz año, torpedo! :-) -- saludos, Nico Aragón http://espira.net/nico/ ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] compiler bug?

2005-01-01 Thread Nico Aragón
in which right now :-) -- saludos, Nico Aragón http://espira.net/nico/ ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] compiler bug?

2005-01-01 Thread Nico Aragón
:-) ¡Feliz año, torpedo! :-) (Blindgänger? ;-) It's the same in English. Feliz año, Bonne Année, Happy New Year, Gelukkige Nieuwe Jaar, und ein Gutes Neues Jahr allerseits! All of that! :-) * El Sábado, 1 de Enero de 2005 06:29, DrDiettrich escribiste: Nico Aragón wrote

Re: [fpc-devel] compiler bug?

2005-01-02 Thread Nico Aragón
not what he expected. I guess the compiler uses 1 instead of 255. But it's surely documented anyway. -- saludos, Nico Aragón [EMAIL PROTECTED] http://espira.net/nico/ ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http

Re: [fpc-devel] Modernising Pascal

2005-02-25 Thread Nico Aragón
possible to override InstanceSize, InitInstance, NewInstance and FreeInstance. There is also a reference counting hooks for interfaces. Combining all these facilities, it's possible to create a parallel hierarchies of objects that use reference count or garbage collection. -- saludos, Nico

Re: [fpc-devel] Re: [fpc-l] type discussion

2005-06-01 Thread Nico Aragón
El Miércoles, 1 de Junio de 2005 13:50, Marco van de Voort escribió: Main plans short term to my knowledge are: ... * improved packages and dynamic libraries (PIC!) support in general. Sorry if I've been confused by improved. Is PIC already supported? -- saludos, Nico Aragón

Re: [fpc-devel] How to manually control debug information

2005-06-03 Thread Nico Aragón
that should be edited? -- saludos, Nico Aragón ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] How to manually control debug information

2005-06-03 Thread Nico Aragón
into? Yes. The generated assembler. Anyway, where could I find information about the structures that should be edited? gcc docs mainly (stabs) Thank you, also Florian and Peter, of course. It seems that I have more than enough options :-) -- saludos, Nico Aragón

Re: Modern Pascal Dialect [was Re: [fpc-devel] Re: [fpc-l] type discussion]

2005-06-04 Thread Nico Aragón
tasks (conditional compilation and expressions) planned in detail. If you're interested, we could share the work. -- saludos, Nico Aragón ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc