2009/03/03

C1055 of VC7.1SP1

Boost.Threads occurs the fatal error, C1055 on VC7.1SP1. I found solution there.

Format of debug information changes from /ZI(for edit continue) to /Zi(with pdb).

How to set parameters to debugging program on Visual Studio 2019 with CMake

Solution: MSDN Sometimes the "Debug and Launch Settings for CMake" bottun is disabled. In this case, change to the target view. ...