Board index » cppbuilder » COleVariant?
Muhammad Momin Rashid
![]() CBuilder Developer |
Muhammad Momin Rashid
![]() CBuilder Developer |
COleVariant?2003-08-26 09:56:29 PM cppbuilder54 Hi all, I am trying to compile a sample code which uses MS browser component. The sample code aims to parse the HTML tags and uses a variable of type COleVariant. I can't get the project to compile as it cannot find the declaration for COleVariant. I tried including <mfc/afxdisp.h>but it adds problems of its own. Can someone guide me on what I should do to resolve this issue? Regards, Muhammad Momin Rashid. |
Muhammad Momin Rashid
![]() CBuilder Developer |
2003-08-26 10:06:08 PM
Re:COleVariant?
Hi all,
I am trying to compile a sample code which uses MS browser component. The sample code aims to parse the HTML tags and uses a variable of type COleVariant. I can't get the project to compile as it cannot find the declaration for COleVariant. I tried including <mfc/afxdisp.h>but it adds problems of its own. Can someone guide me on what I should do to resolve this issue? Regards, Muhammad Momin Rashid. |