Skip to content

Commit 2f40499

Browse files
author
msebolt
committed
resource file consolidation pr46
1 parent 483e9ca commit 2f40499

File tree

4 files changed

+22
-36
lines changed

4 files changed

+22
-36
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7920,6 +7920,11 @@
79207920
"redirect_url": "/cpp/windows/editable-file-types-for-resources",
79217921
"redirect_document_id": false
79227922
},
7923+
{
7924+
"source_path": "docs/windows/deleting-unassigned-symbols.md",
7925+
"redirect_url": "/cpp/windows/changing-unassigned-symbols",
7926+
"redirect_document_id": false
7927+
},
79237928
{
79247929
"source_path": "docs/windows/activationfactory-activationfactory-constructor.md",
79257930
"redirect_url": "/cpp/windows/activationfactory-class#activationfactory",

docs/windows/TOC.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
### [Symbols: Resource Identifiers](symbols-resource-identifiers.md)
2424
#### [Viewing Resource Symbols](viewing-resource-symbols.md)
2525
#### [Creating New Symbols](creating-new-symbols.md)
26-
#### [Changing Unassigned Symbols](changing-unassigned-symbols.md)
27-
#### [Deleting Unassigned Symbols](deleting-unassigned-symbols.md)
26+
#### [Changing or Deleting Unassigned Symbols](changing-unassigned-symbols.md)
2827
#### [Opening the Resource Editor for a Given Symbol](opening-the-resource-editor-for-a-given-symbol.md)
2928
#### [Changing a Symbol](changing-a-symbol-or-symbol-name-id.md)
3029
#### [Including Shared (Read-Only) or Calculated Symbols](including-shared-read-only-or-calculated-symbols.md)

docs/windows/changing-unassigned-symbols.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,37 @@
11
---
2-
title: "Changing Unassigned Symbols"
2+
title: "Changing or Deleting Unassigned Symbols"
33
ms.date: "11/04/2016"
44
f1_keywords: ["vc.editors.symbol.changing.unassigned"]
5-
helpviewer_keywords: ["symbols [C++], unassigned", "Change Symbol dialog box [C++]", "unassigned symbols"]
5+
helpviewer_keywords: ["symbols [C++], unassigned", "Change Symbol dialog box [C++]", "unassigned symbols", "symbols [C++], deleting"]
66
ms.assetid: b6abee4a-3c24-4697-a166-fe6a86cad35f
77
---
8-
# Changing Unassigned Symbols
8+
# Changing or Deleting Unassigned Symbols
99

10-
While in the [Resource Symbols dialog box](../windows/resource-symbols-dialog-box.md), you can edit or delete existing symbols that are not already assigned to a resource or object.
10+
While in the [Resource Symbols dialog box](../windows/resource-symbols-dialog-box.md), you can edit or delete existing symbols that aren't already assigned to a resource or object.
1111

12-
### To change an unassigned symbol
12+
For information on adding resources to managed projects, see [Resources in Desktop Apps](/dotnet/framework/resources/index) in the *.NET Framework Developer's Guide*.
1313

14-
1. In the **Name** box, select the unassigned symbol, and click **Change**.
14+
## To change an unassigned symbol
1515

16-
2. Edit the symbol's name or value in the boxes provided in the **Change Symbol** dialog box.
16+
1. In the **Name** box, select the unassigned symbol, and choose **Change**.
17+
18+
1. Edit the symbol's name or value in the boxes provided in the **Change Symbol** dialog box.
1719

1820
> [!NOTE]
1921
> To change a symbol that *is* assigned to a resource or object, you must use the resource editor or **Properties** window. For more information, see [Changing a Symbol or Symbol Name](../windows/changing-a-symbol-or-symbol-name-id.md).
2022
21-
For information on adding resources to managed projects, please see [Resources in Desktop Apps](/dotnet/framework/resources/index) in the *.NET Framework Developer's Guide*.
23+
## To delete an unassigned (unused) symbol
24+
25+
In the [Resource Symbols dialog box](../windows/resource-symbols-dialog-box.md), select the symbol that you want to delete, and choose **Delete**.
26+
27+
> [!NOTE]
28+
> Before deleting an unused symbol in a resource file, make sure it is not used elsewhere in the program or by resource files included at compile time.
2229
2330
## Requirements
2431

2532
Win32
2633

27-
## See Also
34+
## See also
2835

2936
[Viewing Resource Symbols](../windows/viewing-resource-symbols.md)<br/>
3037
[Symbol Name Restrictions](../windows/symbol-name-restrictions.md)<br/>

docs/windows/deleting-unassigned-symbols.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)