Results 1 to 5 of 5
-
05-15-2012, 07:19 PM #1
Going to play with the pmdg NGX sdk
Not sure if this is the correct forum to post this, but I am currently getting myself up to speed on the C# programming language and going to try to port the PMDG NGX SDK over to C#. It currently is based on C++. I am just putting this bit of info out there in case some one has already done this so I don't waste my time!
Thanks!
-
05-16-2012, 09:11 AM #2
- Join Date
- Feb 2012
- Location
- North Carolina
- Posts
- 93
Re: Going to play with the pmdg NGX sdk
It has been done at least partially. I'll post later today with a link to a complete VS 2010 solution that has a few examples.
-
Post Thanks / Like - 1 Thanks, 0 Likes, 0 Dislikes
WJH308 thanked for this post
-
05-16-2012, 05:17 PM #3
Re: Going to play with the pmdg NGX sdk
I am excited to see whats been done so far!
-
05-16-2012, 05:36 PM #4
- Join Date
- Feb 2012
- Location
- North Carolina
- Posts
- 93
Re: Going to play with the pmdg NGX sdk
In post #98 in this thread there is a link to some C# code
http://forum.simflight.com/topic/710...k/page__st__80
Unfortunately the link to the source code is in that post is broken.
I downloaded the code and it works
-
Post Thanks / Like - 1 Thanks, 0 Likes, 0 Dislikes
WJH308 thanked for this post
-
05-18-2012, 06:56 PM #5
Re: Going to play with the pmdg NGX sdk
Thanks, I am going to hold off on the SDK, learn to use simconnect better with C# then figure out how to make a dll wrapper to use the sdk.