search for: interlockedbittestandset

Displaying 2 results from an estimated 2 matches for "interlockedbittestandset".

2012 May 23
2
[LLVMdev] Windows question: Dozens of linker warnings and errors
...es, a rare virtual function, and nothing very fancy. I am able to compile my code without warnings (although clang++ earlier on found a couple of very serious issues in my code). But when I get to the link phase, all hell breaks loose: I get a ton of these warnings: Memory.o : warning LNK4006: _InterlockedBitTestAndSet already defined in Stream.o; second definition ignored Memory.o : warning LNK4006: _InterlockedBitTestAndReset already defined in Stream.o; second definition ignored Memory.o : warning LNK4006: _InterlockedBitTestAndComplement already defined in Stream.o; second definition ignored Memory.o : warnin...
2012 May 24
0
[LLVMdev] Windows question: Dozens of linker warnings and errors
...and nothing very fancy.  I am able to compile my code without > warnings (although clang++ earlier on found a couple of very serious issues > in my code).  But when I get to the link phase, all hell breaks loose: > > I get a ton of these warnings: > > Memory.o : warning LNK4006: _InterlockedBitTestAndSet already defined in > Stream.o; second definition ignored > Memory.o : warning LNK4006: _InterlockedBitTestAndReset already defined in > Stream.o; second definition ignored > Memory.o : warning LNK4006: _InterlockedBitTestAndComplement already defined > in Stream.o; second definition...