KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q38951: QuickC Version 2.00 Supports CodeView Information

Article: Q38951
Product(s): See article
Version(s): 2.00
Operating System(s): MS-DOS
Keyword(s): enduser | s_codeview | mspl13_c
Last Modified: 31-OCT-1989

QuickC Version 2.00 contains support for CodeView's symbolic
information in the QuickC environment. If you choose the Options
menu and the "Make" selection, you will get a pop-up menu that will
allow you to choose the compilation flags. Once you have chosen the
<compiler flags> selection, you can set the Option for CodeView
information. This process will allow you to use the debugger within
QuickC as well as using the same executable in CodeView, thus
eliminating a required recompilation by the QCL command line compiler.

If you intend to use CodeView on your QuickC executable, you will have
to ensure that you have disabled the Incremental Compile and the
Incremental Link options. The Incremental Compile option is found
under <compiler flags> selection. The Incremental Link option can be
found under <linker flags> selection.

The current CodeView release is unable to understand Incrementally
compiled/linked executables. If you try to use CodeView on an EXE file
that was Incrementally compiled and/or linked, you will be unable to
trace through the code. The trace will "fall" through to the end of
your program.

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.