copcop Posted September 20, 2010 Report Posted September 20, 2010 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!!
Pete Dowson Posted September 24, 2010 Report Posted September 24, 2010 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
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