Hi vijayan,
Now I am trying to provide an activeXcontrol using ATL.
http://msdn2.microsoft.com/en-us/library/9d0714y1(VS.80).aspx
The link what you have given containing some sample code.So I tried like that manner only.
But while compiling I am getting some errors which are related to ATLWIN.H andATLCOM.H like
"ATLWIN.H:_Module is undefined"
In these two files all errors are related to this "_Module" .
And in this below code,
class CHostActiveXModule : public CAtlExeModuleT<CHostActiveXModule>
{
public :
CMainWindow m_wndMain;
I am getting error like "CAtlExeModuleT:undefined base class"
So please vijayan tell me the sollution for this.I struck in middle.
Hope you will give reply.
Thanks & Regards,
swetha.