I am able to compile tty-continuous.c after adding the compiled libraries to the path. However the program crashes every time. I get an access violation error that is coming from strcasecmp.c (one of the sphinx libraries) in the ulstrcmp function. The error says that the expression c1 = *str1++; cannot be evaluated. Has anyone encoutered such an error? Does anyone know how to fix it?
Thanks alot,
Bila
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am able to compile tty-continuous.c after adding the compiled libraries to the path. However the program crashes every time. I get an access violation error that is coming from strcasecmp.c (one of the sphinx libraries) in the ulstrcmp function. The error says that the expression c1 = *str1++; cannot be evaluated. Has anyone encoutered such an error? Does anyone know how to fix it?
Thanks alot,
Bila