This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Issue of VISA_create2> Unable to locate alg How to debug the Codec Engine

Hi Guys,

I am getting "VISA_create2> Unable to locate alg" Error.

will you pls clarify that when it is going to fails-means more information about it.

because codec Engine we are not able to build as per Documentation so how i can  debug the codec Engine.

constName = Engine_getConstName(engine, tmpName, type);
    if (constName == NULL) {
        GT_1trace(curTrace, GT_6CLASS,
                "VISA_create2> Unable to locate alg \"%s\".\n", name);
        goto fail;
    }