Which lib should I include for HCI_OpenConnection()
Hi,
I am writing an application in which i am using HCI_OpenConnection()
function. MSDN is saying that I should add btd.lib in my linker setting as
input libs but even then I am getting following error:
BlueToothTestDlg.obj : error LNK2019: unresolved external symbol
HCI_OpenConnection referenced in function "public: void __cdecl
CBlueToothTestDlg::PerformHCIInquiry(void)"
(?PerformHCIInquiry@CBlueToothTestDlg@@QAAXXZ)
1>Pocket PC 2003 (ARMV4)\Debug\BlueToothTest.exe : fatal error LNK1120: 1
unresolved externals
Please tell me which lib should I use.
Thanks,
Arsalan
|