Jump to content
Sign in to follow this  
Guest flying-w

ObjectAdded event in c#

Recommended Posts

Guest flying-w

Does anyone have the ObjectAdded and ObjectRemoved events working in a c# app? I can make them work in c++, but I never called in c#. Other system events to work.Here's the code: _simconnect.SubscribeToSystemEvent(AI_AIRCRAFT_LIFE_EVENTS.ADDED, "ObjectAdded"); _simconnect.SubscribeToSystemEvent(AI_AIRCRAFT_LIFE_EVENTS.REMOVED, "ObjectRemoved"); _simconnect.SubscribeToSystemEvent(AI_AIRCRAFT_LIFE_EVENTS.TEST, "4sec");I get a call back every 4 seconds, but never when FSX adds or removes an AI aircraft.So just before I give up, and port everything to c++, anyone been here before?Simon

Share this post


Link to post
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...