Hi again!
Im getting a Intrin.h error when I try compile my mangos version 0.12. Its for me and my friends upcoming pretbc server which I've been scripting for a few days, but on another core. Now trying to get a clean one. Im using visual c++ express 2008, windows XP sp3. This is the error I get:
Code:
13>C:\Program\Microsoft Visual Studio 9.0\VC\include\intrin.h(1040) : error C2733: second C linkage of overloaded function '_interlockedbittestandset' not allowed
13> C:\Program\Microsoft Visual Studio 9.0\VC\include\intrin.h(1040) : see declaration of '_interlockedbittestandset'
13>C:\Program\Microsoft Visual Studio 9.0\VC\include\intrin.h(1041) : error C2733: second C linkage of overloaded function '_interlockedbittestandreset' not allowed
13> C:\Program\Microsoft Visual Studio 9.0\VC\include\intrin.h(1041) : see declaration of '_interlockedbittestandreset'
13>C:\Program\Microsoft Visual Studio 9.0\VC\include\intrin.h(1040) : error C2733: second C linkage of overloaded function '_interlockedbittestandset' not allowed
13> C:\Program\Microsoft Visual Studio 9.0\VC\include\intrin.h(1040) : see declaration of '_interlockedbittestandset'
13>C:\Program\Microsoft Visual Studio 9.0\VC\include\intrin.h(1041) : error C2733: second C linkage of overloaded function '_interlockedbittestandreset' not allowed
13> C:\Program\Microsoft Visual Studio 9.0\VC\include\intrin.h(1041) : see declaration of '_interlockedbittestandreset'
13>Build log was saved at "file://c:\Documents and Settings\wootman\Skrivbord\mangostest\win\VC90\script__Win32_Release\BuildLog.htm"
Thanks in advance!
Best regards
w00tman