[comp.windows.ms.programmer] old .EXE free information lost warning

bonneau@hyper.hyper.com (Paul Bonneau) (03/27/91)

I am using the incremental link feature of MSC 6.0 (the ilink
command) to link a medium size windows app (end result is
around 600k of executable).

Occasionally I get the warning message "old .EXE free
information lost".  Whenever this happens, not only does the
symbol table get mucked up (I use wdeb386, not codeview to
debug), but it looks like the function prolog does not get
emitted (none of my functions are declared "near").

So I have to resort to a full link when this happens.
Anybody else have the same problem, and if so, did you
find a resolution?

cheers - Paul Bonneau.

P.S.	Still no resolution to the private .ini memory segment
	(non) flushing problem...