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

HELP PLEASE, link error (undef. symbol)

2 replies · 2,122 views · Started 11 April 2005

Hi, I need help, I don'y know how to solve a link error I have (well, I have many
but maybe the way of solving one is the same more or less for the rest).
The error is the following:

"...
Link Error : Undefined symbol: 'RBTMan::RBTMan(void) (??ORBTMan@@QAE@XZ)'
Link Error : referenced from 'CBTEngine::~CBTEngine(void) (??1CBTEngine@@UAE@XZ)' in BTExampleBTEngine.cpp:34
..."

The class 'RBTMan' is already included in corresponding file of the one named
in the error line doing this:

#include <btmanclient.h>

Do you know how can I solve this?.

Thank you for your help.

Include bluetooth.lib in your .mmp file and it should compile.
Also linker errors are about missing lib files not headers.
Bye.
--eminemence.

Thank you very much for your help.
You were right, it was due to I didn't add suitable librabries.

Thank you again. :icon14: