michielsweb Posted December 10, 2020 Report Posted December 10, 2020 @Paul Henty i downloaded ure demo 1.1 but it seems to be not working from the start into errors? but i read u maked it thread safe (does this mean i can use a seperate thread to just read the offsets?
Paul Henty Posted December 11, 2020 Report Posted December 11, 2020 Quote i downloaded ure demo 1.1 but it seems to be not working from the start into errors? You need to build the project first. This will download and install the client dll from NuGet. Until then you will see errors. If it doesn't work after the build, please show me the errors. Quote i read u maked it thread safe (does this mean i can use a seperate thread to just read the offsets? Yes you can read offsets on a different thread to the main GUI, e.g. a background worker thread or a Task. Note that you won't be able to directly update the GUI from this thread however. You'll need to use Invoke() to switch back to the GUI thread, or, have the GUI update itself regularly with the latest read offset values. Paul
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now