Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!att!cbnewsh!twb From: twb@cbnewsh.att.com (thomas.w.beattie) Newsgroups: comp.windows.ms Subject: Another RC warning question Message-ID: <1990Oct2.145528.15463@cbnewsh.att.com> Date: 2 Oct 90 14:55:28 GMT References: <90269.143156LIBCRN@BYUVM.BITNET> <18950038@hpfinote.HP.COM> <57851@microsoft.UUCP> Distribution: usa Organization: AT&T Bell Laboratories Lines: 38 > >> RC: warning RW4002: Non-discardable segment 1 set to PRELOAD > >> RC: warning RW4002: Non-discardable segment 2 set to PRELOAD In article <57851@microsoft.UUCP>, davidds@microsoft.UUCP (David D'SOUZA) writes: > All this means is that in your def file, you have a segment marked > MOVEABLE or FIXED but it isn't marked PRELOAD. The segment isn't > DISCARDABLE so Windows needs to make sure it is loaded when the app > starts so RC tells you it is doing the sensible thing and forcing it to > PRELOAD even though you didn't explicitly tell it to. Fix this by > adding PRELOAD to the segments in question. (or make them discardable) > > --Dave I get the following warning. What does it mean? Which segment is 89? RC: warning RW4002: Entry point segment 89 set to PRELOAD .DEF file contains: NAME Illus EXETYPE WINDOWS STUB 'WINSTUB.EXE' CODE PRELOAD MOVEABLE DISCARDABLE DATA PRELOAD FIXED SEGMENTS TWB_TEXT MOVEABLE DISCARDABLE LOADONCALL [Lots more lines like the above deleted] Tombo. --- Tom Beattie att!hoqaa!twb t.w.beattie@att.com