cuneiform team mailing list archive
-
cuneiform team
-
Mailing list archive
-
Message #00585
[Bug 593006] Re: puma.dll vs. cuneiform.dll
Committed. Thanks.
** Changed in: cuneiform-linux
Status: New => Fix Committed
--
puma.dll vs. cuneiform.dll
https://bugs.launchpad.net/bugs/593006
You received this bug notification because you are a member of Cuneiform
Linux, which is the registrant for Cuneiform for Linux.
Status in Linux port of Cuneiform: Fix Committed
Bug description:
version: cuneiform-linux-0.9.0
platform: WinXP SP3
build system: VS 2008 SP1
"Start folder PUMA.DLL not found!" after executing cuneiform.exe
To solve this issue...
affected cpp file:
cuneiform_src\Kern\puma\main\dll.cpp (line 98)
from:
if(p = strstr(_strupr(szPath),"PUMA.DLL"))
to:
if(p = strstr(_strupr(szPath),"CUNEIFORM.DLL"))
as the cmake/vs build script generate/build a cuneiform.dll and no puma.dll.
References