E
Erik
1:
I call LAPACK Fortran routines (in a .DLL, compiled by IVF / VS2008)
from my VB.NET program. I want to have VB handle the errors generated
by LAPACK. So the LAPACK routines must throw an exception for VB to
catch.
Possible ?
2: There is this LAPACK routine named XERBLA that types out the LAPACK
error number and a string to the console. That you don't want in
Windoze. So, a possibility might be, to have XERBLA call a VB.NET sub
that handles the error number and maybe throw an exception. There is
some doc on calling VB from Fortran, but I find that very unclear (or
maybe too complex ?).
Help appreciated here.
I call LAPACK Fortran routines (in a .DLL, compiled by IVF / VS2008)
from my VB.NET program. I want to have VB handle the errors generated
by LAPACK. So the LAPACK routines must throw an exception for VB to
catch.
Possible ?
2: There is this LAPACK routine named XERBLA that types out the LAPACK
error number and a string to the console. That you don't want in
Windoze. So, a possibility might be, to have XERBLA call a VB.NET sub
that handles the error number and maybe throw an exception. There is
some doc on calling VB from Fortran, but I find that very unclear (or
maybe too complex ?).
Help appreciated here.