我知道,听起来像所有其他“未解决的外部符号”问题,但据我所知,直到现在我所看到的所有问题都与自定义函数有关,我接触到了WINAPI的问题功能...
我正在尝试从Yosts PRIVR运行API。目前我面临的问题是,在编译时我得到以下错误:
LNK2019 unresolved external symbol
_BluetoothFindDeviceClose@4
referenced in function "void __cdecl connectedBthAddrs(class std::vector<unsigned __int64,class std::allocator<unsigned __int64> > *)"
(?connectedBthAddrs@@YAXPAV?$vector@_KV?$allocator@_K@std@@@std@@@Z)
我是否理解缺少的是a_BluethoothFindDeviceClose函数的定义?那应该是winSDK功能吧?那么我该如何解决这个问题?
虽然我们处于此状态,但有人可以在评论中告诉我,@ 4的含义是什么意思?我很确定它不是行号。