Dll with G95



Dear all,

I've compiled a F95 "test" program with G95, according to the documentation in the G95 web site www.g95.org.

The dll has been created without problem, but I cant link it with VB5.
I received the following error message from VB: "can't get the enter point".

In my experience it should be due to the subroutine name that changes in the dll from e.g. "name" to something like: "_name@number" (where "number" is a 2 digit real number).

Supposing that this is the problem, actually, I don't know how to find out the number associated with the soubroutine. Or there is something more?

Thanks in advance for your help,

Walter
.