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.