Profiling in MSVS6.0

Started by
3 comments, last by Zeblar Nagrim 22 years, 2 months ago
How to enable profiling in Visual Studio 6.0 Enterprise Edition? The menu item is disabled but the checkbox is enabled in the Setting->Links dialog box.
Advertisement
Try
here.

Its quite simple.
Go to Menu option "Project", select "Settings",
goto the tab "Link", check "Enable Profiling".

Now to use it, goto "Build", select "Profile".
You''ll probably have to re-compile the project
for the new settings to take effect.

After you run and finish your program, a list with
statistics will appear on your vc++ debug_out window.

Hope it helped,

[Hugo Ferreira][Positronic Dreams][]
"Research is what I''m doing when I don''t know what I''m doing."
- Wernher Von Braun (1912-1977)

Just read the page posted by Sorensen. This is a known issue, and quite easy to fix.
Regards,Laarz
Thanks Sorensen, now it works.

Zeblar Nagrim, Lord of Chaos

This topic is closed to new replies.

Advertisement