i'm building a code in native subsystem and i have problem with operator new and delete i want to use wdk new and delete but i get this error's:
: error LNK2019: unresolved external symbol "void __cdecl operator delete(void *)" (??3@YAXPAX@Z) referenced in function _main
: error LNK2019: unresolved external symbol "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z) referenced in function _main
is there any way to use wdk own new and delete ??
or is there any library in wdk that i can use for these function in antive subsystem ??
: error LNK2019: unresolved external symbol "void __cdecl operator delete(void *)" (??3@YAXPAX@Z) referenced in function _main
: error LNK2019: unresolved external symbol "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z) referenced in function _main
is there any way to use wdk own new and delete ??
or is there any library in wdk that i can use for these function in antive subsystem ??