Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Anyone made a VS solution for OALWrapper yet?
MulleDK19 Offline
Senior Member

Posts: 545
Threads: 21
Joined: Jun 2009
Reputation: 10
#3
RE: Anyone made a VS solution for OALWrapper yet?

(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.

[Image: 16455.png]
05-14-2010, 07:00 PM
Find


Messages In This Thread
RE: Anyone made a VS solution for OALWrapper yet? - by MulleDK19 - 05-14-2010, 07:00 PM



Users browsing this thread: 1 Guest(s)