Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing ID... constants #1766

Closed
Enyium opened this issue Dec 17, 2023 · 1 comment
Closed

Missing ID... constants #1766

Enyium opened this issue Dec 17, 2023 · 1 comment
Assignees

Comments

@Enyium
Copy link

Enyium commented Dec 17, 2023

The following constants from this page are missing:

IDC_STATIC
IDD_ABOUTBOX
IDI_PROJECTNAME
IDI_SMALL
IDM_ABOUT
IDM_EXIT
IDS_APP_TITLE
@riverar
Copy link
Collaborator

riverar commented Dec 18, 2023

IDC_STATIC (-1) is worth adding but the others don't appear in any SDK header. They appear to be isolated to resource headers generated by Visual Studio when using the desktop Windows application templates.

Example:

// Microsoft Visual C++ generated include file.
// Used by Project1.rc

#define IDS_APP_TITLE			103

@mikebattista mikebattista self-assigned this May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants