-
Notifications
You must be signed in to change notification settings - Fork 360
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
Error during build #295
Comments
I will add that I am using the latest version cloned from the master |
Could be a version of C++ you use in your compiling environment. You are passing std:wstring object to open() command. But the signature of this command requires char pointer in C++ 98:
|
Okay, thank you |
Hi, i tried compiling setting the code standard to C++11 and C++14, but with no success, i get other errors, can you guys please tell me the environment are you using to compile the project? |
I have done the follwing steps (x64 and Visual Studio 2022 Community and Windows 11):
That's all and then do a clean and build. |
Appreciate the response, but can this not just be built manually with |
hi, I am trying to build the library but I always run into the same error.
i have tried with both qt creator and visual studio as suggested on the website but to no avail.
I really want to start using this library but I am probably doing something wrong, I am new to c++.
The text was updated successfully, but these errors were encountered: