Wireless Communication Library Support Forum

Common => Common => Topic started by: TL on October 12, 2012, 07:55:06 PM

Title: Linking wcl.lib in Visual Studio 2008
Post by: TL on October 12, 2012, 07:55:06 PM
Hello,

In building my own VS 2008 projects following the examples, I find a link error unable to find ../../build/wcl.lib.

It seems like VS it trying to find wcl.lib in the relative path that worked for the provided examples, rather than the absolute path that I gave to point it to where wcl.lib was installed.

Thank you.
Title: Re: Linking wcl.lib in Visual Studio 2008
Post by: Mike Petrichenko on October 13, 2012, 08:33:31 AM
Hello,

The path to the lib is defined in wclAPI.h. You can change it there.