Other App crashes if I start the debug app with profiler 5

jim2009jim2009 Posts: 2
This is my first time to use the tool. I have two applications: UI(managed code c#, which I am profiling with) and App.exe (unmanaged c++). They interact each other through managed c++ and WCF. I start App first and start UI through ANTS. When the applications start to run, my App.exe always crashes. inside App application, there are code like this: Start = (STARTFUNCTION)GetProcAddress(m_hCameraLibrary, "Start"); Through debug, I can see that the crash happened there.

Need help.

Thanks
Jim
QJL

Comments

Sign In or Register to comment.