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'm trying to build using the stable-x86_64-pc-windows-gnu toolchain and I'm getting this error:
cargo:warning=nativefiledialog/src/nfd_win.cpp:118:24: error: 'sprintf_s' was not declared in this scope
Is this because nfd assumes you'll be building using MSVC and sprintf_s is Microsoft-specific? Building against stable-x86_64-pc-windows-msvc works fine.
The text was updated successfully, but these errors were encountered:
I'm trying to build using the
stable-x86_64-pc-windows-gnu
toolchain and I'm getting this error:Is this because
nfd
assumes you'll be building using MSVC andsprintf_s
is Microsoft-specific? Building againststable-x86_64-pc-windows-msvc
works fine.The text was updated successfully, but these errors were encountered: