(05-14-2010, 06:48 PM)Urkle Wrote: Do you mind contributing your VS project? (any any other fixes to HPL1Engine an Overture that are needed)?
http://www.treesoft.dk/penumbra/OALWrapperSolution.zip
I've got references to my OpenAL SDK in Program Files.
In HPL1Engine I had to change this line in SDKTexture.cpp to compile
From:
int lSizeDiv = (int)pow((int)2,(int)mlSizeLevel);
To:
int lSizeDiv = (int)pow((float)2,(int)mlSizeLevel);
Also, I can't compile Overture, as it can't find GLaux.lib... I'm on Windows 7, and it's been deprecated and is not included in the Windows SDK anymore.