[Plib-users] PUI: getLegend bug?
Brought to you by:
sjbaker
From: SkyFlash <sky...@ch...> - 2003-03-19 02:44:13
|
I just discovered that setLegend will copy my char* instead of copying the content, so if I pass in a constant like "Value" it crashes after the memory is out of scope. Also if I pass in a temporary variable and delete it afterwards it crashes.... How am I supposed to change the value of the legend of a widget after its created? Ralf Pietersz |