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
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