Hi
I'm trying to use EventLogMsg API to send messages to the (Windows)event log. I've included the needed header file and linked to the needed lib (according to what I've found in the MSDN), but still I get a link error:
unresolved external symbol __HrWriteRegistryDWORD
in the lib:EDKEVENT.LIB.
Likely there's a missing lib wich I should link to, but I can't find anything in the MSDN.
Does anybody use this api? Has anybody found what's missing?
thanks a lot for your help
I'm trying to use EventLogMsg API to send messages to the (Windows)event log. I've included the needed header file and linked to the needed lib (according to what I've found in the MSDN), but still I get a link error:
unresolved external symbol __HrWriteRegistryDWORD
in the lib:EDKEVENT.LIB.
Likely there's a missing lib wich I should link to, but I can't find anything in the MSDN.
Does anybody use this api? Has anybody found what's missing?
thanks a lot for your help