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

Unable to use third party libraries in latest version of msvc #678

Open
Moon-ChangHyun opened this issue Oct 5, 2023 · 1 comment
Open

Comments

@Moon-ChangHyun
Copy link

Because things provided as external libraries, such as png, jpg, etc., were compiled with an older version (~msvc2017) of the compiler, link error c1047 occurs when building the application.

Since most GUI tasks require features such as jpg and png, the usability of the nana library has decreased significantly since support for msvc2017 was discontinued.

These third-party libraries also need to provide source code so that users can build them themselves, or static library files built in the latest version of msvc.

@cnjinhao
Copy link
Owner

Agreed, it will contain source code of third-party libraries in future release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants