The information in this article applies to:
SUMMARYThis article describes the steps you should take when moving your application from DEBUG to RELEASE mode. This article contains a section for Windows hosted tools, and a section for non-Windows hosted tools. USING WINDOWS HOSTED TOOLSVisual C++Change the Build Mode to Release by choosing Project from the Options menu. The IDE (Integrated Development Environment) modifies the proper switches and will use the custom options selected by the user.QuickC for WindowsQuickC for Windows has a procedure similar to Visual C++.USING NON-WINDOWS HOSTED TOOLSCode File Changes
Checking The User Interface
Preparing DocumentationStarting with Windows version 3.0, the internal screen capture command can be used to take screen shots of the application. Press PRINT SCREEN or SHIFT+PRINT SCREEN on older systems, and Windows will copy the screen as a bitmap into the clipboard. The bitmap can then be pasted into the a word processing application to create the written documentation.Additional query words:
Keywords : kbcode kb16bitonly GenSDK |
Last Reviewed: November 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |