Hello everyone!
I have read the topics about working with multiple source files and multithreading as well, however i cannot manage to make the two work in my project.
There is an example program about multithreading, with a counter.
When you start the program the counter starts as well and when you push a reset button it is set back to 0 and starts counting again.
I would like to do this with another source file but on the same user interface. It other numeric on the UIR starts counting as well, however i cannot reset it back to 0. I would like to know where i went wrong. I would appreciate any help, but i just put here the whole project in a zip file.
Thank you in advance!