Option Strict Off Option Explicit On Module Module1 Declare Sub SendFortranString Lib "C:\Documents and Settings\agr42\My Documents\Visual Studio 2005\Projects\FORTDLLFROMVB\FCall\Debug\FCall.dll" (ByVal A1 As String, ByVal L1 As Integer) Declare Function GetFortranString Lib "C:\Documents and Settings\agr42\My Documents\Visual Studio 2005\Projects\FORTDLLFROMVB\FCall2\Debug\FCall2.dll" (ByRef A1 As String, ByVal L1 As Integer) As Short End Module