01-14-2011 05:10 AM
How to return event reference or notifier reference from LabView dll to C++ Application or other languages as a callback pointer or delegate? I need to pass the event triggered from labview to C++ Application.
01-14-2011 12:54 PM
Are you asking if it is possible for your C++ code to wait on an event or notification generated by LabVIEW? I don't think there's a way to do that. LabVIEW exports functions for setting an event or occurrence (PostLVUserEvent() and Occur() ) but not for waiting on one. If I've misunderstood what you're trying to do, please post a more detailed explanation of your goal.