Comment 2 for bug 669844

Revision history for this message
monday2000 (monday2000) wrote :

I found the solution:

cuneiform-linux-1.0.0\cuneiform_src\Kern\puma\main\dll.cpp

The error is in the "Bool APIENTRY DllMain" function

See line 98:

instead of:

if(p = strstr(_strupr(szPath),"cuneiform.dll"))

must be:

if(p = strstr(_strupr(szPath),"CUNEIFORM.DLL"))