You are not logged in.
Im extremely new to using GRRLIB I did all the commands and install it. But im really lost and don't even know were to start.
how do i start to like say to import a graphic.
Offline
All the graphics in the example folder have been converted from PGN to .c/.h files with raw2c a command line program that comes with devkitPro or with WiiBuilder.
It would be helpful for us to know what OS you are using and what version of GRRLIB you are using.
Offline
My operating system is Windows Vista
I believe its GRRLIB version 4.1.0.
I have never done any programming before so this is all very new to me.
Last edited by wkmugen (2010-04-13 00:57:47)
Offline
The first thing would be to look at some C tutorial on the Web. After, look at all the GRRLIB examples included with the library.
Then, if you don't understand something, ask the question here.
Offline
having a problem with make after adding GRRLIB 4.2
d:\Wii_dev_kit\devkitPro\devkitPPC\bin/powerpc-eabi-ld.exe: cannot find -lz
the makefile has the line
LIBS := -lgrrlib -lfat -ljpeg -lpngu -lpng -lz -lwiiuse -lbte -logc -lm
and have #include <grrlib.h> in my main.c
my os is xp pro
any help would be appreciated
Offline
counterfit, this is because you are using the newest devkitPro, which does not include zlib anymore. To solve your problem you could use the svn version of GRRLIB: http://code.google.com/p/grrlib/source/checkout
You will need to reinstall everything, but you will have access to new stuff
You could also download zlib from this Web page: http://sourceforge.net/projects/devkitp … s/portlibs
Offline
Crayon wrote:
counterfit, this is because you are using the newest devkitPro, which does not include zlib anymore. To solve your problem you could use the svn version of GRRLIB: http://code.google.com/p/grrlib/source/checkout
You will need to reinstall everything, but you will have access to new stuff
You could also download zlib from this Web page: http://sourceforge.net/projects/devkitp … s/portlibs
thanks working fine now again nice 1 looking forward to checking out the new stuff too
Offline