LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

What is the best way to call a LabWindowsCVI program from a Visual Foxpro application

I have to develop a simple serial up/download program. I am going to implement it in LabWindows/CVI. The problem is that the program is going to be called from a Visual Foxpro application and I have no experience on calling routines from Windows applications. What is the best (and simplest) way to do this?.
 
Thank you in advance
 
Alejandro Formichelli
0 Kudos
Message 1 of 2
(2,902 Views)
 
 

Visual Foxpro can call functions in DLLs.  This link has more information on how to create them from CVI.  http://zone.ni.com/devzone/conceptd.nsf/webmain/1d0c73348d50de5486256faf00614757  Look at the foxpro documentation to determine if the calling format should be __stdcall like microsoft uses in visual basic, or __cdecl like microsoft uses in visual c.

Message Edited by mvr on 05-23-2006 01:05 PM

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