SeanMcLeod Posted August 19, 2003 Report Posted August 19, 2003 Hi Is there going to be an updated FSUIPC SDK? If so do you have an estimated timeframe? The download from http://www.schiratti.com/dowson.html is dated Feb 1st 2003, version 15. Thanks
Pete Dowson Posted August 19, 2003 Report Posted August 19, 2003 Is there going to be an updated FSUIPC SDK? If so do you have an estimated timeframe? Yes, and no, in that order. Originally I planned to release FSUIPC 3 on the 25th July, and the SDK one week later. Of course, incomplete, only containing what I knew about FS2004 up till then. Events have thwarted me. I've not even started on it yet. I've been, if anything, busier since releasing FSUIPC 3 than in the desparate few weeks between getting FS2004 gold and making things more or less work. So, sorry, no date. Everytime I quoted a date I've missed it. If there's anything not obvious is the current SDK, ask me. Regards, Pete
SeanMcLeod Posted August 19, 2003 Author Report Posted August 19, 2003 Thanks for the speedy (7 min delay) reply! :)
Jamie Fox Posted August 20, 2003 Report Posted August 20, 2003 FSUIPC_FS_Version now has a seventh possible value (7), to indicate FS2004, so if you want your software to recognise 'FS2004' rather than 'Unknown', you need to extend your *pFS[] array and make sure your check for unknown is now FSUIPC_FS_Version > 7 rather than 6. (I took the opportunity to #define this elsewhere for future versions ) If you're not using SIM_ANY, you'll need to add SIM_FS2K4. You can find these in FSUIPC_User.h near the top, and SIM_FSK4 follows the pattern and should be assigned 7. Everything else should then work as expected I hope ;)
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