View Full Version : Going to play with the pmdg NGX sdk
WJH308
05-15-2012, 07:19 PM
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!
NedHamilton
05-16-2012, 09:11 AM
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.
WJH308
05-16-2012, 05:17 PM
I am excited to see whats been done so far!
NedHamilton
05-16-2012, 05:36 PM
In post #98 in this thread there is a link to some C# code
http://forum.simflight.com/topic/71035-pmdg-ngx-sdk/page__st__80
Unfortunately the link to the source code is in that post is broken.
I downloaded the code and it works
WJH308
05-18-2012, 06:56 PM
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.