Jump to content
The simFlight Network Forums

about FSX using the FSUIPC_SDK question


Recommended Posts

Hi All

I'm a C++ Programmer.

I use the FSUIPC_SDK developement the FSX plus.but know have some problem.

the UIPCHello.exe is running , the Dialog show, and

Sim is:Unknown

FSUIPC Version:Unknown

FSClock:Unknown

I revised the "UIPC_SDK_MFC/UIPCHello.exe" codes.and run the FSX.exe and run the UIPCHello.exe,now is:

Sim is:(null)

FSUIPC Version:4.600a

FSClock:00:00:00

why the Sim is null??

who can help, thanks!!

Link to comment
Share on other sites

I revised the "UIPC_SDK_MFC/UIPCHello.exe" codes.and run the FSX.exe and run the UIPCHello.exe,now is:

Sim is:(null)

FSUIPC Version:4.600a

FSClock:00:00:00

why the Sim is null??

who can help, thanks!!

Without seeing the code I don't think anyone can help. Maybe that version of UIPCHello is so old it does not know about FSX and therefore needs that Sim Name adding?

Why not try debugging it yourself? Your C/C++ compiler must have an associated debugger, so you can see what is happening there. Also FSUIPC includes Logging facilities. You should find the IPC read and write logging options incredibly useful when debugging your programs. You can even have the Log shown in real time on screen, using the Console Log facility, if you run FSX in Windowed mode.

Regards

Pete

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.