c++ header files

  • Thread starter Thread starter Dennis Lee
  • Start date Start date
D

Dennis Lee

Does Microsoft .NET Framework SDK v1.1 come with the c++
header files for using cl.exe to compile c++ source file?

thanks in advance .
 
Dennis said:
Does Microsoft .NET Framework SDK v1.1 come with the c++
header files for using cl.exe to compile c++ source file?

No. Not all of them anyway. I know it doesn't include MFC or ATL, and I
don't think it includes the C++ standard library either. Note that the C++
compiler is also now included in the DDK - I'd expect that package to
include the necessary headers for C++ development, but I don't use the DDK
so I can't say for sure.

-cd
 
Appreciate .

BTW , Can I find these header files in Windows Platform
SDK package ?
 
Dennis said:
Appreciate .

BTW , Can I find these header files in Windows Platform
SDK package ?

I'm certain that the platform SDK does not include MFC or ATL - not sure
about the standard library, but probably not. One way to find out...

-cd
 
Back
Top