In the Microsoft-supported .NET languages, e.g. VC#, it is impossible to link a .NET program with a static-linked library (as far as I know). This is a big problem, because since I have many legacy object libraries that are not designed to linked as shared, and moreover, most of them originate from the Lunix world, and are tricky to rebuild on a Windows platform anyway (they come with makefiles or Imakefiles that are useless in the Win32 world).
Actually I have two questions:
Does anyone know of a way to link a static library into a .NET program (I'm not optimistic, but I might as well ask), and
Can I use FTN95 to link with a library produced by Compaq's older version of Visual Fortran (Visual Studio 6)?
Thanks...
Dave