构建失败:无法打开源文件: “IdtKey.cpp”: No such file or directory
ChickenPige0n opened this issue · 2 comments
ChickenPige0n commented
此文件被.gitignore忽略,是因为包含不能公开的信息吗?我无法在缺失此文件的情况下编译此项目。
ChickenPige0n commented
可以创建IdtKey.cpp,填入以下内容解决:
IdtKey.cpp
#include <string>
#include "IdtText.h"
std::wstring api_key = string_to_wstring("");
Alan-CRL commented
IdtKey.cpp 是服务器的密钥,我们不会公开。可以通过添加 IdtKey.cpp
快速解决……
#include "IdtKey.h"
std::wstring api_key = L"123456789"; //伪造的密钥