Linking...
Mem.obj : error LNK2019: unresolved external symbol "void __cdecl
RtlInitUnicodeString(struct _UNICODE_STRING *,unsigned short const *)"
(?RtlInitUnicodeString@@YAXPAU_UNICODE_STRING@@PBG@Z) referenced in function
_main
Debug/Mem.exe : fatal error LNK1120: 1 unresolved externals
Hao have you defined the prototyp?
You missed an 'extern "C"'
--
Greetings
Jochen
Do you need a memory-leak finder ?
http://www.codeproject.com/tools/leakfinder.asp
Do you need daily reports from your server?
http://sourceforge.net/projects/srvreport/