I tried following this: http://stackoverflow.com/questions/1...to-uis-widgets but it didn't work (I still had the same compiling errors as if I had done nothing)
Here is my project in a zip file: https://mega.co.nz/#!2xBhHRgI!aBK8JF...TieA7QcSxryLSA
I tried following this: http://stackoverflow.com/questions/1...to-uis-widgets but it didn't work (I still had the same compiling errors as if I had done nothing)
Here is my project in a zip file: https://mega.co.nz/#!2xBhHRgI!aBK8JF...TieA7QcSxryLSA
I do not propose to agree to the TOS of some random site to download and debug your entire program for you.
There's no magic just basic C++. If you want to access data from an object you need to provide an access function of some sort. If, as it would appear, you are accessing data from another thread then you must be very careful about synchronisation of readers and writers.
Bookmarks