The "beep on completion" workaround doesn't appear as if it's going to work for me:
I have only one tool in my project:
- Build -- this invokes a particular build system, which determines dependencies and recursively builds everything starting from the current directory (which the tool sets as %rp).
I do not have a Compile tool, and given the way this build system works, I'm not even sure what I would make it do.
Without "beep on completion" checked for the Build tool, no errors show up in the Message List.
When I check "beep on completion", then the tool doesn't run -- it says this in the Build window:
C:\off\dev14\csi>c:\slick\win\vsbuild build -b C:\off\dev14\csi\coauth\coauth\CoAuthUncProv.cpp -beep C:\off\dev14\Office.vpw C:\off\dev14\csi\Csi.vpj -signal 9009
Command 'compile' not defined in project file 'C:\off\dev14\csi\Csi.vpj'
I don't have a "compile" command. Nor can vsbuild be expected to figure out dependencies. Furthermore, I want to build everything recursively from %rp, but "beep on completion" seems to make it want to build a single .cpp file.
Is there some other way I can get the errors to show up in the Message List properly?
Is a real fix coming in 13.0.1?
Thanks!
C