Пишу примерно также, но с проверкой есть или нет файл и ничего не грузит....
CODE:char text[9999999];
string path="C:\qwerty.bmp"; // êóäà ñîõðàíèòü êàðòèíêó
int count_byte=sendgetweb(#text[0], "Mozilla/4.0 (compatible; MSIE 6.0b; Windows NT 5.0; .NET CLR 1.0.2914)", "GET", "https:/^/static.wixstatic.com", "media/9ebce3_454d516013e04f598896f160b70f2f16~mv2.png");
if (fopen(path, "r"))
{
fclose();
}
else
{
if(count_byte>0)
{
if(fopen(path, "wb"))
{
fwriteb(#text[0], count_byte);
fclose();
start(path);
}
}
}
В чем ошибка?
sendgetweb возвращает (-1) почему-то....
CODE:char text[9999999];
string path="C:\qwerty.jpg"; // куда сохранить картинку
int count_byte=sendgetweb(#text[0], "Mozilla", "GET", "https:/^/kibor-bot.com", "imagesop/kibor_en.jpg");
if(count_byte>0)
{
if(fopen(path, "wb"))
{
fwriteb(#text[0], count_byte);
fclose();
start(path);
}
}
тут тоже sendgetweb возвращает (-1)
из отладчика CODE:string path = " C:\qwerty.jpg "
int count_byte = sendgetweb ( # text'Н' [ 0 ] , " Mozilla " , " GET " , " https://kibor-bot.com " , " imagesop/kibor_en.jpg " )
if ( count_byte'-1' > 0 )
string path = " C:\qwerty.jpg "
int count_byte = sendgetweb ( # text'Н' [ 0 ] , " Mozilla " , " GET " , " https://kibor-bot.com " , " imagesop/kibor_en.jpg " )
if ( count_byte'-1' > 0 ) (Отредактировано автором: 08 Сентября, 2020 - 18:23:57) |