Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

CR1000 compiler crash


JamesMc Feb 20, 2017 07:44 PM

CR1000 compiler will crash if you try to declare units for an undeclared variable.

Public SomeVariable As Float

Units SomeTypoVariable = Deg C

BeginProg

EndProg

 


JDavis Feb 21, 2017 05:56 PM

What version of compiler are you using?


JamesMc Feb 21, 2017 06:02 PM

C:\Campbellsci\Lib\Compilers>cr1comp.exe -d
cr1comp.exe VERSION:CR1000.Std.31  DATE:12/15/2016

 


JDavis Feb 21, 2017 07:11 PM

Thanks for reporting this. It looks like the precompiler somehow lost the catch for that error between versions. The version 30 compiler didn't have the problem. Engineering will work on getting it fixed for the next OS release.

Log in or register to post/reply in the forum.