LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Function not found in DLL

I use LabView 5.0; NT4 SP4; MS DevStudio VC5
I've written a C++ DLL, an declared exported functions as extern "C"
__declspec( dllexport )
Quick View finds the exported functions, my test application finds the
functions, even the Get DLL Exports.vi (provided by NI) finds the
functions. But if I make my own Call Library Node it insists that the
functions do not exist. Using C instead of C++ is no good choice since I
use some Afx stuff that probably wont work under C.
I think the solution is so simple that I do not see it (no, not case
sensitivity 😉 )
Any help would be grate
Thanks Stephan


Sent via Deja.com http://www.deja.com/
Before you buy.
0 Kudos
Message 1 of 1
(2,735 Views)