With the current C++Builder 10.2 Tokyo I try to run
demos\bcpp\lmdelcore\MegaDemo_ElXTree
but I get the a stream read error:
---------------------------
plmdelxtree_b14
---------------------------
Fehler beim Lesen von ElExplorerBarGroup3.CaptionSettings.MinButtonGlyph.Data: Stream-Lesefehler.
---------------------------
OK
---------------------------
BTW:
to make it compile, I had to make a change in AnsiString TXTreeDm::RandAccSt(void)
AnsiString strDecimalSeparator = DecimalSeparator;
->
AnsiString strDecimalSeparator = FormatSettings.DecimalSeparator;
I had problems with other examples too. Is there a chance, that there will be an update of the examples soon?
Comments