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).
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).
Solution: MSDN Sometimes the "Debug and Launch Settings for CMake" bottun is disabled. In this case, change to the target view. ...