Click here to Skip to main content
15,907,687 members

Comments by ASWIN11th (Top 2 by date)

ASWIN11th 15-Mar-16 9:42am View    
Yeah...Damn sure,i am getting "SampleFunc" function prints. This application is running on Windows Embedded Compact-7.
ASWIN11th 15-Mar-16 7:38am View    
Hi,
I appreciate your response and Actually the GetProcAddress that your mention is not returned NULL, and able to get the proper function pointer.
SampleFunc = (PFN_SampleFunc)GetProcAddress(hNWLib, L"SampleFunc");

I think since exception is inside "SampleFunc", no issue with "GetProcAddress".