Bluesman74

Results 5 comments of Bluesman74

You can stop it running when under 32 bit by changing the autorun to (IF NOT "%PROCESSOR_ARCHITECTURE%"=="x86" if %ANSICON_VER%==^%ANSICON_VER^% "C:\Cucumber\ANSI160\x64\ansicon" -p) Change the path to point to your location

Yeah, me too. Does anyone reckon it would be possible to use the Google Test Runner for MSVC with GUnit seeing as it has Google Test as its base?

@theShmoo, would you be able to update your example for MSVC please. I tried to by removing ::experimental and adding `#include ` but it complained about: ```cpp template void warn(format_with_location...

@theShmoo Thanks so much, I've just tried it in VS2022 and it works great.

> @theShmoo Thanks so much, I've just tried it in VS2022 and it works great. Not sure what I was running at this point, as I found the project I...