Jump to content
TrinityCore

RevolutionLegion

Plebs
  • Posts

    8
  • Joined

  • Last visited

RevolutionLegion's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. This error 14>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(356,5): error MSB6006: "CL.exe" exited with code -2147483645. Still continues with the Legion project, ive tryed other source and they compile without issues. i'm not understanding what i am doing wrong with the Legion project that causes this error
  2. I was getting error d8040 which i was able to fix after finding the option in the project solution properties and disable them 1- Disable c/c++->general->Multi-processor compilation2- Disable c/c++->general->optimization3- Disable c/c++->language->open mp support but now i am running into this error 14>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(356,5): error MSB6006: "CL.exe" exited with code -2147483645. I need help please and thank
  3. As Aokromes mentioned below to dsiable these option Aokromes commented 6 days ago 1- Disable c/c++->general->Multi-processor compilation 2- Disable c/c++->general->optimization 3- Disable c/c++->language->open mp support Open the project and click on the top where it says bnetserver or worldserver or game, right on them and go to properties and you will see configuration properties, from there click on c/c++ option and follow the above as mentioned. this will fix d8040
  4. thats not my post, thats what i found in your issues section, but when i go to follow the options they are not located in Configuration Properties. the only thing i see is configue when I expand the arrow beside it. I installed the compiler correctly like mentioned on your wiki page is there something else i am missing why i cant see those options. Ive re-installed VS2015 over and over again and no luck
  5. This is the error i am getting when compiling your core https://github.com/TrinityCore/TrinityCore/issues/17901 can you explain where to disable the option. I went into properties on my project and i do not see those option in Properties -> Configuration Properties -> I am running VS2015 with the compiler installed Please help.
×
×
  • Create New...