I've written a library and turned it into a DLL. In the lib, I use a custom mouse cursor during certain events, which loads a file.cur at run-time.
My question is, how can I embed this cursor file into the dll so that my host application can more easily get it (I'd rather not require the host to have this file to use the lib).
There are options to "Add Files to DLL" in the Target Settings. There's also the "Embed manifest file" option, but not sure what to do with either.