Hello
You need to verify that your dll is in one of the following folders.
-The directory where the executable module for the current process is located.
-The current directory.
-The Windows system directory. The GetSystemDirectory function retrieves the path of this directory.
-The Windows directory. The GetWindowsDirectory function retrieves the path of this directory.
-The directories listed in the PATH environment variable.
Windows is responsible for loading the dll for the exe at run-time. You will get a missing dll error when you attempt to run the exe and Windows is unable to find the dll it requires. A missing dll would not cause an error during compile time
I hope this helps
Bilal Durrani
NI
Bilal Durrani
NI