Getting Started With Development


Darkknight512

Active Member
Joined
Sep 7, 2010
Messages
637
Age
30
Location
Canada
Hey guys, what do I need to get started with development on the Wiz? I currently use Code::Blocks for C++ development for Win32, I'm still quite new to programming but I'm currently learning SDL. Is there any tutorials for getting started on development for the Wiz?

Also, I'm having some trouble finding the SDK.
 
Searching the archive for "sdk" returns several things, http://dl.openhandhelds.org/cgi-bin/wiz.cgi?0,0,0,0,14,383

General tips: keep the screen 320x240x16bits SDL_SWSURFACE, and read buttons as joystick 0.

If you didn't already, look over Lazy Foo's SDL tutorials.
 
Alex. said:
Searching the archive for "sdk" returns several things, http://dl.openhandhelds.org/cgi-bin/wiz.cgi?0,0,0,0,14,383

General tips: keep the screen 320x240x16bits SDL_SWSURFACE, and read buttons as joystick 0.

If you didn't already, look over Lazy Foo's SDL tutorials.

Thanks, I just found Lazy Foo's tutorials yesterday and didn't know if they were good.

It says the Windows-SDK only has the korean doc's, but the Linux-SDK has english doc's, I'm limited by my bandwidth at the moment, is it possible for someone to upload just the english doc's somewhere for me because I'm developing primarily on Windows.
 
Last edited by a moderator:
Back
Top