CompuServe Thread

#Can't bind no RC

2 messages in this thread
#269704From: Mark WoodardMay 12, 1995 3:55 PM
Hello All, I know the subject text sounds like a double-negative, but here's my problem: I have a DLL that will not build with debug information. Here's the output in Visual Workbench (no MFC): ********************** Initializing… Compiling… c:\cw\efuncs\efuncs.cpp Command line warning D4004 :/G3 only available in optimizing compiler; assuming /G2 c:\cw\efuncs\lookup.cpp c:\cw\efuncs\lmaindll.cpp c:\cw\sql\booch\lrutblmp.cpp c:\cw\vlist\lrutbl.cpp c:\cw\vlist\_format.cpp c:\cw\vlist\_helper.cpp Linking… Creating import library… Binding resources… RC : fatal error RW1031: Segment 1 and its relocation information is too large for load optimization. Make the segment LOADONCALL or rerun RC using the -K switch if the segment must be preloaded. RC returned error code 1. EFUNCS.DLL – 1 error(s), 1 warning(s) ************************************** It builds fine in Release mode. You will notice that the error is an RC error, but the project contains no resources (hence the bad grammer). The only code that I know of in Segment 1 is the standard WEP. I just re-installed VC++ 1.51, to no avail. Any ideas? Thanks, Mark Woodard
#270122From: Bill Ferguson [MS]May 16, 1995 6:17 PM
Mark, The sections have recently changed. I don't know the answer to this but you might get a response by posting in section 11. Bill Ferguson Microsoft Developer Support