Re: [fpc-pascal] Need to declare FindIntToIdent in Classesh.inc

2007-07-05 Thread zaher dirkey
Thanks. On 7/4/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: It's done, revision 7943. Michael. -- zaher dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Need to declare FindIntToIdent in Classesh.inc

2007-07-04 Thread Michael Van Canneyt
On Tue, 3 Jul 2007, zaher dirkey wrote: > IdentToInt use Map array (Map: array of TIdentMapEntry) not IntConstList > with TIdentToInt registered functions > And i emulating writing property values like as "procedure > TWriter.WriteProperty" in writer.inc. It's done, revision 7943. Michael. y _

Re: [fpc-pascal] Need to declare FindIntToIdent in Classesh.inc

2007-07-04 Thread zaher dirkey
IdentToInt use Map array (Map: array of TIdentMapEntry) not IntConstList with TIdentToInt registered functions And i emulating writing property values like as "procedure TWriter.WriteProperty" in writer.inc. On 7/3/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: On Tue, 3 Jul 2007, zaher d

Re: [fpc-pascal] Need to declare FindIntToIdent in Classesh.inc

2007-07-03 Thread Michael Van Canneyt
On Tue, 3 Jul 2007, zaher dirkey wrote: > Hi, > I need make this functions founded in classes.inc > function FindIntToIdent(AIntegerType: Pointer): TIntToIdent; > function FindIdentToInt(AIntegerType: Pointer): TIdentToInt; Why don't you use the IdentToInt and IntToIdent functions ? The stream