Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!decwrl!fernwood!oracle!news From: mwick@.com (Mark Wick) Newsgroups: comp.windows.ms.programmer Subject: Link problem using CodeView Message-ID: <1991Mar15.022704.24298@oracle.com> Date: 15 Mar 91 02:27:04 GMT Sender: Mark Wick Reply-To: mwick@oracle.UUCP (Mark Wick) Organization: Oracle Corporation, Redwood Shores, CA Lines: 21 We have a very large application which we are trying to move to Windows 3.0. After considerable monkeying around with the C files, we were able to compile all of them; however, we have not gotten the entire application to link when using CodeView - the error is L1053 - out of memory for symbol table. Ugh. One current (possible) solution is to get another linker that understands the CodeView syntax and runs in extended memory. It would be nice, though, if we could use the Microsoft linker. The link parameters we are using are: /SEGMENTS:256 /align:32 /noe /nod /CODEVIEW The machine is not a problem: 33MHz 386 Compaq with 8 Meg of extended memory and a 300Meg hard drive. Any suggestions or recommendations would be greatly appreciated. Thanks, Mark