The renderer works fine with the new version of SPS2, 0.4.0 - however, you'll have to change the makefile before it'll compile correctly. For render-0.5, find this line in the Makefile: SPS2_INC = ../sps2dev-0.3.0a Change it to: SPS2_INC = ../sps2dev-0.4.0 For rendertest-0.5, find this line in the Makefile: SPS2 = ../sps2dev-0.3.0a Change it to: SPS2 = ../sps2dev-0.4.0 That's it! Don't forget to recompile the renderer library (make clean; make) before recompiling the renderer test app.
Admin