I am trying to use a dll that I have created in C++, using measurement studio. The development was done on a windows XP machine and I am deploying to a windows 2000 embedded controller.
The trouble is that when I call the DLL from Test Stand on the destination machine I get the message that it cannot find "nimcdbu.dll".
I know that I could manually add this file to my deployment project. But I would like to find the driver or app that installed "nimcdbu.dll". into my development system and install it onto the destination machine.
So my question is this:
Do I brute force my way through this by adding one missing dll at a time until the untill all missing DLLs are identified and copied to the destination machine? Or, do I try to find the intaller(s) for the DLLs that are missing?
If i should take the second approach, does anyone know where the file "nimcbdu.dll" comes from? I am using a NI-7344 Motion Controller. It looks like it may be a motion related file, but I am not sure.
Thank you for your assistance.
Lonnie Aldredge