LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

pb with a dll (cint compiled)

Hi all,

I 'm a beginner in labview and try to test something.
I post this message to this mailing list because i have seen this
requirement for this kind of things...
I have compiled a code based on C++ (ROOT software) and created
a dll by the way of cint cygwin under cygwin with windows XP.
So, when i try in labview to configure the node to use the dll,
at the moment i click on ok, it says me that the libCint.dll is not found...
Does it mean that the library is not good as compiled with cint or not ?

Thanks very much in advance for your help!

cheers,
Alexis
0 Kudos
Message 1 of 2
(2,864 Views)
Is libCint.DLL the name of the DLL you created? I'm guessing that it's part of a run-time module for your c compiler. You need to put a copy of that file in the same directory as your DLL. Then when you configure the Call Library Function node, enter the path to the directory that contains both DLL files.
0 Kudos
Message 2 of 2
(2,856 Views)