new C++ resource type

Rudolf Meier 291 Reputation points
2022-03-29T16:31:26.643+00:00

Hi

I've built a custom resource type and added it to Visual Studio. It's shown, when you go to "add -> new item -> resources" ... but, when you use the "add -> resource", this dialog doesn't show it... how can I add something to this dialog?

(C++ projects only)

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,636 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. RLWA32 43,306 Reputation points
    2022-03-30T07:55:35.72+00:00

    In a C++ project I added a new Custom Resource to a VS2022 C++ project. After the custom resource was added the resource type that was assigned to it appeared in the "Add Resource" dialog -

    188250-funky.png