I have some binary files that I'd like to embed in a dll I'm compiling with VC++ Express Edition.
I have a couple ways to do it (like converting the data to arrays that I compile along with the code), but I'm not satisfied and I feel like I'm probably missing an easy, straightforward solution.
What's the cleanest, easiest way to do this?