Dear Developers,
Greetings!!
As, I am trying to use sdio interface for one of my driver and i added sdcardlib.lib file in the sources file and SDCardDDK as a header file. But I got one compilation error as shown below :
BUILD: [01:0000000132:ERRORE] sdcardlib.lib(SDCardApiStubs.obj) : error LNK2001: unresolved external symbol dpCurSettings
BUILD: [01:0000000133:ERRORE] sdcardlib.lib(busacc.obj) : error LNK2019: unresolved external symbol dpCurSettings referenced in function “public: __cdecl SDBusAccess::~SDBusAccess(void)” (??1SDBusAccess@@QAA@XZ)
I did some R&D on google and come to know that I should use SD_DEBUG_INSTANTIATE_ZONE macro that is defined in sdcardddk.h.
But the thing is that where should I use this macro that I am unable to find upto so far.