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
#1
Anyone made a VS solution for OALWrapper yet?

Anyone made a VS solution for OALWrapper yet?


Edit: nvm, I made one myself.

[Image: 16455.png]
05-14-2010, 06:27 PM
Find
Urkle Offline
FG - Associate

Posts: 1,172
Threads: 31
Joined: Jul 2006
Reputation: 21
#2
RE: Anyone made a VS solution for OALWrapper yet?

Do you mind contributing your VS project? (any any other fixes to HPL1Engine an Overture that are needed)?

Developing away on one of
Multiple Macs running 10.6, 10.7, 10.8, and 10.9.
Linux, 8-core AMD, 8GB RAM, Fedora 18, nVidia 450 1GB
05-14-2010, 06:48 PM
Website Find
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
Urkle Offline
FG - Associate

Posts: 1,172
Threads: 31
Joined: Jul 2006
Reputation: 21
#4
RE: Anyone made a VS solution for OALWrapper yet?

Thanks.. I've included them and pushed the changes to the repositories.

Developing away on one of
Multiple Macs running 10.6, 10.7, 10.8, and 10.9.
Linux, 8-core AMD, 8GB RAM, Fedora 18, nVidia 450 1GB
05-14-2010, 07:46 PM
Website Find




Users browsing this thread: 1 Guest(s)