gdscei Posted July 27, 2014 Report Posted July 27, 2014 I've read through the docs, and I see there is a ground type offset - but it's not exactly what I need. Is there a way to specifically check if a plane is on a taxiway or if he is on a runway?
Pete Dowson Posted July 27, 2014 Report Posted July 27, 2014 I've read through the docs, and I see there is a ground type offset - but it's not exactly what I need. Is there a way to specifically check if a plane is on a taxiway or if he is on a runway? Not without comparing the aircraft's location against a database of runways, such as that produced by my MakeRunways utility. BTW you posted in a subforum which is specifically concerned with support for Paul Henty's .Net client DLL programming. General support questions should be directed to the main support forum, please. Pete
gdscei Posted August 3, 2014 Author Report Posted August 3, 2014 Not without comparing the aircraft's location against a database of runways, such as that produced by my MakeRunways utility. BTW you posted in a subforum which is specifically concerned with support for Paul Henty's .Net client DLL programming. General support questions should be directed to the main support forum, please. Pete Thanks for the information! I would like to run the MakeRunways utility, problem for me is personally: I am working on ACARS software for a VA, and so this is a distributed program... So I would have to ask my users to run the utility before they run the ACARS software.
Paul Henty Posted August 3, 2014 Report Posted August 3, 2014 You could give your users a button or menu options for 'Rebuild Scenery Data" or something. Then run Makerwys.exe from inside your application. This is what commercial programs like Radar Contact do. I assume you are using .net since you are posting here, so you can use the System.Diagnostics.Process class to start the Makerwys.exe and wait for it to finish. You'll need the path to the Flight Sim install folder which you can either ask the user for, or get from the registry: HKEY_CURRENT_USER\Software\Microsoft\Microsoft Games\Flight Simulator\<version no> It's more complicated if your users use your application over wideFS. Then you'll need to get them to run your ACARS on the flight sim PC first to do the scenery data rebuild, or resort to getting them to manually run the Makerwys.exe. Paul
gdscei Posted August 31, 2014 Author Report Posted August 31, 2014 (edited) You could give your users a button or menu options for 'Rebuild Scenery Data" or something. Then run Makerwys.exe from inside your application. This is what commercial programs like Radar Contact do. I assume you are using .net since you are posting here, so you can use the System.Diagnostics.Process class to start the Makerwys.exe and wait for it to finish. You'll need the path to the Flight Sim install folder which you can either ask the user for, or get from the registry: HKEY_CURRENT_USER\Software\Microsoft\Microsoft Games\Flight Simulator\<version no> It's more complicated if your users use your application over wideFS. Then you'll need to get them to run your ACARS on the flight sim PC first to do the scenery data rebuild, or resort to getting them to manually run the Makerwys.exe. Paul Hi Paul, Sorry for the late reply. Thanks for the information! I will look into it further. Edit: also, it seems like Makerwys is not supplied with FSUIPC (at least, not when I installed it). Is this correct, and if so, am I allowed to package it with my application? Edited August 31, 2014 by gdscei
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