Hi Everyone,
I m using Developer studio with visual fortran 6. I have a code with many fortran projetcs: one main project and the others are
Modules containing subroutine. This code run perfectly when using linux.
The problem occurs when i try to compile it using VF (Windows).
I think the problem comes to the fact there is no link between my file or the compilation order is not respect at all.
May be i m wrong, and i need i least to dismiss this possibility.
Can anybody tells me how can i link these differents files and how can i compile this code?
How can i adapt the makefile file in my case.
Thank you