This morning, while i was installing everything, i tried to compile the first examples but i got an error with “freetype”. I didn’t find a package for it pre-installed so looked for it on the net. The package was freetype-2.1.10spl etc etc. Is this the right package?
I don’t know if that was a wrong initial installation or something that is missing on the Dev-C++ install instructions.
ah - I’m sorry, I seem to have put in couple of wrong linking paths — we were trying different dev-c++ configurations out. I had that devpak installed, so I didn’t realize the problem.
I am going to fix now the examples and the dev-c++ instructions. I think it should be ok if you add this:
update : I’ve replaced the dev-c++ projects with the proper linking now (linking also to the local glut), and changed the setup documents. Can you let me know if there are still any compile problems?
(side note - linking to the latest version of glut locally meant I had to change the .dll - you should be able to find everything needed to run and compile in the new demos…)