Jump to content
The simFlight Network Forums

Recommended Posts

Posted
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

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.