Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

ElXTree stream read error

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

Sign In or Register to comment.