I am converting a Windows Mobile 6.0 dll to Win 10 dll.
Opened a project -->VC++-->Console application-->dll project.
I have added just one liner with below function
switch (ul_reason_for_call)
{
case DLL_PROCESS_ATTACH:
RETAILMSG(TRUE, (TEXT("client.dll: DLL_PROCESS_ATTACH\r\n")));
i have added bbgapi.h in the include which is the header file for RETAILMSG.
error is as below:
LINK2109 : unresolved NKDbgPrintfW
NKDbgPrintfW : is again linked to nkstub.lib but i am not able to find this in NET.