We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I am gettting the following build error on the latest release, could you advise as to the issue?
Error LNK2019 unresolved external symbol __imp_InternetCloseHandle referenced in function "bool __cdecl updater::download_file(char const *,char const *)" (?download_file@updater@@YA_NPEBD0@Z
The text was updated successfully, but these errors were encountered:
For anyone else with this issue you need to link wininet.lib under the Linker -> Input section of the project configuration.
Sorry, something went wrong.
No branches or pull requests
Hello, I am gettting the following build error on the latest release, could you advise as to the issue?
Error LNK2019 unresolved external symbol __imp_InternetCloseHandle referenced in function "bool __cdecl updater::download_file(char const *,char const *)" (?download_file@updater@@YA_NPEBD0@Z
The text was updated successfully, but these errors were encountered: