C++Builder Programming Forum
C++Builder  |  Delphi  |  FireMonkey  |  C/C++  |  Free Pascal  |  Firebird
볼랜드포럼 BorlandForum
 경고! 게시물 작성자의 사전 허락없는 메일주소 추출행위 절대 금지
C++빌더 포럼
Q & A
FAQ
팁&트릭
강좌/문서
자료실
컴포넌트/라이브러리
메신저 프로젝트
볼랜드포럼 홈
헤드라인 뉴스
IT 뉴스
공지사항
자유게시판
해피 브레이크
공동 프로젝트
구인/구직
회원 장터
건의사항
운영진 게시판
회원 메뉴
북마크
볼랜드포럼 광고 모집

C++빌더 Q&A
C++Builder Programming Q&A
[65556] XE2 용 Graphics32 설치하는데 에러가..
용맨소녀 [doyongid] 2006 읽음    2011-11-23 12:12
GR_32_Filters에서
[DCC Error] GR32_Filters.pas(208): E2250 There is no overloaded version of 'Offset' that can be called with these arguments
[DCC Error] GR32_Filters.pas(210): E2250 There is no overloaded version of 'Offset' that can be called with these arguments

이런 에러가 뜹니다.

PBSrc := Pointer(SrcRow);
Inc(PBSrc, Offset); // shift the pointer to the given component of the first pixel
PBDst := Pointer(DstRow);
Inc(PBDst, Offset);

Inc() 에서 위의 에러가 뜨는데요.. Inc 라인을 지우고 컴파일하면 아래의 에러가 129개 뜹니다.

[DCC Error] GR32_Resamplers.pas(857): E2251 Ambiguous overloaded call to 'IntersectRect'
  System.Types.pas(2549): Related method: function IntersectRect(out TRect; const TRect; const TRect): Boolean;
  GR32.pas(1): Related method: function IntersectRect(out TRect; const TRect; const TRect): Boolean;
[DCC Error] GR32_Resamplers.pas(857): E2010 Incompatible types: 'Boolean' and 'TRect'

해결책이 없을까요? XE2용으로 수정된거 받아서 설치했는데, 그렇네요..

+ -

관련 글 리스트
65556 XE2 용 Graphics32 설치하는데 에러가.. 용맨소녀 2006 2011/11/23
Google
Copyright © 1999-2015, borlandforum.com. All right reserved.