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.