G
Guest
Here is what I am trying to do.
I have an application that is written in VB 6 and in this application it is
accessing a custom dll file that was created using Microsoft Fortran
Professional 4.0. Now I have created the same application as far as user
interface in a ASP.Net web application but I am having trouble accessing the
Fortran dll file.
I am doing the DLLImport statement in a class by itself. I make an
instance of this class and then call the function from the class that in turn
calls the function in the Fortran dll file.
When the app makes the call to the Fortran dll, the app just sits there and
seems like it is trying to do something but it never returns with anything.
Unfortunatly right now I don't have the source code for the Fortran dll.
I am just asking if anyone has some suggested reading material or articles
from MSDN that I can reference and see if I can make this work or do I need
to try to re-write this Fortran dll file into some .Net dll file in C# or can
that be done.
Thanks in advance,
Paul
I have an application that is written in VB 6 and in this application it is
accessing a custom dll file that was created using Microsoft Fortran
Professional 4.0. Now I have created the same application as far as user
interface in a ASP.Net web application but I am having trouble accessing the
Fortran dll file.
I am doing the DLLImport statement in a class by itself. I make an
instance of this class and then call the function from the class that in turn
calls the function in the Fortran dll file.
When the app makes the call to the Fortran dll, the app just sits there and
seems like it is trying to do something but it never returns with anything.
Unfortunatly right now I don't have the source code for the Fortran dll.
I am just asking if anyone has some suggested reading material or articles
from MSDN that I can reference and see if I can make this work or do I need
to try to re-write this Fortran dll file into some .Net dll file in C# or can
that be done.
Thanks in advance,
Paul