Can't find it anywhere on github or the forums. I ran generator.py and it worked, the only problem is that tools.h is not found when compiling and it is not on my computer. I am using the old MSVC tpt++ tutorial, not the scons command line compiling because that doesn't work. But I need tools.h to compile so how do I get it?
Update generator.py? I will get the most recent one from github
It is up to date, and i updated generator.py, and the tools.h error is gone, but now I get
LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/OPT:ICF' specification
1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
Probably need to downgrade .NET to 4.0 or something.
failure during conversion to COFF: file invalid or corrupt is an error with .NET 4.5 isn't it? I need to downgrade to 4.0
What about the compiler. I'm using Microsoft Visual C++ Express 2010
Edit: Turns out I was right. The downgrade to .NET 4.0 fixed it and it compiled successfully. Now time to add elements and stuff.
Edit: I have absolutely no idea how to use tpt++. I will continue using C