IdHTTP1->Post
[C++ Error] Unit1.cpp(518): E2285 Could not find a match for 'TIdHTTP::Post(char *,TStringList *)'
Вот код:
ps = new TStringList;
ps->Add("email=asty@mail.ru");
ps->Add("pass=testpass");
Memo1->Text = IdHTTP1->Post("http://vkontakte.ru/login.php",ps);
ps->Clear();
Вот ссылка на IdHTTP1->Post:
void __fastcall Post(AnsiString URL, const Classes::TStrings* Source, const Classes::TStream* AResponseContent)
void __fastcall Post(AnsiString URL, const Classes::TStream* Source, const Classes::TStream* AResponseContent)
Цитата: AsTy
Подскажите пожалуйста что значит данная ошибка и как привести к рабочему виду
[C++ Error] Unit1.cpp(518): E2285 Could not find a match for 'TIdHTTP::Post(char *,TStringList *)'
[C++ Error] Unit1.cpp(518): E2285 Could not find a match for 'TIdHTTP::Post(char *,TStringList *)'
Кликни на ошибке и нажми F1.
Цитата: AsTy
и как привести к рабочему виду
В вызове IdHTTP1->Post не хватает третьего параметра.