I'm using your library to perform a speech recognition application.
It works fine but I've got a little problem, witch is how to take care of the errors.
Indeed your library is generating errors, witch my application doesn't get, the it could be quite hard for a user to debug it.
How could I get the error genrated into E_ERROR or E_FATAL or E_INFO into my application.
Thank's for reding me.
Best regards.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Currently it's not possible without hacks. The right way I suppose is to add redefinable function to handle messages with default output to stderr like in different libraries.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi everyone,
I'm using your library to perform a speech recognition application.
It works fine but I've got a little problem, witch is how to take care of the errors.
Indeed your library is generating errors, witch my application doesn't get, the it could be quite hard for a user to debug it.
How could I get the error genrated into E_ERROR or E_FATAL or E_INFO into my application.
Thank's for reding me.
Best regards.
Currently it's not possible without hacks. The right way I suppose is to add redefinable function to handle messages with default output to stderr like in different libraries.