02-01-2012 02:21 AM
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
02-20-2012 04:02 AM
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