Log in

View Full Version : profile


AlanZheng
April 28th, 2004, 22:41
How do I config the "profile" at VC++6.0?
If anyone know it,please tell me,thanks a lot.

My mail: zhengxd@langchao.com
MSN: lcw_Alan@hotmail.com

Aimless
April 28th, 2004, 23:51
Very Simple.

1. Open your Visual C++ Project (I assume you are using VS6 and not .NET)
2. Compile the program normally.
3. Select "Profile" from the menu and press OK
4. It will automatically tell you that the program is not built with profiling options and will instruct you exactly how to go about it.
5. Follow.

Have Phun