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.

No Codec Found in serach path

Hi,

Using the Codec Package Genrator Wizard ( the iUniverial approach = my own algorithem/Codec) - I hit this error code after launching the Codec Server Wizard. I completed the Codec package Generator successfuly and infact the package was generated by the tool. But when working with the Server Wizard it keep saing "No Codec Found in Serach path" although I provided the Codec Package that was generated by the Codec Package Generator Wizard. What is wrong wit my setup/files ?

Ofer

  • In the Genserver wizards click the "Set Search Path" button and add the repository of your Codec package to the search path. The repository of your Codec package is the "Destination Directory" that you specified when creating the Codec package in the GenCodecPkg wizard. If  you specified /home/usr as the destination directory and your package name is mycompany.mycodec, your Codec package repository is /home/usr and your Codec package directory is /home/usr/mycompany/mycodec.

    Also, be sure to build your Codec package before using it in the Genserver wizard. To build your Codec package, go to your Codec package directory and type "gmake".

    Joe