[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

unresolved external symbol with matgetarrayf90/matrestorearrayf90



hi,
 
I'm using win xp with visual fortran and visual c++. i had compiled in cygwin w/o any problems and most examples worked. however ex16f90 in the mat directory gave the error of unresolved external symbol with matgetarrayf90/matrestorearrayf90 when i tried to compile in cygwin.
 
it's stated in the documentation that these subroutine only works with certain f90 compiler. does it mean it doesn't work with visual fortran?
 
so in order to access the matrix, should i use matgetarray instead?
 
thanks alot!