Q&A
HOME
Tips & Tech
Q&A
Discuss
Download
자유게시판
홍보 / 광고
구인 / 구직
LOGIN
회원가입
컴포넌트 등록하는 방법...
알려주세요...컴포넌트 등록하는 방법..드록하려고 하는 것은...rx 컴포넌트 입니다.
1
COMMENTS
조대호
•
2000.11.25 01:32
초보 wrote:
> 알려주세요...컴포넌트 등록하는 방법..드록하려고 하는 것은...rx 컴포넌트 입니다.
Rxk Lib는 버젼에 따라 조금씩 다른데 최근에나온 RX Library 2.75를 delphi5에 등록하는방법으로 Delphi의 File -> Open -> Rx가 있는 폴더안에보면 Units라는 폴더가 있습니다 거기에서 RXCTL5.BPL, RXDB5.BPL, RXBDE5.BPL를 차래로 Compile합니다.
컴파일을 하고나면 BPL확장자가 기는데 이것을 Windows의system폴더에 복사한후
Delphi의 File -> Open 하여 DCLRXDB5.DPK, DCLRXBD5.DPK 파일을 Install합니다.
혹여 Install이 않될때는 Environment Options에 있는 Libraty Path와 Browsing Path에 있는 Rx Library Path를 확인하세요.
//참고로 Rx Library에 있는 Readme의 원문중 Delphi버젼별 Install관련 내용입니다 //
Installation
------------
Run RXINST.EXE.
Before installing RX Library components into Delphi, check out RX.INC
file located in RXUNITS subdirectory. This file is included in all RX
Library units and contains conditional defines that affects compilation.
You can change some of these defines or specify global compiler options
there.
1. Delphi 5.x:
Uninstall previous installed version of RX Library from Delphi 5 IDE.
Remove previously compiled RX packages (if any) RXCTL5.BPL, RXDB5.BPL,
RXBDE5.BPL, DCLRX5.BPL, DCLRXDB5.BPL and DCLRXBD5.BPL from your hard disk.
If you have Delphi 5 Professional or Standard Edition, deactivate the
conditional define {$DEFINE DCS} in the RX.INC file before compiling the
library.
Use "FileOpen..." menu item of Delphi IDE to open RX' runtime
package RXCTL5.DPK. In "Package..." window click "Compile" button to
compile packages RXCTL5.DPK. After compiling repeat that for other RX
Library run-time packages RXDB5.DPK, RXBDE5.DPK. Put compiled BPL files
into directory that is accessible through the search PATH (i.e. DOS
"PATH" environment variable; for example, in the WindowsSystem directory).
After compiling RX run-time packages you must install RX design-time
packages into the IDE.
Use "FileOpen..." menu item to open RX design-time package DCLRX5.DPK.
In "Package..." window click "Compile" button to compile the package
and then click "Install" button to register RX Library components on
the component palette. Repeat that for other RX Library design-time
packages DCLRXDB5.DPK and DCLRXBD5.DPK.
NOTE: do not save package sources in the Delphi IDE.
2. Delphi 4.x:
Uninstall previous installed version of RX Library from Delphi 4 IDE.
Remove previously compiled RX packages (if any) RXCTL4.BPL, RXDB4.BPL,
DCLRX4.BPL and DCLRXDB4.BPL from your hard disk.
If you have Delphi 4 Professional or Standard Edition, deactivate the
conditional define {$DEFINE DCS} in the RX.INC file before compiling the
library.
Use "FileOpen..." menu item of Delphi IDE to open RX' runtime
package RXCTL4.DPK. In "Package..." window click "Compile" button to
compile packages RXCTL4.DPK. After compiling repeat that for other RX
Library run-time package RXDB4.DPK. Put compiled BPL files into directory
that is accessible through the search PATH (i.e. DOS "PATH" environment
variable; for example, in the WindowsSystem directory). After
compiling RX run-time packages you must install RX design-time packages
into the IDE.
Use "FileOpen..." menu item to open consistently RX design-time
packages DCLRX4.DPK (MUST be first) and DCLRXDB4.DPK.
In "Package..." window click "Compile" button to compile the package
and then click "Install" button to register RX Library components on
the "RX Controls", "RX DBAware" and "RX Tools" pages.
NOTE: do not save package sources in the Delphi IDE.
3. C++Builder 4.x:
Uninstall previous installed version of RX Library from C++Builder IDE.
Remove previously compiled RX packages (if any) RXCTL4.BPL, RXDB4.BPL,
DCLRX4.BPL and DCLRXDB4.BPL from your hard disk.
Be sure that linker option "Use dynamic RTL" is unchecked.
Use "FileOpen..." menu item of C++Builder IDE to open RX' runtime
package RXCTL4.BPK. Then use "ProjectMake..." or "ProjectBuild..." menu
item to compile package RXCTL4.BPK. After compiling repeat that consistently
for each of the other RX Library packages (.BPK files) RXDB4.BPK,
DCLRX4.BPK and DCLRXDB4.BPK (be sure to keep the sequence mentioned).
For runtime packages (RXCTL4 and RXDB4) put compiled BPL files into
directory that is accessible through the search PATH (DOS envirounment
variable, not IDE search path; for example, in the WindowsSystem
directory). After compiling RX packages you must install RX design-time
packages into the C++Builder IDE.
Use "ComponentInstall packages..." menu item to open "Packages" dialog
box. Then click "Add..." button and locate DCLRX4.BPL from the
RXUNITS directory and click "OK" to install package into IDE. After
installing DCLRX4 package install DCLRXDB4.BPL package as above.
NOTE: do not save package sources in the C++Builder IDE.
4. Delphi 3.x:
Uninstall previous installed version of RX Library from Delphi 3 IDE.
Remove previously compiled RX packages RXCTL.DPL, RXDB.DPL, RXTOOLS.DPL,
DCLRXCTL.DPL, DCLRXDB.DPL and DCLRXTLS.DPL from your hard disk.
Use "FileOpen..." menu item of Delphi IDE to open consistently RX
run-time packages RXCTL.DPK (MUST be first), RXDB.DPK and RXTOOLS.DPK.
In "Package..." window click "Compile" button to compile RX Library
run-time packages. Put compiled DPL files into directory that is
accessible through the search PATH (i.e. DOS "PATH" environment
variable; for example, in the WindowsSystem directory). After
compiling RX run-time packages you must install RX design-time
packages into the IDE.
Use "FileOpen..." menu item to open consistently RX design-time
packages DCLRXCTL.DPK (MUST be first), DCLRXDB.DPK and DCLRXTLS.DPK.
In "Package..." window click "Install" button to register RX Library
components on the "RX Controls", "RX DBAware" and "RX Tools" pages
accordingly.
NOTE: do not save package sources in the Delphi IDE.
5. C++Builder 3.x:
Uninstall previous installed version of RX Library from C++Builder IDE.
Remove previously compiled RX packages (if any) RXCTL.BPL, RXDB.BPL,
DCLRXCTL.BPL and DCLRXDB.BPL from your hard disk.
Be sure that linker option "Use dynamic RTL" is unchecked.
Use "FileOpen..." menu item of C++Builder IDE to open RX' runtime
package RXCTL.BPK. Then use "ProjectMake..." or "ProjectBuild..." menu
item to compile package RXCTL.BPK. After compiling repeat that consistently
for each of the other RX Library packages (.BPK files) RXDB.BPK,
DCLRXCTL.BPK and DCLRXDB.BPK (be sure to keep the sequence mentioned).
For runtime packages (RXCTL and RXDB) put compiled BPL files into
directory that is accessible through the search PATH (DOS envirounment
variable, not IDE search path; for example, in the WindowsSystem
directory). After compiling RX packages you must install RX design-time
packages into the C++Builder IDE.
Use "ComponentInstall packages..." menu item to open "Packages" dialog
box. Then click "Add..." button and locate DCLRXCTL.BPL from the
RXUNITS directory and click "OK" to install package into IDE. After
installing DCLRXCTL package install DCLRXDB.BPL package as above.
NOTE: do not save package sources in the C++Builder IDE.
6. Delphi 2.x and C++ Builder 1.0:
Use the "Install..." item on Delphi's "Component" menu to add
the RxCtlReg.PAS, RxDBReg.PAS and RxTooReg.PAS units to the component
library. These units registers all RX Library components on the
"RX Controls", "RX DBAware" and "RX Tools" pages accordingly.
7. Delphi 1.x:
Use the "Install Components..." item on Delphi's Options menu to add
the RxCtlReg.PAS, RxDBReg.PAS and RxTooReg.PAS units to the component
library. These units registers all RX Library components on the
"RX Controls", "RX DBAware" and "RX Tools" pages accordingly.
8. Help files:
The help files (in Russian only) are distributed in separate
installation packages for each version of Delphi and C++Builder.
To install the help and keyword file into Delphi 1.0 and 2.0, follow
these steps:
Click on the HelpInst icon in the Delphi group in the Program Manager.
Select File|Open from the menu. Change directories so you are in
the DelphiBin directory, and select the Delphi.hdx file. Click
the OK button.
Select Keywords|Add Keyword File from the menu. Change directories
so you are in the directory where you stored the help files of the RX.
Select the RX.KWF (in Delphi 1.0) or RX32.KWF (in Delphi 2.0) file,
and click the OK button.
Select File|Save from the menu. This will recompile the Delphi.hdx
file. You can then close the Helpinst program. You will now be able to
jump to the help file for the RX Library by selecting the appropriate
property and hitting 'F1.'
Help file now available is only in Russian. This help requires Arial Cyr
and Courier New Cyr fonts (Windows code page 1251).
0
0
삭제
수정
댓글
(NOTICE) You must be
logged in
to comment on this post.
알고싶어요
2000.11.25 13:35
0
COMMENTS
/
0
LIKES
Telnet 프로그램으로 서버에 실행시킨 프로그램의 종료를 알려면?
이종택
2000.11.25 03:26
0
COMMENTS
/
0
LIKES
리스뷰에서 선택항목을 edit으로 보내는데.........
권형모
2000.11.25 03:08
0
COMMENTS
/
0
LIKES
불법복제방지 소프트웨어 만드는법.???
허접 델초보
2000.11.25 02:39
0
COMMENTS
/
0
LIKES
sql에 저장된 변수를 지정변수에 넣는법
이경문
2000.11.25 13:32
0
COMMENTS
/
0
LIKES
Re: while문을 도는 동안 ESC키가 입력되면 빠져나가도록 하려면?
한재성
•
2000.11.25 01:36
1
COMMENTS
/
0
LIKES
한대의 PC에서 2개 lan 카드를 이용하여 통신하는 방법
황광일
•
2000.11.25 01:58
먼저 정확한 Configuration 을 알아야 하겠네요... 한대의 컴터에 2개의 랜카드를 꽂는 것은 이중화 시...
원영준
2000.11.25 01:11
0
COMMENTS
/
0
LIKES
[Q]콘솔 어플리케이션의 icon을 변경할 수 있나요 ?
은철수
2000.11.25 00:59
0
COMMENTS
/
0
LIKES
TLabel 중 외곽선 폰트를 지원하는게 있나요?
돌이
2000.11.25 13:38
0
COMMENTS
/
0
LIKES
오라클 DB저장 속도 향상 시키기
won
•
2000.11.25 13:36
1
COMMENTS
/
0
LIKES
퀵레포트가 1개 레코드만 출력됩니다.
윤준호
•
2000.12.13 03:30
won wrote: > > QuickRep1의 > Qrtext의 Dataset='DM.Query1',Datafield='FLD1' > > 데이타모쥴 DM....
오병주
•
2000.11.25 00:43
4
COMMENTS
/
0
LIKES
특정화일을 지정한 프로그램으로 띠울수 있는방법좀 알려주세요
로비
•
2000.11.25 11:12
간단히 하면 ... ShellExecute(handle,'open',Pchar('aaa.txt'),'c:windowsnotepad.exe',NIL,SW_SHOW); ...
오병주
•
2000.11.25 17:26
로비 wrote: > 간단히 하면 ... > > ShellExecute(handle,'open',Pchar('aaa.txt'),'c:windowsnotepad....
로비
•
2000.11.25 20:34
ShellExecute(handle, 'open',Pchar('aaa.txt'),NIL,NIL,SW_SHOW); ====> 2번째 예제 에서는 특정한...
오병주
•
2000.11.27 17:15
로비 wrote: > ShellExecute(handle, 'open',Pchar('aaa.txt'),NIL,NIL,SW_SHOW); > ====> 2번째 ...
왕초보
•
2000.11.25 00:29
1
COMMENTS
/
0
LIKES
즐겨찾기 목록을 버튼클릭시 나오게 할수 있나엽?
Black}{ole
•
2000.11.25 02:20
안녕하세요. ^^ 네스케이프는 모르겠고,. 익스플로어 같은경운.. 팁란에 찾아보면 있습이다. 그럼..2000...
초보
•
2000.11.25 00:24
1
COMMENTS
/
0
LIKES
컴포넌트 등록하는 방법...
알려주세요...컴포넌트 등록하는 방법..드록하려고 하는 것은...rx 컴포넌트 입니다.
조대호
•
2000.11.25 01:32
초보 wrote: > 알려주세요...컴포넌트 등록하는 방법..드록하려고 하는 것은...rx 컴포넌트 입니다. Rx...
라인하르트
•
2000.11.25 00:24
1
COMMENTS
/
0
LIKES
[Setup] Delphi
저두처버
•
2000.11.25 01:43
씨디라면 잘못구운거네여. 씨디를 넣으면 자동으로 셋업화면이 떠야 하는거 아시죠? 원래 델파이는 root ...
비즈
•
2000.11.25 13:40
1
COMMENTS
/
0
LIKES
Registry에서 Key의 '(기본값)'에 값을 쓰고 싶습니다.
김일영
•
2000.11.25 13:43
안녕하세요. Q&A 게시판 관리 보조입니다. 글쎄 저한텐 결코 우습진 않은데요. 하여간 그렇게라도 웃을 수...
왕초보
2000.11.25 14:54
0
COMMENTS
/
0
LIKES
win2000/ME/98 에서 개발한 것을 하나로 묶었을 때 지장이 없나요?
오병주
•
2000.11.25 00:08
1
COMMENTS
/
0
LIKES
DBGrid에서 특정칼럼에 클릭해서 이밴트 발생 방법
뿌요
•
2000.12.23 20:25
오병주 wrote: > [질문] DBGrid에서 특정칼럼에 클릭해서 이밴트 발생 방법 > > 말그대로 입니다 > D...
처음처럼
2000.11.25 00:05
0
COMMENTS
/
0
LIKES
treeview에서 위치 선정
pallas
•
2000.11.25 14:56
1
COMMENTS
/
0
LIKES
record 타입의 변수를 전역변수로 선언하는 방법은?
김일영
•
2000.11.25 15:01
안녕하세요. 이 문제에 대해 답변이 아닌데도 이렇게 글을 달았습니다. 왜냐하면 올려주신 내용만으로는 ...
유레카
2000.11.24 23:59
0
COMMENTS
/
0
LIKES
QREPORT 왼쪽만 출력(B4지정시 A4로 출력)...
초보
2000/11/25 00:24
Views
838
Likes
0
Comments
1
Reports
0
Tag List
수정
삭제
목록으로
한델 로그인 하기
로그인 상태 유지
아직 회원이 아니세요? 가입하세요!
암호를 잊어버리셨나요?
> 알려주세요...컴포넌트 등록하는 방법..드록하려고 하는 것은...rx 컴포넌트 입니다.
Rxk Lib는 버젼에 따라 조금씩 다른데 최근에나온 RX Library 2.75를 delphi5에 등록하는방법으로 Delphi의 File -> Open -> Rx가 있는 폴더안에보면 Units라는 폴더가 있습니다 거기에서 RXCTL5.BPL, RXDB5.BPL, RXBDE5.BPL를 차래로 Compile합니다.
컴파일을 하고나면 BPL확장자가 기는데 이것을 Windows의system폴더에 복사한후
Delphi의 File -> Open 하여 DCLRXDB5.DPK, DCLRXBD5.DPK 파일을 Install합니다.
혹여 Install이 않될때는 Environment Options에 있는 Libraty Path와 Browsing Path에 있는 Rx Library Path를 확인하세요.
//참고로 Rx Library에 있는 Readme의 원문중 Delphi버젼별 Install관련 내용입니다 //
Installation
------------
Run RXINST.EXE.
Before installing RX Library components into Delphi, check out RX.INC
file located in RXUNITS subdirectory. This file is included in all RX
Library units and contains conditional defines that affects compilation.
You can change some of these defines or specify global compiler options
there.
1. Delphi 5.x:
Uninstall previous installed version of RX Library from Delphi 5 IDE.
Remove previously compiled RX packages (if any) RXCTL5.BPL, RXDB5.BPL,
RXBDE5.BPL, DCLRX5.BPL, DCLRXDB5.BPL and DCLRXBD5.BPL from your hard disk.
If you have Delphi 5 Professional or Standard Edition, deactivate the
conditional define {$DEFINE DCS} in the RX.INC file before compiling the
library.
Use "FileOpen..." menu item of Delphi IDE to open RX' runtime
package RXCTL5.DPK. In "Package..." window click "Compile" button to
compile packages RXCTL5.DPK. After compiling repeat that for other RX
Library run-time packages RXDB5.DPK, RXBDE5.DPK. Put compiled BPL files
into directory that is accessible through the search PATH (i.e. DOS
"PATH" environment variable; for example, in the WindowsSystem directory).
After compiling RX run-time packages you must install RX design-time
packages into the IDE.
Use "FileOpen..." menu item to open RX design-time package DCLRX5.DPK.
In "Package..." window click "Compile" button to compile the package
and then click "Install" button to register RX Library components on
the component palette. Repeat that for other RX Library design-time
packages DCLRXDB5.DPK and DCLRXBD5.DPK.
NOTE: do not save package sources in the Delphi IDE.
2. Delphi 4.x:
Uninstall previous installed version of RX Library from Delphi 4 IDE.
Remove previously compiled RX packages (if any) RXCTL4.BPL, RXDB4.BPL,
DCLRX4.BPL and DCLRXDB4.BPL from your hard disk.
If you have Delphi 4 Professional or Standard Edition, deactivate the
conditional define {$DEFINE DCS} in the RX.INC file before compiling the
library.
Use "FileOpen..." menu item of Delphi IDE to open RX' runtime
package RXCTL4.DPK. In "Package..." window click "Compile" button to
compile packages RXCTL4.DPK. After compiling repeat that for other RX
Library run-time package RXDB4.DPK. Put compiled BPL files into directory
that is accessible through the search PATH (i.e. DOS "PATH" environment
variable; for example, in the WindowsSystem directory). After
compiling RX run-time packages you must install RX design-time packages
into the IDE.
Use "FileOpen..." menu item to open consistently RX design-time
packages DCLRX4.DPK (MUST be first) and DCLRXDB4.DPK.
In "Package..." window click "Compile" button to compile the package
and then click "Install" button to register RX Library components on
the "RX Controls", "RX DBAware" and "RX Tools" pages.
NOTE: do not save package sources in the Delphi IDE.
3. C++Builder 4.x:
Uninstall previous installed version of RX Library from C++Builder IDE.
Remove previously compiled RX packages (if any) RXCTL4.BPL, RXDB4.BPL,
DCLRX4.BPL and DCLRXDB4.BPL from your hard disk.
Be sure that linker option "Use dynamic RTL" is unchecked.
Use "FileOpen..." menu item of C++Builder IDE to open RX' runtime
package RXCTL4.BPK. Then use "ProjectMake..." or "ProjectBuild..." menu
item to compile package RXCTL4.BPK. After compiling repeat that consistently
for each of the other RX Library packages (.BPK files) RXDB4.BPK,
DCLRX4.BPK and DCLRXDB4.BPK (be sure to keep the sequence mentioned).
For runtime packages (RXCTL4 and RXDB4) put compiled BPL files into
directory that is accessible through the search PATH (DOS envirounment
variable, not IDE search path; for example, in the WindowsSystem
directory). After compiling RX packages you must install RX design-time
packages into the C++Builder IDE.
Use "ComponentInstall packages..." menu item to open "Packages" dialog
box. Then click "Add..." button and locate DCLRX4.BPL from the
RXUNITS directory and click "OK" to install package into IDE. After
installing DCLRX4 package install DCLRXDB4.BPL package as above.
NOTE: do not save package sources in the C++Builder IDE.
4. Delphi 3.x:
Uninstall previous installed version of RX Library from Delphi 3 IDE.
Remove previously compiled RX packages RXCTL.DPL, RXDB.DPL, RXTOOLS.DPL,
DCLRXCTL.DPL, DCLRXDB.DPL and DCLRXTLS.DPL from your hard disk.
Use "FileOpen..." menu item of Delphi IDE to open consistently RX
run-time packages RXCTL.DPK (MUST be first), RXDB.DPK and RXTOOLS.DPK.
In "Package..." window click "Compile" button to compile RX Library
run-time packages. Put compiled DPL files into directory that is
accessible through the search PATH (i.e. DOS "PATH" environment
variable; for example, in the WindowsSystem directory). After
compiling RX run-time packages you must install RX design-time
packages into the IDE.
Use "FileOpen..." menu item to open consistently RX design-time
packages DCLRXCTL.DPK (MUST be first), DCLRXDB.DPK and DCLRXTLS.DPK.
In "Package..." window click "Install" button to register RX Library
components on the "RX Controls", "RX DBAware" and "RX Tools" pages
accordingly.
NOTE: do not save package sources in the Delphi IDE.
5. C++Builder 3.x:
Uninstall previous installed version of RX Library from C++Builder IDE.
Remove previously compiled RX packages (if any) RXCTL.BPL, RXDB.BPL,
DCLRXCTL.BPL and DCLRXDB.BPL from your hard disk.
Be sure that linker option "Use dynamic RTL" is unchecked.
Use "FileOpen..." menu item of C++Builder IDE to open RX' runtime
package RXCTL.BPK. Then use "ProjectMake..." or "ProjectBuild..." menu
item to compile package RXCTL.BPK. After compiling repeat that consistently
for each of the other RX Library packages (.BPK files) RXDB.BPK,
DCLRXCTL.BPK and DCLRXDB.BPK (be sure to keep the sequence mentioned).
For runtime packages (RXCTL and RXDB) put compiled BPL files into
directory that is accessible through the search PATH (DOS envirounment
variable, not IDE search path; for example, in the WindowsSystem
directory). After compiling RX packages you must install RX design-time
packages into the C++Builder IDE.
Use "ComponentInstall packages..." menu item to open "Packages" dialog
box. Then click "Add..." button and locate DCLRXCTL.BPL from the
RXUNITS directory and click "OK" to install package into IDE. After
installing DCLRXCTL package install DCLRXDB.BPL package as above.
NOTE: do not save package sources in the C++Builder IDE.
6. Delphi 2.x and C++ Builder 1.0:
Use the "Install..." item on Delphi's "Component" menu to add
the RxCtlReg.PAS, RxDBReg.PAS and RxTooReg.PAS units to the component
library. These units registers all RX Library components on the
"RX Controls", "RX DBAware" and "RX Tools" pages accordingly.
7. Delphi 1.x:
Use the "Install Components..." item on Delphi's Options menu to add
the RxCtlReg.PAS, RxDBReg.PAS and RxTooReg.PAS units to the component
library. These units registers all RX Library components on the
"RX Controls", "RX DBAware" and "RX Tools" pages accordingly.
8. Help files:
The help files (in Russian only) are distributed in separate
installation packages for each version of Delphi and C++Builder.
To install the help and keyword file into Delphi 1.0 and 2.0, follow
these steps:
Click on the HelpInst icon in the Delphi group in the Program Manager.
Select File|Open from the menu. Change directories so you are in
the DelphiBin directory, and select the Delphi.hdx file. Click
the OK button.
Select Keywords|Add Keyword File from the menu. Change directories
so you are in the directory where you stored the help files of the RX.
Select the RX.KWF (in Delphi 1.0) or RX32.KWF (in Delphi 2.0) file,
and click the OK button.
Select File|Save from the menu. This will recompile the Delphi.hdx
file. You can then close the Helpinst program. You will now be able to
jump to the help file for the RX Library by selecting the appropriate
property and hitting 'F1.'
Help file now available is only in Russian. This help requires Arial Cyr
and Courier New Cyr fonts (Windows code page 1251).