You are not logged in.

#1 2010-04-13 00:39:00

wkmugen
Member

[RESOLVED] New to GRRLIB

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

 

#2 2010-04-13 00:49:49

Crayon
Bad Mother Fucker

Re: [RESOLVED] New to GRRLIB

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

 

#3 2010-04-13 00:57:37

wkmugen
Member

Re: [RESOLVED] New to GRRLIB

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

 

#4 2010-04-13 04:59:49

Crayon
Bad Mother Fucker

Re: [RESOLVED] New to GRRLIB

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

 

#5 2010-04-29 14:36:35

counterfit
Member

Re: [RESOLVED] New to GRRLIB

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

 

#6 2010-04-29 15:06:09

Crayon
Bad Mother Fucker

Re: [RESOLVED] New to GRRLIB

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 smile

You could also download zlib from this Web page: http://sourceforge.net/projects/devkitp … s/portlibs

Offline

 

#7 2010-04-29 17:32:15

counterfit
Member

Re: [RESOLVED] New to GRRLIB

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 smile

You could also download zlib from this Web page: http://sourceforge.net/projects/devkitp … s/portlibs

thanks working fine now again nice 1 big_smile looking forward to checking out the new stuff too wink

Offline

 

Board footer

Powered by FluxBB