Jump to content
The simFlight Network Forums

FSUIPC_version and FS_version


Recommended Posts

How can i get out the FSUIPC version and FS versione from with C#.

The FSUIPC SDK contains stuff for C# users, or you could use the FSUIPC Client DLL for .Net as described in the "sticky" near the top of this forum.

Once you have a program interfacing to FS via FSUIPC you will have both the FS and FSUIPC versions available to you, either directly (as a result of the connecting code), or by reading the relevant offsets, as documented.

Regards

Pete

Link to comment
Share on other sites

Please be so kind, Can you tell me a little example for get out versions FSUIPC and FS.

Examples are provided in the SDK. Have you looked?

And to get the FSUIPC and FS versions you only have to Open the link, as they are obtained during the opening process, and placed into global variables "FSUIPC_Version" and "FSUIPC_FS_Version". At least they are with the C code I supply in the SDK. See the definitions in "FSUIPC_User.h".

It sounds like you've not even looked at what is already provided! Please do so.

Regards

Pete

Link to comment
Share on other sites

Please be so kind, Can you tell me a little example for get out versions FSUIPC and FS.

If you download my .net client dll, it comes with documentation and an example application in C# showing you exactly how to read offsets from FSUIPC.

Once you know how to do that, it's a simple matter of reading the correct offsets (0x3304 and 0x3308).

Please look at the documentation and examples that I've already provided:

http://forums.simflight.com/viewtopic.php?f=54&t=53255

Paul

Link to comment
Share on other sites

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.