Recently, I've decided to modify the SDK code for the Planetfall mod to fix an unintended feature (pillaging bases under Council Membership) but I've run into some problems trying to compile the code.
The thing is, to my understanding, the code was intended to be compiled using Visual C++ 2005, but I'm using Visual C++ 2008. This has led to several compliance errors. I've addressed most of them, but the last five I cannot figure out how to fix.
This problem occurs in PlanetValueEventHandler.cpp.
Code:
Error:
That occurs in three other similar instances.
This is the other error.
Code:
Error:
Any help would be appreciated.
The thing is, to my understanding, the code was intended to be compiled using Visual C++ 2005, but I'm using Visual C++ 2008. This has led to several compliance errors. I've addressed most of them, but the last five I cannot figure out how to fix.
This problem occurs in PlanetValueEventHandler.cpp.
Code:
Spoiler:
Error:
Spoiler:
That occurs in three other similar instances.
This is the other error.
Code:
Spoiler:
Error:
Spoiler:
Any help would be appreciated.