Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!hplabs!otter.hpl.hp.com!hpopd!richardh From: richardh@hpopd.pwd.hp.com (Richard Hancock) Newsgroups: comp.windows.ms.programmer Subject: Re: Codeview for Windows: Warning CV2206 Message-ID: <36990005@hpopd.pwd.hp.com> Date: 22 Mar 91 16:45:42 GMT References: <1991Mar20.174919.24501@oracle.com> Organization: The Vicuna Backlash Lines: 22 / hpopd:comp.windows.ms.programmer / mwick@.com (Mark Wick) / 5:49 pm Mar 20, 1991 / > I have a large application, about of third of which has CodeView > information compiled into it (using -Zip flag). I then linked the > application with the /CO. Everything looked good. However, when I then > tried to run the application under CodeView, I got the following message in > the Command window: > - What OMF stands for? Object Map File? I assume that CodeView is unable to load the debug info from your executable. > - Why this is happening? CodeView seems to have general problems with large executables? > - What I could do about it? Try using the -Zip flag in even fewer modules. Richard.