06-05-2008 10:36 AM
06-06-2008 01:59 PM - edited 06-06-2008 02:00 PM
Not directly. You need to write in a C compiler compatible with the object format of your lib file a DLL that exports wrapper functions for all functions inside that lib and link the lib into that DLL project. Then you can call the lib functions through the Call Library Node and the Wrapper DLL interface.
@FredFred wrote:All,I have a .LIB that has the functions needed to control and instrument. The dll associated with the instrument only has a Class installer. How can i create vi's for this instrument based on the .LIB file? Is it possible?FredFred