开发者

How to specify debug CRT library with VS 2010

开发者 https://www.devze.com 2023-04-12 12:58 出处:网络
I have an application that fails intermittently with an invalid parameter CRT function call.Both my debug build and release build have null parameters for my 开发者_运维百科invalid parameter handler.

I have an application that fails intermittently with an invalid parameter CRT function call. Both my debug build and release build have null parameters for my 开发者_运维百科invalid parameter handler. (I'm using _set_invalid_parameter_handler to replace the default.)

How can I set my project properties in VS 2010 to link with the debug CRT library and get function name and line number information from the _invalid_parameter handler?

I am using MFC in a shared DLL.

Thanks, Gerry

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号