Skip to content

Commit 8235d05

Browse files
author
Colin Robertson
committed
Update UI info
1 parent 096ee62 commit 8235d05

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/build/creating-a-resource-only-dll.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ To create a resource-only DLL, you create a new Windows DLL (non-MFC) project, a
1515

1616
1. Select **Windows Desktop Wizard** in the **New Project** dialog box and choose **Next**. In the **Configure your new project** page, enter the project and solution names, and choose **Create**.
1717

18-
1. In the **Win32 Project Wizard**, select an **Application type** of **Dynamic Link Library**. Under **Additional options**, select **Empty project**. Choose **OK** to create your project.
18+
1. In the **Windows Desktop Project** dialog box, select an **Application type** of **Dynamic Link Library**. Under **Additional options**, select **Empty project**. Choose **OK** to create your project.
1919

20-
1. Create a new resource script that contains the resources for the DLL (such as a string or a menu). Save the .rc file.
20+
1. Create a new resource script that contains the resources for the DLL (such as a string or a menu). Save the `.rc` file.
2121

22-
1. On the **Project** menu, click **Add Existing Item**, and then insert the new .rc file into the project.
22+
1. On the **Project** menu, click **Add Existing Item**, and then insert the new `.rc` file into the project.
2323

2424
1. Specify the [/NOENTRY](reference/noentry-no-entry-point.md) linker option. /NOENTRY prevents the linker from linking a reference to `_main` into the DLL; this option is required to create a resource-only DLL.
2525

0 commit comments

Comments
 (0)