performance - Profiling Native C++ WinCE App Built with Visual Studio 2008 -
I have a native C ++ application that requires profiles to diagnose performance problems. I am only a profiler who is a remote call profiler, which requires that the application be created with the platform builder so that the instrumentation hook can be compiled.
My application is made with VS 2008. Any suggestions?
I appreciate the answer I have done some of the two suggestions, though, I have found out that I was wrong. Applications with VS2008 can be built for use with remote call profiler.
- Add / callcap to the compiled step.
- Link to cecap.lib (from platform builder)
Comments
Post a Comment