HOWTO: Use Glyphs in Visual C++ 4.0 with Source Code ControlLast reviewed: October 10, 1997Article ID: Q136020 |
4.00 5.00 | 4.00 5.00
WINDOWS | WINDOWS NTkbusage kbinterop kbhowto The information in this article applies to:
SUMMARYVisual C++ version 4.0 running under the Microsoft Developer Studio supports integration with a source code control provider, such as Visual SourceSafe. The color and glyphs used in File View reflect the state of any given file within a project workspace relative to Source Code Control. The information in this article is valid independent of the Source Code Control Provider you use, but is specific to the Microsoft Developer Studio using Visual C++.
MORE INFORMATIONIn FileView, if a given file is under source code control, the "file glyph" is gray in color. If the file is not under source code control, it is white in color. It is possible to create a resource script and check it out, but not check out underlying image files used by the resource script. Developer Studio is smart enough to prompt you to check out, for example, the underlying .bmp file before allowing you to start editing a toolbar bitmap. If you don't check the file out, you won't be able to save any changes you make to the bitmap file. NOTE: For non-text files, only one user can effectively check the file out at a time.
|
KBCategory: kbusage kbinterop kbhowto kbtshoot
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |