Re: Problem with some APIs exported by my os

Tech-Archive recommends: Fix windows errors by optimizing your registry




Are you linking to btdrt.lib?


kenshin wrote:
After exporting a SDK from a costomized ce os, I developed a c++ win32 console project with vs2005.

error information came as follows during the building process:
--------------------------------------------------------------------------------------
error LNK2019: unresolved external symbol BthWriteScanEnableMask referenced in function wmain
fatal error LNK1120: 1 unresolved externals
--------------------------------------------------------------------------------------

I tried several approaches: copying correspondant lib file into sdk lib directory; setting project LIBPATH as suggested in msdn; etc. But all failed..

So, where on earth is the problem located.

.