Jump to content
TrinityCore

Loewyn

Plebs
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Loewyn

  1. I'm trying to build TrinityCore with Visual Studio Community 2013 on a Windows 10 x64 machine.

    Cmake runs fine but when I reach the point of actually building I get errors in worldserver and authserver, 204 of them.

    "C:\Program Files (x86)\Windows Kits\8.1\Include\um\winuser.rh(1371): error RC2177: constant too big"

    Any advice?

    I have the same problem guys !

    Edit authserver.vcxproj and worldserver.vcxproj

    Alter _WIN32_WINNT to any below
    NT4      = 0x0400
    WIN2K    = 0x0500
    WINXP    = 0x0501
    WS03     = 0x0502
    WIN6     = 0x0600
    VISTA    = 0x0600
    WS08     = 0x0600
    LONGHORN = 0x0600
    WIN7     = 0x0601
    WIN8     = 0x0602
    WINBLUE  = 0x0603

    ​Opening those with VS Code I found 8 instances of _WIN32_WINNT in each file.

    Replaced all with 0x602 and built successfully.

    Auth Server and World Server built and running perfectly.

     

    ​What did you do to resolved the problem ? I didn't anderstand, thx you for your reply !

×
×
  • Create New...