FlyingCoder Posted September 26, 2020 Report Posted September 26, 2020 Helloo, i am trying to make my own program using c++, i know there are c# and vb. I wonder if there is any documentation of FSUIPC for c++? I know p3d SDK has c++ but that will me the last resort. Hope to get some reply thanks!
John Dowson Posted September 26, 2020 Report Posted September 26, 2020 You can use the UIPC_SDK_C library (included in the FSUIPC SDK), or the 64bit version. There is also a version for the MFC framework.
FlyingCoder Posted September 26, 2020 Author Report Posted September 26, 2020 Where can i get the UIPC_SDK_C library ?
John Dowson Posted September 26, 2020 Report Posted September 26, 2020 It is included in the SDK: FSUIPC SDK
FlyingCoder Posted September 26, 2020 Author Report Posted September 26, 2020 John, is there any documentation on how do i can test for fsuipc open or close ?
Thomas Richter Posted September 26, 2020 Report Posted September 26, 2020 Hi, it's well documented within the sample code. Thomas
FlyingCoder Posted September 26, 2020 Author Report Posted September 26, 2020 Hi, Is the sample code in the UIPC SDK or .dll net projects? I cant seem to find any of the vs projects.
John Dowson Posted September 26, 2020 Report Posted September 26, 2020 Look in the zip. As well as the ReadThis.txt, there is a test file provided called UIPCHello.c. No vs project provided, just create an empty one and add/configure the FSUIPC_User.h and . lib files and add the UIPCHello.c and .rc files.
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