How do I change what third-party DLL my project is the link to LabWindows 8?

So my company has an extension written in c, built with LabWindows 8 is an extension to the Tcl scripting language. After I built the application resulting DLL is conditioned by another DLL: tcl84.dll. In addition, these lines is generated in the .cws file:

[DLLS used by executable 0001]
DLL 0001 = "/ C/Tcl/bin/tcl84.dll".

This DLL is not required by the project, because we have several other extensions for Tcl also wrote in LabWindows, who do not have this dependence. To my surprise, however, other extensions, we have for Tcl also have the line above in their .cws file. Yet are does not appear as a dependency when I look at the with a program such as the Dependency Walker tool and extensions runs correctly when I remove the tcl84.dll of the system.

I tried to remove the line in the file project and LabWindows just regenrates on my next build. Also, I did a project entirely new report only files .c and .h, and implementation of the new project from scratch, but LabWindows still automatically generates these lines when I get my first successful build.

I've included the entire project directory in my post.

Solved. Here is a link to my Stack Overflow question with more details on the solution:

http://StackOverflow.com/q/16486066/1919345

Tags: NI Software

Similar Questions

Maybe you are looking for