R
Rich
I have seen DLL projects use .res files so that when you look at the
properties of the DLL file from Windows Explorer you can see things
like file version, description, copyright, etc.
My question is how do you do this? (specifically, using MS C++ 2005
Express).
I have found hints in MSDN that indicate that you must first create a
".rc" file then use the resource compiler to make this into a ".res"
file. I am completely ignorant about how resources are created and
used - any guidance or links to appropriate references are appreciated.
properties of the DLL file from Windows Explorer you can see things
like file version, description, copyright, etc.
My question is how do you do this? (specifically, using MS C++ 2005
Express).
I have found hints in MSDN that indicate that you must first create a
".rc" file then use the resource compiler to make this into a ".res"
file. I am completely ignorant about how resources are created and
used - any guidance or links to appropriate references are appreciated.