Okay, this is kinda technical, but I need someone who has worked with the SRB2 source code. I can't seem to get the CONS_Printf function to work, and I need it to test out my code changes. Can anyone help? Thanks!
CONS_Printf() Works just like the command line function printf(), like all C functions it is case sensitive. The proper syntax to just print some text in the console is:
CONS_printf("Look at me! I'm echoed in the console!")
Although I might not have the case correct. I'm on my dads computer right now and don't have the source code for reference.
Can you show us the code you have? It could just be a silly mistake you made like not adding quotes around the string (I don't think you'd do something silly like that, but still).
Actually, yes I have quotation marks, semicolons, parentheses, the works. I'd post it but it's very long. What seems to happen is, the uses in some files work, while others do not. However, how would I get the breakpoints to work? I thought that didn't work in an EXE. Can someone please explain? Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.