Jump to content

Rosi

Community Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Rosi

  1. Just found out that msvcr90d.dll is missing in the binaries/system folder.

    This prevents running 0 A.D. in debug mode (if you dont copy it there yourself), other debug dll's like msvcr80d.dll or msvcr71d.dll are provided, this one is missing.

    I think its created by automated build but not versioned, can you add it Ben?

    edit: same goes for msvcp90d.dll and msvcp71d.dll, they are missing too (but I think think they are needed).

  2. Hello community, happy new year all,

    I would like to contribute to 0 A.D. development but I'm working with Visual Studio 2012.

    The generated solution for 2010 is compatible, boost 1.44 is not because of a problem with a initializer_list include.

    I created a patch for msvc11, build the boost 1.44 libraries with it and made it work.

    Any chance of adding Visual Studio 2012 support to 0 A.D. ? I could provide the boost 1.44 libraries build with msvc11.

    Patch: http://pastebin.com/YZRwdbLX

    Other option is using newest boost version (1.52), it has msvc11 support, so no need changing source.

    I tested 1.52 with 0 A.D. and could provide msvc11 libs too.

    • Like 1
×
×
  • Create New...