Where is intsafe.h?

  • Thread starter Thread starter Ian Harding
  • Start date Start date
I

Ian Harding

I want to use the function ULongLongToLong, documented in MSDN. The
function information contains:
Header = intsafe.h
Import library = None

I have an installation of Visual Studion 2005 standard edition, but
intsafe.h is not present anywhere on my system.

This is part of the Windows Shell according to the docs, and I am
running Windows XP SP2 so it should be available, but where is the
header file?

Thanks,
Ian
 
I have an installation of Visual Studion 2005 standard edition, but
intsafe.h is not present anywhere on my system.
It isn't there on professional either.
This is part of the Windows Shell according to the docs, and I am running
Windows XP SP2 so it should be available, but where is the header file?
Micael Howard has an article about these functions in his blog.
http://blogs.msdn.com/michael_howard/
The header is part of the latest Win2003 and Vista SDK.
I guess that VS2005 was not released with the latest SDK.
you can download the SDK or download the headers from his blog, where it
seems they are available for download.

--

Kind regards,
Bruno.
(e-mail address removed)
Remove only "_nos_pam"
 
Back
Top