top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is Equivalent of RETAILMSG in VC 2015

+2 votes
265 views

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.

posted Dec 14, 2015 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+2 votes

if form1 include textbox - then selected word from it and
go to form2 to input new word and replace it with selected word
then display form1 with textbox that include the new word

+3 votes

How is it calculated? What is cyclomatic complexity?

...