Hi,
I am trying to reuse the controls and dialogs present in my resource script (.rc) file my C++ project in VS 2010 solution. I have learnt from "http://msdn.microsoft.com/en-us/library/5t17zahz(v=vs.100).aspx" that I need to create a resource tempate (.rct) file and place it in "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\VCResourceTemplates\1033". I created an rct file and placed it in the mentioned location. But I still dont find my dialog control appearing in the menu "Add Resource". Can someone please let me know where I am mistaken?
Farnadis