You are not logged in.
Since the FileIO function added,
it is required to add -lfat after -lgrrlib in the makefile so the project will link!
just noticed.
Offline
Yes, that is correct.
Why is it "a problem"?
Offline
Well not so much a problem with the GRRLIB lib but with its installation instructions...
Offline
Ahh, yes, documentation. Thanks. It is now done
BC
Offline
sorry of being a pain but under Using GRRLIB in GRRLIB.html you just fixed,
there are the
Using GRRLIB ------------ After everything is installed, simply put #include <grrlib.h> <!-- #include <grrlib.h> --> at the top of your .c file and use the functions as required You will also need to add -lgrrlib -ljpeg -lpngu -lpng -lz to the libs line in your makefile ...Remember the order of the libraries is critical. You may (need to) insert other libraries in the middle of the list, you may need to add others to the start, or even the end - but do _not_ change the order of the libraries shown here.
-lgrrlib -ljpeg -lpngu -lpng -lfat -lz
Offline
Sorry for being brain-dead ...new patch submitted
We have a pretty unusual team here - we think bug-reports are great because they give us a chance to make our library even better!
Thanks for your support
BC
Offline