You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from IPLocator.cpp:1:
stdafx.h:8:23: error: targetver.h: No such file or directory
stdafx.h:11:19: error: tchar.h: No such file or directory
IPLocator.cpp: In destructor ‘IPSearch::~IPSearch()’:
IPLocator.cpp:24: error: ‘free’ was not declared in this scope
IPLocator.cpp: In member function ‘uint8_t* IPSearch::readFile(std::string, long int_)’:
IPLocator.cpp:80: error: ‘malloc’ was not declared in this scope
IPLocator.cpp:85: error: ‘free’ was not declared in this scope
IPLocator.cpp: In member function ‘uint32_t IPSearch::ipToLong(const char_, uint32_t&)’:
IPLocator.cpp:190: error: ‘strlen’ was not declared in this scope
IPLocator.cpp:192: error: ‘memset’ was not declared in this scope
IPLocator.cpp:202: error: ‘atoi’ was not declared in this scope
IPLocator.cpp:207: error: ‘atoi’ was not declared in this scope
IPLocator.cpp:212: error: ‘atoi’ was not declared in this scope
IPLocator.cpp:224: error: ‘atoi’ was not declared in this scope
IPLocator.cpp: In function ‘int main(int, char**)’:
IPLocator.cpp:254: error: ‘ipArray’ was not declared in this scope
IPLocator.cpp:254: error: ‘j’ was not declared in this scope
The text was updated successfully, but these errors were encountered:
In file included from IPLocator.cpp:1:
stdafx.h:8:23: error: targetver.h: No such file or directory
stdafx.h:11:19: error: tchar.h: No such file or directory
IPLocator.cpp: In destructor ‘IPSearch::~IPSearch()’:
IPLocator.cpp:24: error: ‘free’ was not declared in this scope
IPLocator.cpp: In member function ‘uint8_t* IPSearch::readFile(std::string, long int_)’:
IPLocator.cpp:80: error: ‘malloc’ was not declared in this scope
IPLocator.cpp:85: error: ‘free’ was not declared in this scope
IPLocator.cpp: In member function ‘uint32_t IPSearch::ipToLong(const char_, uint32_t&)’:
IPLocator.cpp:190: error: ‘strlen’ was not declared in this scope
IPLocator.cpp:192: error: ‘memset’ was not declared in this scope
IPLocator.cpp:202: error: ‘atoi’ was not declared in this scope
IPLocator.cpp:207: error: ‘atoi’ was not declared in this scope
IPLocator.cpp:212: error: ‘atoi’ was not declared in this scope
IPLocator.cpp:224: error: ‘atoi’ was not declared in this scope
IPLocator.cpp: In function ‘int main(int, char**)’:
IPLocator.cpp:254: error: ‘ipArray’ was not declared in this scope
IPLocator.cpp:254: error: ‘j’ was not declared in this scope
The text was updated successfully, but these errors were encountered: