0 Members and 1 Guest are viewing this topic.
1. Does it matter if I try to printf to the console ( serial port ? ) and there is no receiver connected ? From my program failure it appears so but I rather have the printfs() in so I can debug using nspire_emu. Are there other pitfalls that do not occur in nspire_emu but do on real hardware that can cause something like this ?
#ifdef DEBUG #define debug(x, ...) printf(x, __VA_ARGS__)#else #define debug(x, ...)#endif
Are you using nGL for this, or some other libraries?
Is that Quake?
This is looking awesome. Welcome to Omnimaga!Ninja edit: Is that Quake?