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