TStringList *slQuery = new TStringList();
slQuery->Add("action=meta");
TMemoryStream *msResponse = new TMemoryStream();
http->Request->ContentType = "application/x-www-form-urlencoded";
http->Post(" http://127.0.0.1/meta.php", slQuery, msResponse);
ShowMessage(PChar(msResponse));
delete slQuery;
delete msResponse;
인디 버전은 9.0.17이구요...빌더 버전은 6입니다.
자꾸 아래와 같은 링커 에러가 뜨네요...
혹시나 해서 볼랜드빌더 전부 지우고 다시 설치 하구 indy9도 다시 설치 해 보았습니다만 마찬가지인데 대체 어떻게 해결해야 할까요...ㅠㅠ
[Linker Error] Unresolved external '__fastcall Idhttp::TIdHTTP::Post(System::AnsiString, const Classes::TStrings *, const Classes::TStream *)' referenced from D:\KHK_WORK\SOURCES\BORLAND\WEB_POST_BY_IDHTTP\UNIT1.OBJ
|