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

컴포넌트/라이브러리
Delphi/C++Builder Programming Components&Libraries
[445] Graphics32 1.8.1
이정구 [appleii] 13686 읽음    2006-03-05 15:03

Graphics32 1.8 의 버그픽스 버전입니다.

1.8 버전의 문제였던 GR32_Dsgn_Bitmap.dfm 문제가 해결되었습니다.

그런데... 아직도 버그가 있습니다.

C++ Builder에서 설치시에 문제점이 있습니다.

컴파일러 지시자에서 문제점이 있는데, 함수하나가 중복되어 있습니다.

[Pascal Error] GR32_Dsgn_Misc.pas(128): Identifier redeclared:
'TCustomClassProperty.GetClassList'

해당부분을 삭제하면 설치됩니다.

GR_32_Dsgn_Misc.pas 에서
-----------------------------
{$IFDEF BCB}
class function TCustomClassProperty.GetClassList: TClassList;
begin
  Result := nil;
end;


....

{$ENDIF}

 

굵게 표시한 부분을 삭제하세요.

버그가 몇 개 더 있는것 같은데, 아마도 1.8.2 버전이 나와야 해결될것 같습니다.

기타 버그픽스는 다음과 같습니다.


-----------------------------------------------------------------------

Bugfixes
--------

- Reintroduced property editor features for all Delphi versions after D5.

GR32:
- Fixed problem in method TBitmap32.DrawTo(HDC, DstRect, SrcRect).
- Fixed a compilation problem when CHANGED_IN_PIXELS define was enabled.
- Fixes for several SF-reported bugs:
   * [ 1404989 ] SET_TS256/LineXS with CombineMode = cmMerge -> wrong output
   * [ 1403949 ] Line BUG
   * [ 1398880 ] Incorrect boundary test in TBitmap32.GET_TS256
   * [ 1369894 ] Bug in Roll method

GR32_Containers:
- Fixed GetPropList issue on D5

GR32_Images:
- Fixed SF-reported bug [ 1412953 ] TImgView32 holes
   (repaint problems in design-time).

GR32_Layers:
- Removed mbLeft MouseDown filter.
- TCustomLayer.Changed obeys UpdateCount.

GR32_LowLevel:
- ASM version of simple Clamp added.

GR32_MicroTiles:
- Fixed bug in Reset method where the buffer wasn't completely invalidated.
- Enhanced debug draw
- Additional inlining support

GR32_Transforms:
- Fixed SF-reported bug [ 1409711 ]
TAffineTransformation.GetTransformedBounds ignores ASrcRect
- Various CLX compilation fixes


+ -

관련 글 리스트
445 Graphics32 1.8.1 이정구 13686 2006/03/05
Google
Copyright © 1999-2015, borlandforum.com. All right reserved.