Hi Community...
I have develop a Class-Hierarchy for Labwindows/CVI Panels in Visual C++.
I generate a UIRClassTable.cpp with one Class for each Panel and his Callback Functions.
In this step I want du generate the UIRCallbackTable.c.
In a Executable (LoadPanel) my Self-made UIRCallbackTable.c works properly....
but in a DLL (LoadPanelEx) it doesnt work (Errorcode: -86)
How can I generate the UIRCallbackTable.c that it works in all Cases?