首页 新闻 会员 周边

ATL工程,_tWinMain都没走进去就报错

0
悬赏园豆:5 [已解决问题] 解决于 2012-08-11 14:38

错误提示

atlbase.h的2789行是ATLASSERT(_pAtlModule == NULL);

问题补充:

跟踪调试到这一步之后报错

static void __cdecl _initterm (
#endif  /* CRTDLL */
        _PVFV * pfbegin,
        _PVFV * pfend
        )
{
        /*
         * walk the table of function pointers from the bottom up, until
         * the end is encountered.  Do not skip the first entry.  The initial
         * value of pfbegin points to the first valid entry.  Do not try to
         * execute what pfend points to.  Only entries before pfend are valid.
         */
        while ( pfbegin < pfend )
        {
            /*
             * if current table entry is non-NULL, call thru it.
             */
            if ( *pfbegin != NULL )
                (**pfbegin)();
            ++pfbegin;
        }
}

错误提示

一枚程序的主页 一枚程序 | 初学一级 | 园豆:108
提问于:2012-08-11 11:28
< >
分享
最佳答案
0

图片不能显示,麻烦上传一下图片

收获园豆:5
dudu | 高人七级 |园豆:31003 | 2012-08-11 13:37

传上来了。

一枚程序 | 园豆:108 (初学一级) | 2012-08-11 13:41
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册