Profiling tool for Vis C++?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jochen Kalmbach [MVP]

    #16
    Re: Profiling tool for Vis C++?

    Hi Sukender![color=blue]
    > I think even Express users may want to have a profiler : I often want to see
    > where is the slower part of my C++ (native) programs, and a the lack of
    > profiling tools in VC8 Express makes me mad.[/color]

    VC Express is primarily designed from managed development, therefor the
    PSDK is also not shipped with this version. This might also be the
    reason to remove the native profiler...

    --
    Greetings
    Jochen

    My blog about Win32 and .NET

    Comment

    • Sukender

      #17
      Re: Profiling tool for Vis C++?

      > VC Express is primarily designed from managed development

      Thank you for you answer, Jochen.
      But actually I thought Microsoft created Express versions to be more
      competitive towards free and OpenSource IDEs and compilers for (native) C++.
      I'm glad that MS gave a good debugger (well that's my opinion), but
      disappointed that no statndard tools like profiling tools were shipped with
      VCExpress.

      Sukender

      Comment

      • Jason Felix

        #18
        Re: Profiling tool for Vis C++?

        I'm agree with your opinion. And I think the express edition shoukd be free,
        because I'm a student in high school with little money!

        "Sukender" <Sukender@discu ssions.microsof t.com> дÈëÏûÏ¢ÐÂÎÅ:98 59B987-8D29-4C39-8B51-EAF6B18FD3BB@mi crosoft.com...[color=blue][color=green]
        >> VC Express is primarily designed from managed development[/color]
        >
        > Thank you for you answer, Jochen.
        > But actually I thought Microsoft created Express versions to be more
        > competitive towards free and OpenSource IDEs and compilers for (native)
        > C++.
        > I'm glad that MS gave a good debugger (well that's my opinion), but
        > disappointed that no statndard tools like profiling tools were shipped
        > with
        > VCExpress.
        >
        > Sukender[/color]


        Comment

        • Carl Daniel [VC++ MVP]

          #19
          Re: Profiling tool for Vis C++?

          Jason Felix wrote:[color=blue]
          > I'm agree with your opinion. And I think the express edition shoukd
          > be free, because I'm a student in high school with little money![/color]

          Your high school should be able to get it through Microsoft's Acedemic
          licensing programs for little or nothing. Have someone there look into it.

          -cd


          Comment

          Working...