c++ header files

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dennis Lee

    #1

    c++ header files

    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 .
  • Carl Daniel [VC++ MVP]

    #2
    Re: c++ header files

    Dennis Lee wrote:[color=blue]
    > Does Microsoft .NET Framework SDK v1.1 come with the c++
    > header files for using cl.exe to compile c++ source file?[/color]

    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


    Comment

    • Dennis Lee

      #3
      Re: c++ header files

      Appreciate .

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

      Comment

      • Carl Daniel [VC++ MVP]

        #4
        Re: c++ header files

        Dennis Lee wrote:[color=blue]
        > Appreciate .
        >
        > BTW , Can I find these header files in Windows Platform
        > SDK package ?[/color]

        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


        Comment

        Working...