guy
03-31-2004, 10:05 PM
I need to export functions for a dll built with Fortran 77 code files, to be used by Fortran .NET wrapper.
Using DLL_EXPORT for the subroutines of the f77 worked OK. However, using the same method for the functions yielded the runtime message "Unable to find entry point" on calling each of the exported functions.
How can I export f77 functions to be used by a .NET wrapper?
PS: on f90 this method works fine.
Using DLL_EXPORT for the subroutines of the f77 worked OK. However, using the same method for the functions yielded the runtime message "Unable to find entry point" on calling each of the exported functions.
How can I export f77 functions to be used by a .NET wrapper?
PS: on f90 this method works fine.