I am finally getting around to posting some of the resource files stuff I have dug up and put together in the last few months. Today I posted the code to one of the utilities I wrote to create resource files and a little description of what the download projects are. You can get the code here and the description of the projects here
Here is a quick overview of what is in the source code:
- Windows forms application to pick files to create a resource file with
- Console application to pick files and directories to create a resource file with
- Library project that contains the resource file creation code
All the code is in C# (in case you were wondering). I thought about doing it in managed C++, but didn't ;)