Displaying 1 result from an estimated 1 matches for "b8a7215f5fd425c228190f38aba0444f".
2010 Dec 07
1
Help running an exe that loads a dll
...mlessly.
EXE: http://www.compuphase.com/mp3/mp3loop.zip
DLL: http://cl.ly/0C1D1A0z1a3a0z3x3Z2A
Running the exe on a windows box works correctly, running the same command line with wine does not.
NON WORKING OUTPUT - CENTOS
========================
[root at ip-10-251-209-205 ~]# wine mp3loop.exe B8A7215F5FD425C228190F38ABA0444F.wav --quality=10 ?encoder=lame_enc.dll
MP3Loop version 1.4
ITB CompuPhase, see www.compuphase.com
Original audio= 885874 samples
Resampled = 885888 samples
ERROR: failed to run the MP3 encoder.
========================
To reiterate, the exe works fine, but loading of the dll does not. Is th...