home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / mswindo / programm / tools / 2242 < prev    next >
Encoding:
Text File  |  1993-01-27  |  1.4 KB  |  39 lines

  1. Newsgroups: comp.os.ms-windows.programmer.tools
  2. Path: sparky!uunet!newsstand.cit.cornell.edu!empire.cce.cornell.edu!avinogra
  3. From: avinogra@empire.cce.cornell.edu (Alex Vinogradov)
  4. Subject: Resource Compiler question
  5. Message-ID: <1993Jan27.034111.876@empire.cce.cornell.edu>
  6. Organization: Cornell Cooperative Extension
  7. X-Newsreader: TIN [version 1.1 PL8]
  8. Date: Wed, 27 Jan 1993 03:41:11 GMT
  9. Lines: 28
  10.  
  11.  
  12. I am getting a strange RC warning while trying to execute  RC my-program.RES :
  13.  
  14. -----
  15. RC : warning RW4005: Segment 3 (offset 0802) contains a
  16.      relocation record pointing to the automatic
  17.      data segment.  This will cause the program to crash
  18.      if the instruction being fixed up is executed in a
  19.      multi-instance application.  If this fixup is
  20.      necessary, the program should be restricted to run
  21.      only a single instance.
  22. -----
  23.  
  24. The program is compiled as large-model application (I think that's relevant,
  25. because I strated getting the warning after I switched from small model).
  26.  
  27. Does anyone have any idea what exactly this warning means?  And how do I locate
  28. line of code using the info given in the warning message (i've tried .MAP
  29. file, but I could not find relevant info there) ?
  30.  
  31. Please e-mail all replies
  32.  
  33. Thanks a lot,
  34. -- 
  35. ---------------------------------------------------------
  36. Alex Vinogradov
  37. Cornell Cooperative Extension, Electronic Technology Group
  38. avinogra@empire.cce.cornell.edu
  39.