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


compiling under Visual Studio 2012
Dash213 Offline
Junior Member

Posts: 20
Threads: 2
Joined: Mar 2010
Reputation: 1
#1
compiling under Visual Studio 2012

i just tried to compile the source under VS2012, and i got 600 errors, after a little digging i managed to solve the problem. apperently microsoft moved some std functionalty and you need to include a new header in two files.

so in the penumbra project, open up TriggerHandler.h and MainMenu.cpp, and at the top of both files put this line:
#include <functional>

and it should compile successfully.

the other two projects were able to compile for me after updating the projects from VS2010 to VS2012, at least in release it compiled successfully.

i hope this helps someone.
(This post was last modified: 08-21-2013, 06:24 AM by Dash213.)
08-21-2013, 06:23 AM
Find
Urkle Offline
FG - Associate

Posts: 1,172
Threads: 31
Joined: Jul 2006
Reputation: 21
#2
RE: compiling under Visual Studio 2012

feel free to send a pull request and I'll merge it in.

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
08-21-2013, 02:34 PM
Website Find




Users browsing this thread: 1 Guest(s)