practicing01 Posted February 15, 2016 Share 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 Link to comment Share on other sites More sharing options...
Timmy Posted February 16, 2016 Share Posted February 16, 2016 Change that line to this const S32 length = dVsprintf(buffer, sizeof(buffer), format, args); Quote Link to comment Share on other sites More sharing options...
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.