search for: _readpmc

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

Did you mean: _readme
2012 May 23
2
[LLVMdev] Windows question: Dozens of linker warnings and errors
...et already defined in Stream.o; second definition ignored Memory.o : warning LNK4006: _InterlockedBitTestAndComplement already defined in Stream.o; second definition ignored Memory.o : warning LNK4006: _MemoryBarrier already defined in Stream.o; second definition ignored Memory.o : warning LNK4006: _ReadPMC already defined in Stream.o; second definition ignored I don't use InterlockedBitTestAndSet anywhere in my code and the same goes for the rest of the symbols that are being warned about. After that, I get a ton of errors form the linker because it complains about the above symbols already bei...
2012 May 24
0
[LLVMdev] Windows question: Dozens of linker warnings and errors
...eam.o; second definition ignored > Memory.o : warning LNK4006: _InterlockedBitTestAndComplement already defined > in Stream.o; second definition ignored > Memory.o : warning LNK4006: _MemoryBarrier already defined in Stream.o; > second definition ignored > Memory.o : warning LNK4006: _ReadPMC already defined in Stream.o; second > definition ignored > > I don't use InterlockedBitTestAndSet anywhere in my code and the same goes > for the rest of the symbols that are being warned about. > > After that, I get a ton of errors form the linker because it complains about &...