Hi Marti,
Marti wrote:
Just compile the shared object using the standard way
./configure make
make install
And then use that DLL instead of the DLL I provide in the site. This
works to me.
Odd - I downloaded the provided DLL /because/ of this problem, and the
MSVC DLL works OK in another p
It runs fine if compiled with vc7.1
I bet that crash is because you are mixing DLL compiled with
MSVC and using StdCall convention with mingw port, which
expects cdecl convention.
Solution:
Just compile the shared object using the standard way
./configure
make
make install
And then use