search for: floating_point_test

Displaying 1 result from an estimated 1 matches for "floating_point_test".

2008 Mar 27
2
WINEDLLPATH weirdness
...wing script: #!/bin/bash dll=libsndfile-1.dll dlldir=/home/erikd/Bzr/libsndfile-mingw/src/.libs if [ ! -f "$dlldir/$dll" ]; then echo "Can't find DLL." exit 1 fi export WINEDLLPATH="$dlldir:$WINEDLLPATH" exe=.libs/floating_point_test.exe if [ -f $exe ]; then exec $exe fi I get the following error message: err:module:import_dll Library libsndfile-1.dll (which is needed by L"Z:\\home\\erikd\\Bzr\\libsndfile-mingw\\tests\\.libs\\floating_point_test.exe") not found err:module:LdrInit...