I have ported a working project from one computer with visual studio 2012 to another with visual studio 2010, and I'm getting a strange error from a routine named LSAME during an IMSL operation that is computing a matrix solution using overloaded operators and Harwell sparse matrices. It looks like RESULT = A .ix. RHS. I think the problem is in the porting, not the program. Is there anything I should have done while porting to make it work?
I think the VS2012 system has visual fortran composer XE 2013 update 5, and the VS2010 system has update 4. Could that be my problem?