UltraEditt 에서 컴파일러 연결하기
 
Borland C를 설치한다. 현재 C:\Borlandc 가 설치되어 있습니다.
 
(XP / 2000 이상 기준)
 
[내 컴퓨터 - 속성 - 고급 - 환경변수 - path - 편집- c:\borlandc\bin\; 을 추가]
 
사용자 삽입 이미지
 
 
컴퓨터를 재시작 한 후 UltraEdit 의 고급으로 갑니다.
 
고급 - 도구 설정을 누른 후 다음과 같이 적습니다.
 
 
[컴파일 설정]
 
명령 : c:\borlandc\bin\bcc.exe %F
 
작업 디렉토리 : %P
 
메뉴 이름 : C Compile
 
Dos 창 보이기 선택
 
오른쪽 메뉴의 삽입을 누르면 됩니다.
 
 
[실행 파일 설정]
 
명령 : %N.exe
 
작업 디렉토리 : %P
 
메뉴 이름 : C Execute
 
Dos 창 보기 선택
 
결과를 목록 상자로 선택
 
 
 

사용자 삽입 이미지

 

 

 

EditPlus에서 컴파일러 연결하기

 

사용자 삽입 이미지

 

[컴파일 설정]

 

Menu text : bcc 5.5 compiler

 

Command : c:\bcc55\bin\bcc32.exe

 

Argument : -Ic:\bcc55\include -Lc:\bcc55\lib $(FileName)

 

Initial directory : $(FileDir)

 

Capture output 체크박스 선택

 

 

[실행 파일 설정]

 

 

Menu text :execution

 

Command : command.com

 

Argument : /c $(FileNameNoExt)

 

Initial directory : $(FileDir)

 

Capture output 체크박스 선택

 


Posted by 영웅기삼
,