News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

mem.getref

Started by Dav92, October 19, 2010, 03:57:20 PM

Previous topic - Next topic

Dav92

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.