Re: re-using fortran dll in VS2005
- From: "ioson" <ioson_nospam_@xxxxxxxxx>
- Date: Thu, 31 May 2007 18:57:59 +0200
Then it equally obviously works in VB.NET 2005.
Non so obvious....unfortunately
....
With DVF the easiest way is to download the runtime
library support from the Compaq website, and run that - you will
automatically get all the DLLs and their dependencies installed.
I have installed VFRUN66BI.exe (run time for CVF6.6) but the problem
persist...
I think that something in the way i buid my dlls is wrong for VS2005!!
an example...
c
C
SUBROUTINE idtdll(BUF,IG,IM,IA,NE)
C
!DEC$ ATTRIBUTES DLLEXPORT :: idtdll
!DEC$ ATTRIBUTES ALIAS:'idtdll' :: idtdll
c
.....
.....
.....
return
END
C
C*********************************************************
the compilation...
/assume:byterecl /assume:dummy_aliases /compile_only
/dbglibs /debug:full /iface:nomixed_str_len_arg /integer_size:16 /dll
/nologo /traceback /warn:argument_checking /warn:nofileopt
/module:"Debug/" /object:"Debug/"
/pdbfile:"prova_pcroutdll/DF60.PDB"
the linking
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib
shell32.lib
ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib Otsw32.lib
/nologo /subsystem:windows /dll /incremental:no
/pdb:"prova_pcroutdll/pcroutdll.pdb"
/debug /machine:I386 /nodefaultlib:"libc.lib" /def:".\Otsw32.def"
/out:"prova_pcroutdll/pcroutdll.dll" /implib:"prova_pcroutdll/pcroutdll.lib"
/pdbtype:sept
.
- References:
- re-using fortran dll in VS2005
- From: ioson
- Re: re-using fortran dll in VS2005
- From: max
- re-using fortran dll in VS2005
- Prev by Date: Re: IF statements
- Next by Date: Re: IF statements
- Previous by thread: Re: re-using fortran dll in VS2005
- Next by thread: Fortran assumed-shape array problems with MPI
- Index(es):