1

Error occurs while compiling C++ project on VS11 with Bullseye Coverage. Error message is:

1>ClCompile:
1>  BullseyeCoverage Compile C++ 8.5.4 Windows License 6960 
1>  Copyright (c) Bullseye Testing Technology 1990-2012
1>c:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\collection.h(50): error : expected ';', near 'new'
1>
1>Build FAILED.

Does anybody run into this problem? Can you give me some suggestion to sovle it?

user1397558
  • 63
  • 1
  • 9

1 Answers1

1

There were many errors in coverage builds when VS11 was just released. Try updating the Bullseye to the latest version, errors should be fixed there.

SomeWittyUsername
  • 18,025
  • 3
  • 42
  • 85
  • For future searchers. I tried using VS2019 with a back version of Bullseye, 8.15.16, and got a similar error. Moving to 8.20.5 fixed it. – GBrookman Jul 01 '21 at 15:22