Quiest
I like turtles!
Well, I just want to try to run this simple c prog on my gp32:
What do I have to do to get get a .fxe that runs on my gp32?
Do I have to change the code?
What about program termination? How do I make button A restart my gp32?
Has anyone good sites with simple starting tutorials?
Edit: Oh, a step by step tutorial would be best for me.
Thanks!
Sorry if this thread is useless or senseless, but, well, just want to try.
Code:
#include <stdio.h>
main();
{
printf("This is a message!");
}
What do I have to do to get get a .fxe that runs on my gp32?
Do I have to change the code?
What about program termination? How do I make button A restart my gp32?
Has anyone good sites with simple starting tutorials?
Edit: Oh, a step by step tutorial would be best for me.
Thanks!
Sorry if this thread is useless or senseless, but, well, just want to try.