Results 1 to 5 of 5
  1. #1
    75+ Posting Member WJH308's Avatar
    Join Date
    Aug 2008
    Location
    San Francisco, CA
    Posts
    81
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    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!

  2. #2
    75+ Posting Member



    Join Date
    Feb 2012
    Location
    North Carolina
    Posts
    93
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    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.

  3. Thanks WJH308 thanked for this post
  4. #3
    75+ Posting Member WJH308's Avatar
    Join Date
    Aug 2008
    Location
    San Francisco, CA
    Posts
    81
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Going to play with the pmdg NGX sdk

    I am excited to see whats been done so far!

  5. #4
    75+ Posting Member



    Join Date
    Feb 2012
    Location
    North Carolina
    Posts
    93
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    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

  6. Thanks WJH308 thanked for this post
  7. #5
    75+ Posting Member WJH308's Avatar
    Join Date
    Aug 2008
    Location
    San Francisco, CA
    Posts
    81
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    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.