I am using the G95 compiler found at http://www.g95.org/.

I used these instructions to create a DLL from this webpage http://www.g95.org/g95_dll.shtml .

I created the DLL using the two following commands.

g95 -c ex.f90
g95 -shared -mrtd -o ex.dll ex.o

For the ex.h and ex.c files I used the VEE example manual49.h and manual49.c as a starting point.

The error I get from VEE is "Function was not loadable".  I have included a screen capture of the error.

I have no experience in C++ or Fortran so I would greatly appreciate any help.  I am grateful for the replies I received from you both last week.

I always try to study and hopefully learn on my own.  But this is proving to be quite challenging for me thus far.

Thanks again,
Vincent Petrone
vpetrone@rosenbergerap.com