Hey there,
when I open the example au3 from _IECreateEmbedded and try to run it, it results in
APPCRASH of autoit3.exe.
Same happens also in an example script from myself:
Opt("GUIOnEventMode", 1)
Local $objIE = _IECreateEmbedded()
Local $hwnd = GUICreate("Loading...", 500, 200, 10, 10)
GUICtrlCreateObj($objIE, 10, 10, 400, 100)
_IEBodyWriteHTML($objIE, "<b>rabbit</b>")
GUISetOnEvent($GUI_EVENT_CLOSE, "ExitProgram")
GUISetState(@SW_SHOW)
While 1
WEnd
Func ExitProgram()
Exit
EndFunc
If i uncomment _IEBodyWriteHTML it is loading the application, if not it will crash.
Any hints? Using AutoIt3Wrapper v.2.1.2.9 on 3.3.9.5, AutoIt3.exe ended.rc:-1073741819