Hi,
I want to use the mem.getref() in a dll to check if a block of memory has already been free'ed, but I can't because the linker always tells me the following:
"unresolved external symbol : MEM_GETREF"
I know that I want to include a lib, but I don't know which lib to include, because I don't know in which system dll this function is in.
Greetings
Dav92
€dit: Nevermind, don't need it anymore.