home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.tools
- Path: sparky!uunet!newsstand.cit.cornell.edu!empire.cce.cornell.edu!avinogra
- From: avinogra@empire.cce.cornell.edu (Alex Vinogradov)
- Subject: Resource Compiler question
- Message-ID: <1993Jan27.034111.876@empire.cce.cornell.edu>
- Organization: Cornell Cooperative Extension
- X-Newsreader: TIN [version 1.1 PL8]
- Date: Wed, 27 Jan 1993 03:41:11 GMT
- Lines: 28
-
-
- I am getting a strange RC warning while trying to execute RC my-program.RES :
-
- -----
- RC : warning RW4005: Segment 3 (offset 0802) contains a
- relocation record pointing to the automatic
- data segment. This will cause the program to crash
- if the instruction being fixed up is executed in a
- multi-instance application. If this fixup is
- necessary, the program should be restricted to run
- only a single instance.
- -----
-
- The program is compiled as large-model application (I think that's relevant,
- because I strated getting the warning after I switched from small model).
-
- Does anyone have any idea what exactly this warning means? And how do I locate
- line of code using the info given in the warning message (i've tried .MAP
- file, but I could not find relevant info there) ?
-
- Please e-mail all replies
-
- Thanks a lot,
- --
- ---------------------------------------------------------
- Alex Vinogradov
- Cornell Cooperative Extension, Electronic Technology Group
- avinogra@empire.cce.cornell.edu
-