PDA

View Full Version : wrappers


dt@spec.gr
12-01-2003, 05:42 PM
Can I build a wrapper in fortran .net for legacy fortran 77 code?
If so, do you have an example to follow?

thank you,

dimitris

tzeis
12-02-2003, 06:01 PM
To create a managed wrapper for legacy code, you will need to package the legacy code as a dll, and provide an interface for it on the managed side.
We provide an example in the Fortran for .NET User's Guide, in the topic "Calling Win32 DLL's from Managed Code".