码迷,mamicode.com
首页 > 编程语言 > 详细

VC++常见错误

时间:2015-08-16 16:54:29      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:

  1. use of class template requires template argument list

    模板的实现和定义要放在一个文件里

  2. ‘LockTypeEnum‘ : ‘enum‘ type redefinition

    参考http://forums.devx.com/showthread.php?83918-error-C2011-LockTypeEnum-enum-type-redefinition

    在stdafx.h中找到

    #include "afxdb.h"

    #include "afxdao.h"

    注释掉即可。




VC++常见错误

标签:

原文地址:http://my.oschina.net/shanlilaideyu/blog/493137

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!