You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am the maintainer of vcpkg. When running the installation command in vcpkg, the following problem occurs. When compiling tidy-html5 under arm64-uwp, the lstrlen function is not recognized.
./vcpkg install tidy-html5:arm64-uwp
sprtf.c.obj : error LNK2019: unresolved external symbol lstrlen referenced in function wprt
I changed lstrlen to strlen(ps)/2. Is this repair function normal?
The text was updated successfully, but these errors were encountered:
I am the maintainer of vcpkg. When running the installation command in vcpkg, the following problem occurs. When compiling tidy-html5 under arm64-uwp, the lstrlen function is not recognized.
./vcpkg install tidy-html5:arm64-uwp
sprtf.c.obj : error LNK2019: unresolved external symbol lstrlen referenced in function wprt
I changed
lstrlen
tostrlen(ps)/2
. Is this repair function normal?The text was updated successfully, but these errors were encountered: