Re: [Plplot-devel] Building shared library on win32

2007-01-07 Thread Werner Smekal
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'.

Re: [Plplot-devel] Building shared library on win32

2007-01-06 Thread Werner Smekal
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