#63751 - ghost Leinad - Fri Dec 16, 2005 2:30 am
I have a problem with text too.
Id managed to make my own text function. It works fine but it has a little problem.
when I declare a variable like this: const char *texto="smt,smt"; it works fine but if I add const char *texto="smt,smt???"; the text looks like
http://img513.imageshack.us/img513/9409/error0pr.png (looks nice eh!! lol)
well, why my tiles are all messed up???
this happen only when I used symbols like ??()?!. all those variables are declared as const. But now I have like 30 different texts, with diferrent names (should I use just one variable, and keep it changing it on the road???)
Ah, and before I forgot, how do I handle the " symbol???
Tanx in advance, hope you can help me
_________________
All human wisdom is summed up in these two words, - 'Wait and hope"
****************************************
My site www.myth-world.net and www.bmrpg.com :)
Id managed to make my own text function. It works fine but it has a little problem.
when I declare a variable like this: const char *texto="smt,smt"; it works fine but if I add const char *texto="smt,smt???"; the text looks like
http://img513.imageshack.us/img513/9409/error0pr.png (looks nice eh!! lol)
well, why my tiles are all messed up???
this happen only when I used symbols like ??()?!. all those variables are declared as const. But now I have like 30 different texts, with diferrent names (should I use just one variable, and keep it changing it on the road???)
Ah, and before I forgot, how do I handle the " symbol???
Tanx in advance, hope you can help me
_________________
All human wisdom is summed up in these two words, - 'Wait and hope"
****************************************
My site www.myth-world.net and www.bmrpg.com :)