Location of Files Required for Debugging DLLs
The source files for the DLL must be available to debug a DLL in LabWindows/CVI.
The DLL contains the locations of the source files at the time you created the DLL. When LabWindows/CVI displays a DLL source file, it looks for the location of the file in the following order:
- The absolute path of the source file
- A source file with the same base name in the current project
If LabWindows/CVI cannot find a DLL source file, it reports an error. Make sure that your files are in one of the preceding locations.
When you move a DLL to another machine and you want to debug it there, you also must copy the source files. Keep the DLL project and source files in the same relative location to each other.