博客园  :: 首页  :: 联系 :: 管理

2012年6月6日

摘要: Here's the answer(s).I managed to figure out a way of doing it. Include assert.h and place an assertion at the top of your function call. Like this:Code Block#include "stdafx.h" #include <assert.h>BOOL APIENTRY DllMain( HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserved 阅读全文

posted @ 2012-06-06 15:42 sunrack 阅读(353) 评论(0) 推荐(0) 编辑