- use of class template requires template argument list
模板的实现和定义要放在一个文件里
- ‘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"
注释掉即可。
时间: 2024-10-31 03:50:21