practicing01 Posted February 15, 2016 Posted February 15, 2016 (edited) Edit: The series of issues were solved with the latest commits.Hello, merged the latest dev and got /Engine/source/core/stream/stream.cpp:131:52: error: ‘vsprintf’ was not declared in this scope const S32 length = vsprintf(buffer, format, args); Any ideas? Edited February 17, 2016 by practicing01 Quote
Timmy Posted February 16, 2016 Posted February 16, 2016 Change that line to this const S32 length = dVsprintf(buffer, sizeof(buffer), format, args); Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.