Well, gone by the wind are those times when i was finding fortran source errors in milliseconds, even ones which others were searching for days. Now i am painfully stuck for exhausting days and weeks (and ones even for a month) myself in the misbehaved code i wrote each and every piece of. For each line of the code there must be now written several lines for self-testing, fool-proofing and graphics visualization, tools and simplified models -- all that serves as some kind of immune system for the code health, otherwise you may sit in front of the screen 24/7 but things will not move at all...Now when i am searching for such hidden error i decided to look at those strange warnings, may be they will shed the light
First points at WINDOW_UPDATE@
WARNING - Module component WINDOW_UPDATE@ has been defined differently here than previously in object file C:\_Main\RK.OBJ (C:\_Main\RK.OBJ)
This is not critically important function and all related functions still seems work fine
But this new one (i missed the day when it started to appear) could be pretty dangerous since it points at major Fortran intrinsics MIN:
WARNING - Module component MIN has been defined differently here than previously in object file C:\_Main\R.obj (C:\_Main\RK.OBJ)
I did not redefine MIN. And where is 'here'? The obj files contain very many routines. Any hints ?