-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Windows Visual Studio Project Update - Links #8458
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
Conversation
…store access, Entropy, registry APIs, Unicode normalization in URL parsing
|
Disabled Windows 2019 Builds. Server 2019 is Deprecated and no longer works July 2025. So no more 2019 builds gg |
danoli3
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All is looking good. Fixes runners and latest url loading issues
|
Visual Studio Default ISO C++23 Standard /std:c++23preview - rather than Latest C++ Working Draft (/std:c++latest) - fix outdated Visual Studio STL issues |
|
Should fix Android Emu x86_64 after openframeworks/apothecary#543 |

Windows Visual Studio Project Update
Changes to .vcxproj
link windows system libraries used by cURL for ipv6, Cert store access, Entropy, registry APIs, Unicode normalization in URL parsing
Windows System Libraries Linked
__imp_if_nametoindexcURL(IPv6 support)zonefrom_url)WSAStartup,connect, etc.cURL,OpenSSL, ofxNetldap_init,ldap_bind(optional)cURL(LDAP support)CryptProtectData,CertOpenStore, etc.OpenSSL,cURLRegOpenKeyEx,CryptGenRandomOpenSSL,cURLtimeGetTimeopenFrameworks, GLFWofGetElapsedTimeMillisIdnToAscii,IdnToUnicodecURL(IDN support)Example:
timeGetTimeinwinmm.libDWORD timeGetTime(void);ofGetElapsedTimeMillis()inopenFrameworks/app/ofAppRunner.cppwinmm.libExample:
__imp_if_nametoindexiniphlpapi.libNET_IFINDEX if_nametoindex(const char *);libcurl/url.c(when parsing IPv6 zone IDs in URLs)iphlpapi.libhttp://[fe80::1%eth0]/This change affects the
.vcxprojfile by inserting the following line into all<Link>blocks in eachItemDefinitionGroupfor Debug and Release builds across:x64ARM64ARM64EC