General updating.

Updated solution to VS 2017. Updated to newest version of coco/r.  Now  includes coco/r for easier building out of the box.
This commit is contained in:
Jordan Wages 2018-06-12 20:47:06 -05:00
commit e4d6717ec2
46 changed files with 4606 additions and 127 deletions

View file

@ -252,7 +252,7 @@ namespace csmic
this.calculatedValue = p.CalculatedValue;
if (p.errors.count > 0)
{
ProduceOutput(this.calculatedValue, p.errors.builder.ToString());
ProduceOutput(this.calculatedValue, p.errors.errMsgFormat);
}
}
catch (Exception e)