i just can't find them
coredll.lib appears to be for Windows CE
winbase.h
the functions that appear in that file are in kernel32.inc
the constants are in windows.inc
are you intending to write code for CE ?
no , i just want wo use the function DisableThreadLibraryCalls
i search it in MSDN
and at the Requirements
it says
Header winbase.h
Library coredll.lib
so i want to know where can i find them
DisableThreadLibraryCalls is prototyped in \masm32\include\kernel32.inc
\masm32\lib\kernel32.lib has the import
look closely at the MSDN page you are reading
you want this page
http://msdn.microsoft.com/en-us/library/windows/desktop/ms682579%28v=vs.85%29.aspx
not this page
http://msdn.microsoft.com/en-us/library/ms885200.aspx
:P
a the top of the page - it tells you which version you are looking at
thanks the first link says it resides in kernel.dll