Ned Posted February 19, 2018 Report Posted February 19, 2018 Hello, I'm new with QT and i can't connect to fs 2004 using QT 5.0.1 and MinGW/ VC++ 2015. It works fine with Visual Studio 2017 and code Blocks (MinGW 32) !! There is the errors that i have : https://ibb.co/dMQSmS. Thank you !
Thomas Richter Posted February 19, 2018 Report Posted February 19, 2018 Hi, make sure you run your application with the same privilegs as FS2004 runs, i.e. when FS2004 runs with Administrator privilegs you need to run your program as well with Administrator privilegs. If not then you program cannot connect to FSUIPC. Thomas
Ned Posted February 19, 2018 Author Report Posted February 19, 2018 Hi, Thank you for the quick answer ! Yes it is what i did for Visual Studio 2017 and Code Blocks and it worked fine, but for QT Creator it seems that it doesn't start in Administrator privilegs even if i left click and start it as admin. There is another solution to give QT Creator Administrator privilegs ? Or to remove Administrator privilegs from FS2004 ? Regards, Ned
Ned Posted February 19, 2018 Author Report Posted February 19, 2018 Hi, Same problems, i run QT Creator and FS2004 with the same privilegs level and still having the same errors. Any solutions ? Regards, Ned.
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