I am currently developing a bt app and I have a class attribute:
RBTSecuritySettings iSecSettingsSession;
But the compiler (both command line and Visual C++ 6.0) cannot find this object. I have included the btmandclient.h header at the top and made sure that the directory is in the list of included directories but it still cannot be found.