Oops. It’s just been pointed out to me that if you try to build the test application from the snapshot source you get a bunch of link errors regarding functions beginning with ‘unz’.

This is because I forgot to include a file in the latest snapshot which contains these implementations. It’s not my code and was missed by my automated snapshot build because it’s a .c rather than .cpp. Doh.

People who get the code from CVS won’t have this problem. Everybody else can download the indivdual file here: unzip.c.

Save it in your OgreCore folder and the OgreCore.dsp project should pick it up.

Apologies for the confusion!