1、UIIPAddressEx.cpp 添加
#include <string>
using namespace std;
2、提示错误:在查找预编译头时遇到意外的文件结尾。是否忘记了向源中添加“#include "stdafx.h”
image.png
解决:
image.png
image.png
成功升级到vs2022 x64
image.png
1、UIIPAddressEx.cpp 添加
#include <string>
using namespace std;
2、提示错误:在查找预编译头时遇到意外的文件结尾。是否忘记了向源中添加“#include "stdafx.h”
解决: