What compiler should I use to make builds on windows? I read the how to build file and it says to open TeamBuilder.pro. I am guessing that is the main project file. I do not know what compiler uses that kind of file for windows. I started with and only used Visual Studio before. I read this bug report and tried to fix it. I need to compile and test it.
Download Qt full SDK, and open the file with Qt Creator. If you succeed fixing it, great! Just one thing : the version on the SVN is no longer compatible with the current beta version, so you will need to compile both client and server to test.
Thanks. I know what needs to be done, but I am having trouble getting it done. It looks like I am more rusty at C++ than I originally thought.