I wrote: > Ralf Wildenhues wrote: [snip]
> > I have started working on old libs. AFAICS, the `LIB' program has > > been replaced with `LINK -lib' in one of the newer MSVC versions. > > My LINK.EXE does not support the -lib option, so it must be something > added in .Net or later... Hmm, actually trying to execute "link -lib" yields the same output as plain "lib". Don't trust the documentation... [snip] Cheers, Peter