home Forums # Technical Support Can't get correct output values Reply To: Can't get correct output values

#1844

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.