Hi Jim,
could you test the latest source in cvs - I made the appropriate changes
to the stubs files, but I don't know if the fortran compiler is than
able to link to this library. Please remove the 'static' keyword again,
as described in the last email - it should now work without that 'hack'.
Hi Jim,
the problem here is, that the fortran 77 bindings are not ready for
being compiled to a dll with Visual C++. You can read former posts about
that (regarding "DLL hell").
It works though with MinGW (therefor I works for me), since MinGW
exports all symbols.
To explain the problem in sh