Skip to content
New issue

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

Compiling error #7

Open
Lucas7784 opened this issue Feb 11, 2024 · 0 comments
Open

Compiling error #7

Lucas7784 opened this issue Feb 11, 2024 · 0 comments
Labels
Bug 🐛 Something wrong

Comments

@Lucas7784
Copy link

There are missing libraries when compiling the project.

Client.cpp
#include <EssNet.h>
#include <obfuscate.h>
#include <Essentials.h>
#include <EssScreen.h>
#include <json/json.hpp>
#include <zlib.h>

DOSrat 2.0.cpp
#include <obfuscate.h>
#include <EssNet.h>
#include <Essentials.h>
#include <EssCurl.h>
#include <zlib.h>

Based on the *.VCXPROJ files, the libraries were located at the address:
"C:\Users\cripe\Desktop\Altre cose\C++\Librerie\zlib"
"C:\Users\cripe\Desktop\Altre cose\C++\Librerie\Obfuscate"
"C:\Users\cripe\Desktop\Altre cose\C++\Librerie\VStudio"

Please add them to the project or give a link where they can be downloaded. The project cannot be compiled without them

@Lucas7784 Lucas7784 added the Bug 🐛 Something wrong label Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 🐛 Something wrong
Projects
None yet
Development

No branches or pull requests

1 participant