As I am using Delphi, and I already have a .RC file that adds button bitmaps to the .dll, I think this is where I should attempt to add the manifest file.
I believe it would look something like this - but I simply do not know exactly what it should be: #define RT_MANIFEST 24 #define APP_MANIFEST 1
APP_MANIFEST RT_MANIFEST “Inv2024Idf.X.Manifest”
Thanks for that, it will help when doing the build, but I am hoping we can add the manifest when we compile so the parent app will load the . dll and we can use debug.
For the versions of Rad Studio that support specifying a custom manifest file, just do that. For versions without custom manifest support, uncheck the “Enable runtime themes” option, and add a resource to your project that includes the manifest