CompuServe Messages

#Can't bind no RC

    12-May-95 15:55:51
Sb: #Can't bind no RC
Fm: Mark Woodard 74750,70
To: ALL
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