Hi,
I'm getting the following error message when I try using WPP tracing in my user mode application.
3>hooktest.obj : error LNK2019: unresolved external symbol _WppCleanupUm referenced in function _main 3>hooktest.obj : error LNK2019: unresolved external symbol _WppInitUm referenced in function _main 3>hooktest.obj : error LNK2001: unresolved external symbol _WPP_GLOBAL_Control
Looks like I've missed linking with some library. But I don't know what library I have to link with to use WPP tracing. Could someone help please? I've linked with advapi32.lib already.
Thanks