Modules, libraries and CVF



We maintain a large F77 project (in Compaq Visual Fortran 6.6C) and we are
now trying to switch some of the code to F90. The workspace contains several
projects. One project contains main file and builds the executable, and all
other projects build static libraries that are linked with the main project.
The workspace is configured so that the main project is dependent on the
projects that build the libraries.

We tried to include modules in the libraries and encounered a strange
problem: each time we run the executable, the Visual evironments
reports that the *.MOD files are out of date and ask permission to rebuild
the
libraries, despite the fact that no code was changed between the runs.

Any suggestions?

Mike




.



Relevant Pages

  • Re: How to get imagebase after a DLL gets loaded
    ... The main difference between DLL and static library in this context is ... so that it is not meant to be integrated with the client code ... SPEAKING ABOUT STATIC LIBRARIES HERE, AND I *EXPLICITLY* SAID IT THIS ...
    (microsoft.public.win32.programmer.kernel)
  • Re: How to get imagebase after a DLL gets loaded
    ... that he wants to use his approach in a DLL, and Kevin says that Will's ... libraries and the logical equivalent (shared source, ... Um, actually, this is /very/ common for static libraries and/or ...
    (microsoft.public.win32.programmer.kernel)
  • Re: About libraries
    ... Q. Does static libraries mean statically-linked libraries. ... Can there be static libraries that can be shared. ... the printf function, does the standard C library libc used statically ...
    (comp.unix.programmer)
  • Re: About libraries
    ... libraries mean dynamically-linked libraries. ... Can there be static libraries that can be shared. ... does the standard C library libc used statically ... Unless you explicitely link your program against a static library ...
    (comp.unix.programmer)
  • Re: VC6 + Dinkumware fixes OK for basic STL usage?
    ... But on the web site I don't see anything about using it with VC6 ... That's the way we always package our libraries. ... warning on the site that there could be a problem with dynamic linking ... corresponding static libraries in the static linking case. ...
    (microsoft.public.vc.stl)