01-13-2015 07:23 PM - edited 01-13-2015 07:27 PM
Seems simple enough... I want to create a DLL to be called from my labview VI using the "call library function". The DLL will have a panel that the user can navigate around and push buttons to invoke callbacks.
Seems simple enough, but when I try this the buttons do not work. If I try to compile the DLL with the "real time only" runtime support, then it does not like the "LoadPanel, DiscardPanel, RunUserInterface", etc... vital commands to run a panel.
So what gives? anyone know how to create a DLL with an operable panel to be called from within a labview VI?
I guess I should clarify, the callbacks are CVI callbacks.
Much thanks in advance...
01-13-2015 08:28 PM
01-13-2015 09:05 PM
Use LoadPanelEx instead of LoadPanel.
And enable this in the setup: