I have already put the dlls in the same folder as the executable, but there was no difference.
And what about Java - have you ever tried to call FTN dll from Java code through C wrapper dll? I ask th ...
Thanks for the answer. I've tried to put F_STDCALL before the SUBROUTINE and it worked.
I still can't resolve my first question. I think that JVM has problem with loading my Fortran dll whic ...
Hi,
I have developed a Fortran dll, created with FTN95 for .Net 2003. I call this dll from unmaneged Visual C++ code (exe) and I have no problems with both implicit (load time dynamic linking) and e ...