Line 67:
Line 67:
To know how the port works just check the example and because of the static linking of GRRLIB into the library you need to build your project against the same version (you can find it into the library source). Also if you want to replace graphic be sure that the size is a multiple of 4.
To know how the port works just check the example and because of the static linking of GRRLIB into the library you need to build your project against the same version (you can find it into the library source). Also if you want to replace graphic be sure that the size is a multiple of 4.
+
+
---Problem with the "Vector" symbol with GRRLIB v4.3.1 (possibly earlier, and probably later)
+
It appears TheLemonMan's source was written for a previous version of GRRLIB which used the "Vector" symbol. This must be updated to the "guVector" symbol in order to compile with at least GRRLIB v4.3.1. Also, the binaries provided won't link correctly under *nix, it is suggested you adjust the file name and linker options in the Makefile accordingly.
== Ports ==
== Ports ==