LizardKingSchwing
Programmer
This is probably / hopefully simple but I've a main dialog which oninit... opens a few threads whihc run in the background filling info. into list boxes , I 've added a progress control / progress text to show user what sections are being worked on ....
I've also added some member functions to the dialog which will update progress control / text however in the threads i cannot call these because they are not statics... however if I make them statice the functions give back further errors about accessing member variables in static function..
Has anyone any advice / examples on how to solve this
Cheers
LK--<
I've also added some member functions to the dialog which will update progress control / text however in the threads i cannot call these because they are not statics... however if I make them statice the functions give back further errors about accessing member variables in static function..
Has anyone any advice / examples on how to solve this
Cheers
LK--<