PRB: Building Setup Toolkit Overwrites DIALOGS.RES File (87008)
The information in this article applies to:
- Microsoft Windows Software Development Kit (SDK) 3.1
This article was previously published under Q87008 SYMPTOMS
When the Resource Compiler builds the resources for the custom DLL in the
Setup Toolkit provided with the Microsoft Windows Software Development Kit
(SDK) version 3.1, the DIALOGS.RES file is overwritten.
RESOLUTION
Modify the files in the Setup Toolkit BLDCUI directory (by default,
C:\WINDEV\MSSETUP\BLDCUI) as follows:
- In the DIALOGS.DLG file, add the following two statements:
#include <windows.h>
#include "dialogs.h"
- Rename the DIALOGS.RC file to MSCUISTF.RC.
- Edit MAKEFILE as follows:
- Find all occurrences of DIALOGS.RC and replace them with
MSCUISTF.RC.
- Find all occurrences of DIALOGS.RES and replace them with
MSCUISTF.RES.
Modification Type: | Minor | Last Reviewed: | 2/24/2004 |
---|
Keywords: | kb16bitonly kbprb KB87008 |
---|
|