GP32 Getting Gp32 development up


zimba

Still Fresh
Joined
May 24, 2003
Messages
97
Age
37
Location
Denmark
Website
Visit site
Hi,

I'm really new to GP32 developing, and I'd like to know how I can get up and running with Visual C++ .NET. Maybe someone could write a small tutorial on how to compile a program that prints "Hello World" on your GP32 screen. From start to end. Covering setting up the workspace in Vc++ and to compiling into a .fxe.

Thanks in advance, that would own..
 
To demonstrate:
dev-code.gif
 
I know this works for Visual C++ 6 (i.e. NOT .NET). But I have yet to get it to work with the C++ in .NET. Make gives an extremely weird error like: 3 [main] make 3148 fhandler_base::dup: dup(unknown disk file) failed, handle 7C049568, Win32 error 6

It looks like make is running correctly but only seems to be able to do 1 target at a time. So I have to run it multiple times to get the GXB file.

Any ideas?
 
Back
Top