Can I use the Microsoft Resource Editor to create resources for my Ada application?
Yes. You should use the Resource Editor to generate the .res file and resource.h. The .res file is linked directly into your application. The #define constants in resource.h should be declared and used in your Ada source code to access the resources. The samples illustrate the use of resource files.
Related Questions
- I create my custom templates from Microsoft Word (or a similar program), and paste them into the custom template editor. Why do my templates not display correctly?
- Why am I limited to 16 resources in the Resource Editor in ProjectMaster?
- How do I use Resource Shell to create JDBC Connection Factory Resources?