Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

visual studio problem

yingwu
Beginner
597 Views
Hi, I spent all this night to develop a subroutine, but there is always a error coming out. I don't know how describe the problem in detail. I just a new string-type parameter to the subroutine, then the error message is 'Character length argument mismatch'. However, after I click 'clean solution' and build again, everything is OK. Just a report here.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
597 Views

This is because the generated interface module for the routine you added the arguent to didn't get recreated in the right order. Doing the clean and rebuild solves the problen.
0 Kudos
Reply