#50213 - Dannon - Sat Aug 06, 2005 4:27 pm
Is anyone else having problems with the console on DSEmu?
It only seems to be since I got devkitARM R15 and the new libnds, but when I try and compile anything that I use a consolePrintf() function with and then try to run it in DSEmu all of the text is just random symbols.
Edit:On a complete tangent, when trying to use the combined template that comes with the libnds examples, I am trying to include a .h file that contains a class for simplicity it looks like this
When I try to compile it, it says:
error: syntax error before 'CTest'
error: syntax error before '{' token
error: syntax error before '}' token
I am presuming this means it has a problem with the class but I don't know why, suggestions?
It only seems to be since I got devkitARM R15 and the new libnds, but when I try and compile anything that I use a consolePrintf() function with and then try to run it in DSEmu all of the text is just random symbols.
Edit:On a complete tangent, when trying to use the combined template that comes with the libnds examples, I am trying to include a .h file that contains a class for simplicity it looks like this
Code: |
class CTest { public: void tempFunction(); int temp; }; |
When I try to compile it, it says:
error: syntax error before 'CTest'
error: syntax error before '{' token
error: syntax error before '}' token
I am presuming this means it has a problem with the class but I don't know why, suggestions?