There is a major conflict in using owclib and libmysql in c-programming.
The problem is a naming conflict in the mutex functions.
When i link in "libmysql" into the example code, it hangs in OW_init
I solved my problems using "cscope" and replaced all references of "my_" to "my_ow_" in all files.
Then all compiles and works.
/Anders
Thank you.
Do you know which names clashed?