Hello guy, I try to compile the.exe file but I got some stuck named: Unterminated string and I tried to replace that with:
$string = "0x000....=HafloneDegree;" to $string &= "0x000....=HafloneDegree;"
and & to $string &=
Cause I read older posts that say your code to longer than 5000 chars so I replace the above when I run I got a 1 error.
Like picture 2: Func and EndFunc
I replace that with: volatile to #volatile or I put volatile with func to one line:
code:
volatile
Func __httprequest_statuscallback($hinternet, $icontext, $iinternetstatus, $pstatusinfo, $istatusinfolen)
to:
volatile Func __httprequest_statuscallback($hinternet, $icontext, $iinternetstatus, $pstatusinfo, $istatusinfolen)
Then I got a 0 error but when I run the app nothing showed or not working, or get stuck.
IDK what I was wrong from where also the compiled got 0 error.
Thank for your help.