Wireless Communication Library Support Forum

Frameworks => Bluetooth Framework => Topic started by: abw on June 27, 2010, 10:50:38 PM

Title: CwclClientBluetoothParams::SetAddress linker error
Post by: abw on June 27, 2010, 10:50:38 PM
Hi,

I got unresolved external symbol when calling this function from my application. Others, like SetRadio(), SetAuthentication(), etc. work fine. Seems like all settings are done properly. In the downloaded Demo it works fine, only in my sample project raises this error. Can anyone help me?

thanx and
-mfg-
adam
Title: Re: CwclClientBluetoothParams::SetAddress linker error
Post by: Mike Petrichenko on June 28, 2010, 12:10:43 AM
Hi,

WCL is UNICODE lkibrary - make sure your project uses UNICODE.
Title: Re: CwclClientBluetoothParams::SetAddress linker error
Post by: abw on June 28, 2010, 12:15:08 AM
Hi Mike,

thankx, meanwhile I noticed. Thank you again for the quick reply!

-mfg-
adam
Title: Re: CwclClientBluetoothParams::SetAddress linker error
Post by: Mike Petrichenko on June 28, 2010, 12:42:39 AM
You are very welcome