Start folder cuneiform.dll not found - VC6 build

Bug #669844 reported by monday2000
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Cuneiform for Linux
Fix Released
Undecided
Yury V. Zaytsev

Bug Description

cuneiform-linux-1.0.0 compiled in MS Visual C++ 6.0

When launching cuneiform.exe I get an error:

"Start folder cuneiform.dll not found"

although the built cuneiform.dll is present in the same folder.

What to do?

Revision history for this message
Yury V. Zaytsev (zyv) wrote :

Does this happen when you are compiling the release tarball or the latest bzr trunk? I have recently committed a fix to the bzr.

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"))

Changed in cuneiform-linux:
status: New → Fix Committed
Revision history for this message
Yury V. Zaytsev (zyv) wrote :

Ok, then it's a known bug and this is what I already committed to trunk.

Changed in cuneiform-linux:
assignee: nobody → Yury V. Zaytsev (zyv)
Changed in cuneiform-linux:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.