Carl
2010-05-05 05:23:32 UTC
Hi all,
I have several dlls for a testing project. Here is my setting for the
additional dependencies in .vcproj:
<Tool
Name="VCLinkerTool"
UseLibraryDependencyInputs="false" (true didn't work neither)
AdditionalDependencies="lib1.dll.a lib2.dll.a lib3.dll.a lib4.dll.a
lib5.dll.a"
LinkIncremental="0"
AdditionalLibraryDirectories="C:\msys\1.0\local\lib"
GenerateDebugInformation="true"
/>
Every time launching the debuger, the "entry point not found" error message
was showing up with "the procedure entry point lib2_function_1 could not be
located in the dynamic link library lib1.dll". It always searchs the first
library (lib1) in the dependencies list and repoted not found the function
even though all dlls are in the same bin directory indicated by the $PATH
variable.
What am I missing? Thanks in advance
-carl
I have several dlls for a testing project. Here is my setting for the
additional dependencies in .vcproj:
<Tool
Name="VCLinkerTool"
UseLibraryDependencyInputs="false" (true didn't work neither)
AdditionalDependencies="lib1.dll.a lib2.dll.a lib3.dll.a lib4.dll.a
lib5.dll.a"
LinkIncremental="0"
AdditionalLibraryDirectories="C:\msys\1.0\local\lib"
GenerateDebugInformation="true"
/>
Every time launching the debuger, the "entry point not found" error message
was showing up with "the procedure entry point lib2_function_1 could not be
located in the dynamic link library lib1.dll". It always searchs the first
library (lib1) in the dependencies list and repoted not found the function
even though all dlls are in the same bin directory indicated by the $PATH
variable.
What am I missing? Thanks in advance
-carl