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


Compiling errors
Argoon Offline
Member

Posts: 109
Threads: 5
Joined: Jan 2009
Reputation: 3
#4
RE: Compiling errors

(09-15-2018, 05:49 PM)Thecapogames Wrote: Hello, I have tryed to compile penumbra source, but I still have some errors: "insert is not a member of std" or "begin is not a member of std". I have included iterator, but it still doesn't work. The file is triggerHandler. Could you help me? Thanks.

To solve that particular problem you need to do this

at the top of triggerHandler.h put:

#include <functional>

You also need to do that in a .cpp file but i don't remember which one right now.
12-31-2018, 08:49 PM
Find


Messages In This Thread
Compiling errors - by Thecapogames - 09-15-2018, 05:49 PM
RE: Compiling errors - by Mudbill - 09-16-2018, 02:46 PM
RE: Compiling errors - by kirakatve - 09-24-2018, 11:17 AM
RE: Compiling errors - by Argoon - 12-31-2018, 08:49 PM



Users browsing this thread: 1 Guest(s)