JExpressionEvaluatorObj External Module

The inputs are named x, y, z. (mouseOver the inputs to see.)
This example calculates the square root of the sum of three squares.
[Warning: set the JRealObj to more than 3 digits and more than 1 floating-point place.]

You can change the number of inputs and the name of each input.
Names can be longer than one character.
You can also change the label of the module.

Upon a syntax error, the module turns RED and trips the ERROR_FLAG, as indicated by an LEDObj connected to it. This indicates that the output is not reliable.

Upon an illegal value error, the module turns YELLOW and trips the ERROR_FLAG, as indicated by an LEDObj connected to it. This indicates that the output is not reliable.
JExpressionEvaluatorObj.dll [right-click, save]
Place this is a folder called "JExpressionEvaluatorObj" in your "develop" folder.
JExpressionEvaluatorObj.cpp (COMMENTED CODE!)
JExpressionEvaluatorObj.h
EE-src.cpp
EE.h
Here's the Visual Studio project.
JExpressionEvaluatorObj.dsp
After copying all five files to your "JExpressionEvaluatorObj" folder (as directed above!),
click on this .dsp-file and say okay to the "warning".
You're ready to compile!