We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
只要加入H文件,就报错 #include "inifile.h"
错误 3 error C1075: 与左侧的 大括号“{”(位于“..\inifile.h(58)”)匹配之前遇到文件结束 ..\DllMain.cpp 102 1
只要加入using,新增一个错误 using namespace inifile;
错误 2 error C2143: 语法错误 : 缺少“;”(在“using”的前面) ..\DllMain.cpp 17 1
我这个DLL是新建的空DLL,只有一个默认模板DLLMAIN 函数
The text was updated successfully, but these errors were encountered:
需要完成的错误文件信息以及编译器版本信息,否则无法判断
Sorry, something went wrong.
No branches or pull requests
只要加入H文件,就报错
#include "inifile.h"
错误 3 error C1075: 与左侧的 大括号“{”(位于“..\inifile.h(58)”)匹配之前遇到文件结束 ..\DllMain.cpp 102 1
只要加入using,新增一个错误
using namespace inifile;
错误 2 error C2143: 语法错误 : 缺少“;”(在“using”的前面) ..\DllMain.cpp 17 1
我这个DLL是新建的空DLL,只有一个默认模板DLLMAIN 函数
The text was updated successfully, but these errors were encountered: