Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.0k views
in Technique[技术] by (71.8m points)

windows - How do I get sal.h

I have been trying to compile a program with minw32, on win7. Every time I try to compile this, I get an error about sal.h missing. I have downloaded both Visual Studio c++ 2010 (Express) and have gotten the Microsoft Win7 SDK. Even after all this, I still haven't found that header file. Is there any place I could download it from?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

It's located in

"C:Program Files (x86)Microsoft Visual Studio 9.0VCinclude" (VS 2008)

or

"C:Program Files (x86)Microsoft Visual Studio 10.0VCinclude" (VS 2010)

or

"C:Program Files (x86)Microsoft Visual Studio 11.0VCinclude" (VS 2012)

of course, you may want to adapt to your local setup paths.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...