Re: Problems with CHtmlView class in WINE

2004-03-01 Thread Boaz Harrosh
vishal wable wrote: Respected Sir, I am trying to run a MFC application in Red Hat Linux 8 using WINE.(Latest Version). I have used a MFC class "CHtmlView" in order to display html pages. Following line of code does that for me. Navigate2( "MyPage.html",NULL,NULL); In WINE i get the followi

Problems with CHtmlView class in WINE

2004-03-01 Thread vishal wable
Respected Sir,   I am trying to run a MFC application in Red Hat Linux 8 using WINE.(Latest Version). I have used a MFC class "CHtmlView" in order to display html pages. Following line of code does that for me.   Navigate2( "MyPage.html",NULL,NULL);   In WINE i get the following error when trying t