Search the Community
Showing results for tags 'c++'.
-
I am getting some problems in my Main.cpp file, I have attached my whole fime, if someone could help me out, it would be really appreciated. Here's mu main.cpp file : #include "mainwindow.h" #include <QApplication> #include <QDebug> #include <windows.h> #include <conio.h> #include <stdio.h> #include <string.h> #include <math.h> // Universal data #include "universal.h" // FS interface #include "FSinterface.h" #include "FSUIPC_User.h" // for setting the timer #include "ti
-
hello, first, i'm newbie to development with fsuipc, and i have some questions: 1. how can i assign controls to my application? for example how can i change the engine to cutoff or idle (in pmdg 737)? although thats a control not an offset 2. how can i read atc window to manage it? (i'm coding a co-pilot for not using my eyesight because i'm loosing it) and i want copilot to do this and screen reader doesnt read it 3. whats the difference between FSUIPC_Read and FSUIPC_ReadSpecial functions? for now, i can remember these thanks
- 8 replies
-
- fsuipc copilot
- assigning controls with c++ to fsuipc
-
(and 2 more)
Tagged with:
-
Hello, I have FSUIPC with Prepar3D and I want to create a program to get the Prepar3D's information through FSUIPC. To do this, I would like to use Microsoft Visual C++ 2010 and the FSUIPC SDK. The problem is that I don't usually use Microsoft Visual C++ and I don't know how to integrate the SDK. I don't really know what to do with the .h .c .lib and .rc files... Can anyone help me please? Ben