home › Forums › # Technical Support › Can't get correct output values › Reply To: Can't get correct output values
June 2, 2015 at 18:24
#1844
Keymaster
Hi,
I also see the output you mention in QtFuzzyLite. I cannot check the C++ code, but you could try the following:
Engine* engine = FllImporter().fromFile("path/to/your/file.fll");
//set the inputvariables, process the engine, check the output variables
Just to discard if the problem is in your C++ code.
Cheers.