Read-only archive of the All About Symbian forum (2001–2013) · About this archive

Unresolved external

1 replies · 1,935 views · Started 05 November 2003

Hi there,

I'm trying to run a project in C++ Builder 6. The project has a dll called HTModel.dll.

When I press the run button I get the following error:
Unresolved external TBTServiceSecurity::TBTServiceSecurity(....

I've linked against bluetooth.lib (mmp file from the dll), and
I've included btmanclient.h

What's wrong?

Thanks in advance.

The old documentation is wrong: btmanclient.lib is the correct library to be included, not bluetooth.lib!
Bye