Kaan Kuscu Posted May 14, 2012 Report Posted May 14, 2012 Hello.. I want make a program with Vbasic,like this ; So.. How can I do connecting,Vbasic between FSX ? I think,i must using FSUIPC.. But,I can't connect FSUIPC to Vbasic. Help me please. Thanks.
Paul Henty Posted May 14, 2012 Report Posted May 14, 2012 Hello.. I want make a program with Vbasic,like this ; Do you mean Visual Basic by Microsoft? If so, it's fairly simple. Let me know which version (VB6? VB.NET 2012?) and I'll tell you what you need and where to find it. If you mean a different language called Vbasic, there is no FSUIPC SDK for it. You'd have to write one yourself by translating the C SDK, Paul
Kaan Kuscu Posted May 15, 2012 Author Report Posted May 15, 2012 (edited) Microsoft visual studio 2010 ... I connected FSUIPC...Everything is okey.But now,i have a question. How do I save to flight NM? Edited May 15, 2012 by Kaan Kuscu
forstmeier Posted May 15, 2012 Report Posted May 15, 2012 Microsoft visual studio 2010 ... I connected FSUIPC...Everything is okey.But now,i have a question. How do I save to flight NM? Pls. explain "flight NM". regards,
Kaan Kuscu Posted May 15, 2012 Author Report Posted May 15, 2012 (edited) Example; LTBA to LFPH.. 1200 nautical miles(NM) I want calculate total nm. what will i do ? Edited May 15, 2012 by Kaan Kuscu
Pete Dowson Posted May 16, 2012 Report Posted May 16, 2012 LTBA to LFPH.. 1200 nautical miles(NM) I want calculate total nm. A direct line, great circle? OR what? You need the Latitude and Longitude of both places and do some complex spherical trigonometry. Google the web for the formulae. Regards Pete
forstmeier Posted May 18, 2012 Report Posted May 18, 2012 Example; LTBA to LFPH.. 1200 nautical miles(NM) I want calculate total nm. what will i do ? I'm using for my programs the Aviation Formulas edited by Ed Williams: http://williams.best.vwh.net/avform.htm http://forum.simflight.com/topic/71036-simcon-simconnect-approach-system/#entry439227 regards Raimund
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