IdentToInt use Map array (Map: array of TIdentMapEntry) not IntConstList with TIdentToInt registered functions<br>And i emulating writing property values like as "procedure TWriter.WriteProperty" in writer.inc.<br>
<br><div><span class="gmail_quote">On 7/3/07, <b class="gmail_sendername">Michael Van Canneyt</b> <<a href="mailto:michael.vancanneyt@wisa.be">michael.vancanneyt@wisa.be</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br>On Tue, 3 Jul 2007, zaher dirkey wrote:<br><br>> Hi,<br>> I need make this functions founded in classes.inc<br>> function FindIntToIdent(AIntegerType: Pointer): TIntToIdent;<br>> function FindIdentToInt(AIntegerType: Pointer): TIdentToInt;
<br><br>Why don't you use the IdentToInt and IntToIdent functions ?<br><br>The streaming in lazarus works perfectly without these 2 functions,<br>and exposing an internal function is not a good idea; Then we cannot<br>
change them anymore.<br><br>Michael.<br>_______________________________________________<br>fpc-pascal maillist  -  <a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a><br><a href="http://lists.freepascal.org/mailman/listinfo/fpc-pascal">
http://lists.freepascal.org/mailman/listinfo/fpc-pascal</a><br></blockquote></div><br><br clear="all"><br>-- <br>zaher dirkey