The MASM Forum

General => The Laboratory => Topic started by: TouEnMasm on August 24, 2014, 05:00:14 AM

Title: browser and XP
Post by: TouEnMasm on August 24, 2014, 05:00:14 AM
Searching the old  forum I have found a lot of browser source code who just crash now on XP.
This perhaps don't do with later windows version.
Here the line who do

IOleObject DoVerb,OLEIVERB_INPLACEACTIVATE,addr msg,ppvIOleClientSite, 0,Hfenetre,addr rect
.if eax != S_OK
jmp FindeCreateBrowser
.endif

There is a further interfaces implementations to do before it work.
Windbg find the crash in "SetQueryNetSessionCount" internal to a dll.
This function is only supported by windows 7 ????????????????????????
I have find an old source of mine who give better results,he use iole.
http://codes-sources.commentcamarche.net/source/52624-iole-naviguer-sur-le-web-avec-une-fenetre-windows (http://codes-sources.commentcamarche.net/source/52624-iole-naviguer-sur-le-web-avec-une-fenetre-windows)
Is there any experiment on the subject ?.

I have choose the badest page I found to show the better result I have
There is some script errors (easily closed) during navigate