Sean,
Since Simon is trying to link an existing DLL using the Labview code node, the library that should be available in the same location, or in a resolvable path is the .LIB file that was prouduced by the C compiler
Thus, if he is linking xxxx.DLL he should also have xxxx.LIB ( his math fuction definitions) I hope this
is a bit clearer than my earlier post
Ken