You are not logged in.
Hi everybody,
Today i have download the official libogc 1.8.0 release. The new release doesn't work together with GRRLIB v4.0 out-of-the-box. I get a compile (r18) error on the vector struct. Looks like this struct is changed with in the new libogc release. Who has an idea how to solve this issue?
Compile (r18) error:
c:/Sources/Wii/bibleQuiz.093/include/GRRLIB.h:80: error: expected ')' before 'v'
This is the line (80) in the GRRLIB.h were the compiler complains about.
void GRRLIB_NPlot(Vector v[], u32 color, long n);
Looking forward to your reactions?
wplaat
Last edited by wplaat (2009-10-10 11:47:51)
Offline
wplaat, this is documented in the readme file
Check this file: http://code.google.com/p/grrlib/source/ … RRLIB.html
Read the section "Error: guVector redefined".
Offline
Thanks crayon for your reply. Issue solved!
Offline