Jump to content
The simFlight Network Forums

NedHamilton

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by NedHamilton

  1. I'm having problems with this issue and I'm NOT using Windows 8. I have registered version of FSUIPC and Windows 7. If I unplug a USB device FSUIPC rescans the USB devices and reassigns numbers in the [JoyNames] section.

     

    But here is the problem: if you have assigned a device to be sent directly to FSUIPC, the number in the [Axes] section may no longer correspond to the (now different) device number in the [JoyNames] section.

     

    Am I doing something wrong?

  2. I made a small dll wrapper with just 2 exported methods and an internal SimConnect_CallDispatch thread

    void *GetPmdgData()

    and

    int RaisePMDGEvent(EPmdgEvent event, int parameter)

    I use it to Marshal it into C# where I emacs-ed PMDG_NGX_SDK.h into C# structs and enums. If someone is interested I could post or upload some code here.

    I'm interested in seeing the code. I program mostly in C# and find it too painful to go back to C++.

  3. Sorry for all the questions. I'm a software developer, a pilot, a simmer, and am building a sim pit. I understand all the separate pieces--I just don't understand how it all fits together (with SimCommect, FSUIPC, ProSim, etc).

    So if you don't add the offset assignments for ALL the PMDG's variables how would someone get to it from FSUIPC? How did they do it before the SDK came out?

  4. I'm trying to usderstand Pete's comment about getting data out of the SDK. I use SimConnect code with a C# program but have never used FSUIPC (and am not sure how ti works). How would you interface a separate SimConnect client code with FSUIPC (to map the SimConnect data to FSUIPC offsets)? Are there some "hooks" that I can call from my C# (or C++) code into FSUIPC?

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.