- May 18, 2001
- 7,882
- 380
- 126
I need someone to confirm that I did this correctly.
I need to access a function that I think is found in a 3rd party .LIB file that my company owns. In Visual Studio .NET, first I added the .LIB to my current project, then I went to the properties of my current project, went to the "linker"..."input" section, and entered the name of the .LIB file under "Additional Dependencies". Is this the correct way to do this, or are there things I need to do in addition to this? I keep getting a linker error - the linker is saying that the function is an unresolved external.
I need to access a function that I think is found in a 3rd party .LIB file that my company owns. In Visual Studio .NET, first I added the .LIB to my current project, then I went to the properties of my current project, went to the "linker"..."input" section, and entered the name of the .LIB file under "Additional Dependencies". Is this the correct way to do this, or are there things I need to do in addition to this? I keep getting a linker error - the linker is saying that the function is an unresolved external.
