← Back to team overview

cuneiform team mailing list archive

[Bug 593006] [NEW] puma.dll vs. cuneiform.dll

 

Public bug reported:

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.

** Affects: cuneiform-linux
     Importance: Undecided
         Status: New

-- 
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: New

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.





Follow ups

References