C++ Builder/DevExpress

devexpress 설치(Rad 10.3.3 버전)

딸기우유중독 2020. 1. 20. 16:17

Dev설치할때 Rad 설치 폴더에 복사후 설치해야 에러없음.

 

설치경로 ex) C:\Program Files (x86)\Embarcadero\Studio\20.0\DevExpressVCL19.1.2

 

 

DxAutoInstaller.exe 실행

설치파일폴더 선택 ex) C:\Program Files (x86)\Embarcadero\Studio\20.0\DevExpressVCL19.1.2

 

The location where the DX Designtime Loader is looking for the skin packages has changed again !

 

For Delphi DX10.3 Rio now all skin packages (=dxSkin*.bpl) must be located in

Code:

<installdir>\Library\RS26\Win32\bpl

otherwise they are not displayed in the "Project Skin Options Editor" inside Rad Studio IDE.

 

Simply copy them

from: <installdir>\Library\RS26

to: <installdir>\Library\RS26\Win32\bpl

// 설치한 devExpress폴더의 \Library\RS26 폴더안의 파일들을 Win32\bpl 폴더를 만들어서 이동시키기.

 

tools -> options -> Language -> Paths and Directories

 

Target (32/64bit 별로)

 

System include path : DevExpress 라이브러리 폴더 추가 ex)  <installdir>\Library\RS26\Win32\bpl 

Library path :  DevExpress 라이브러리 폴더 추가 ex) <installdir>\Library\RS26\Win32\bpl 

 

Avast 등 보안프로그램 깔려있는경우

rad 프로젝트파일 경로 예외항목 추가.

 

728x90