-
Notifications
You must be signed in to change notification settings - Fork 32
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
Compile error ( error: 'vsprintf_s' was not declared in this scope ) #18
Comments
Pretty sure this is an issue with |
The root as I understand it is that
This will solve that error, but there are more of these in
|
This is still happening, libui issue is closed as resolved: andlabs/libui#259 |
@kidandcat it doesn't appear to be closed yet per the issue status and the latest comment from the dev. The safe string functions mentioned here will still likely cause these errors. |
I tried to compile "controllgallery2.nim" , but ..
Error: execution of an external compiler program 'gcc.exe -c -w -mno-ms-bitfields -IC:\Users\(User name)\Documents\Language\Nim\nim-0.18.0\lib -o G:\Nim \nimcache\win_debug.cpp.obj C:\Users\(User name)\.nimble\pkgs\ui-0.9.2\ui\./libui/windows\debug.cpp' failed with exit code: 1 C:\Users\terur\.nimble\pkgs\ui-0.9.2\ui\./libui/windows\debug.cpp: In function 'void realbug(const char*, const char*, const char*, const char*, con st char*, va_list)': C:\Users\(User name)\.nimble\pkgs\ui-0.9.2\ui\./libui/windows\debug.cpp:76:31: error: 'vsprintf_s' was not declared in this scope vsprintf_s(msg, n, format, ap); ^
What I should do to fix that error?
(Sorry for my poor English..)
The text was updated successfully, but these errors were encountered: