Hi,

I have a thread which accesses a data structure which is held in a different class. The thread modifies this data. The main gui thread then uses this data structure to populate a list. Things are fine for some time but then the application crashes. I'm guessing this is a threading issue?

What is the 'safe' way of accessing 'shared' data from one thread to another?

Kind regards,
Steve