I'm trying to run Davi's powerminer. I've made all the changes in the post to try and get the script working, but now it gives me this error in SimbaEx.simba: Error: Unknown declaration "init" at line 623. I've installed all the libraries required and have the latest plugins too. The associated code where the bug occurs is:
Code:{$loadlib prosocks} function PS_GetPage(Url: string): string; var S: SSLSocket; Res: ProMemoryStruct; begin S.init(); S.setURLFollow(true); S.setURL(URL); S.doGet(Res); MemMove(Res.Memory^, Result[1], Res.Size); S.free; end;


Reply With Quote







