03-24-2006 04:57 AM
03-27-2006 09:40 AM
Hi,
the lvdaq.dll is a separate entity, so you can't "build it into" your DLL.
As long as it can be found somewhere in the Windows search path, then that should suffice, i.e. c:\windows\system32 or in the same directory as your DLL.
You should get an error message saying that your DLL failed to load however if a DLL that your DLL relies on cannot be found.
They should all reference the one lvdaq.dll, and not individual ones for each dll you have, unless you have a good reason to try to mix different versions, however they will all rely on going back to the nidaq32.dll at some point.
Hope that helps
Sacha Emery
National Instruments (UK)