I have a need to rebase the group of DLL files that I install with my program, because it\'s a 32-bit program and the address space is just too fragmented right now. Also t
Not to mention the use of "REBASE.EXE -b 0x58000000 -e 0x10000 -c coffbase.txt *.dll" against a set of files, simply to generate the COFFBASE file.
In other words not because you intend to actually rebase your files now, but because you want an accurate COFFBASE.TXT,
so that they will /already/ be built with a specific and non-conflicting base address every time they are built.