LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

External compiler - CVI DLL into VC++

Hello,
 
I made a dynamic link library (DLL) in LabWindows/CVI, and want to use it in Visual C++ with other visualization code.
The main panel and all the controls/indicators are shown correctly when I complile. The panel callback functions include data socket and other callbacks for the buttons. But when I click buttons, it doesn't work. Just couple of buttons are working (file selection and exit). I followed just as the one in knowledgebase #94.
Is there anything I'm missing ?
 
Thanks.
 
0 Kudos
Message 1 of 2
(2,931 Views)

Make sure your callback object or source support file is up-to-date. You might have modified the UIR after generating the support file and thus some callbacks may be missing. See the "Build»External Compiler Support" CVI help page (or type "External Compiler Support" in the CVI Help Index) to see how to create the callback support file for external compilers.

- Mohan

0 Kudos
Message 2 of 2
(2,911 Views)