Total noob question
Titanic401
Posts: 0
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
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.