What compiler for Windows?

Discussion in 'Development General' started by KazoWAR, Apr 23, 2010.

  1. KazoWAR

    KazoWAR New Member

    Joined:
    Apr 22, 2010
    Messages:
    22
    Likes Received:
    0
    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.
     
  2. coyotte508

    coyotte508 Well-Known Member Administrator Server Owner Administrator Server Owner

    Joined:
    Apr 21, 2010
    Messages:
    6,363
    Likes Received:
    168
    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.
     
  3. KazoWAR

    KazoWAR New Member

    Joined:
    Apr 22, 2010
    Messages:
    22
    Likes Received:
    0
    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.