Total noob question
![Titanic401](https://secure.gravatar.com/avatar/cd9690515518cf6a11a1123faa097d71?&r=pg&s=100&d=https%3A%2F%2Fvanillicon.com%2Fcd9690515518cf6a11a1123faa097d71_100.png)
This is probably going to sound like a total noob question, but why doesn't the sprintf command work with the CSDK?
I included the library, so it should work. Is there possibly a setting I forgot to check in VS?
TIA,
Ernie
You currently have no notifications.
This is probably going to sound like a total noob question, but why doesn't the sprintf command work with the CSDK?
I included the library, so it should work. Is there possibly a setting I forgot to check in VS?
TIA,
Ernie
Licensing Agreement | Terms of Service | Privacy Policy | EULA
© 2025 Daz Productions Inc. All Rights Reserved.
Comments
Ernie,
It works, sounds like a VS thing. I use it for debug stuff all the time.
Regards,
Oh, just noticed, i'm using sprintf_s.
Actually I just noticed what's wrong from the code you posted. I completely forgot to include "windows.h"!
Thanks Eric.