1
vote
0answers
83 views

How to fix a “NET::methodargs: Improper arguments supplied” error?

I am trying to call the fortran program: Phaml.f90, which is supposed to generate an array of size "num" ...
17
votes
1answer
401 views

Linking FORTRAN with Librarylink

FORTRAN code can be called using MathLink or .NET/Link (see the link for a worked examples). But as mentioned in a talk by T.Gayley and J.Klein in Wolfram Technology Conference 2011, LibraryLink, ...