lines 441 to 444 are these lines:
WIN_APP.disabled = true; WIN_APP_LABEL.disabled = true; DLL_APP.disabled = true; DLL_APP_LABEL.disabled = true;
just open up the AppSettings.htm file in notepad just search for the text "WIN_APP_LABEL.disabled" using the Find feature of notepad, and you'll find this block of 4 lines.
ATL is not officially supported by Visual C++ 2005 Express (nor is MFC), especially not the wizards. Unoffically, ATL can be supported by using the one that comes with the Platform SDK (see:http://www.codeproject.com/wtl/WTLExpress.asp - this is for WTL but step 1 to 4 apply to ATL as well)
|