Hi! > I've considered using Razor for my animation, but I try > my best to stay away from C++ whenever possible. :)
*Empty C++ zombie stare* Join us, don't be afraid :-) What worries you about C++? At least speed and size are not really issues, as long as you know which language features are badly hogging resources (templates, RTTI). > Have you considered releasing a version of Razor in C? > Obviously I hate to reinvent the wheel! Nope. But you can still use lots of code from Razor. The C++ is mostly a wrapper around C code. I also declare variables in the middle of functions, which is not legal in C. But apart from that there is nothing that should stop you from some copy & paste :-) Cheers, Tilo -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
