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
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