LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

export own function to Visual C++ with external compiler support

Hello all,

I would like to export my own function for later use in Visual Studio 6.0.

The external compiler support exports only callback functions from the user interface. 

How can I export a function, which has nothing to do with the userinterface.

Background: I am using an activeX component inside my labwindows project and this has a lot of functions, which I like to use in my C++ project.

 

Thanks for your help

0 Kudos
Message 1 of 2
(2,683 Views)

Hello,

 

I am not very sure I understand what you are trying to achieve. What I understood is that you have a set of dunctions a CVI Instrument Library (*.fp) and you would like to use your functions in visual C++. Am I right?

 

If so, your *fp file has a header (*.h) and a source code file (*.c) attached and by loading them in VS 6  it should work. 

 

best regards 

______________
Florian Abry
Inside Sales Engineer, NI Germany
0 Kudos
Message 2 of 2
(2,659 Views)