|
Danke.. 님이 쓰신 글 :
: 김백일 님이 쓰신 글 :
: : 제어판-시스템-고급-환경변수
: : 로 들어가셔서 PATH에 BCC 설치 폴더를 추가하시고,
: : 로그오프 혹은 재부팅해보세요.
:
:
:
: 감사합니다.... 근데여...
: 얼마전에 볼렌드버전파이부를 깔았었는데...
: 숙제하면서 컴파일하니깐...
: 1.cpp 1k
: 1.exe 56k
: 1.ilc 128k
: 1.ild 64k
: 1.ilf 448k
: 1.ils 576k
: 1.obj 2k
: 1.tds 128k
:
: 이런것들이 나오더라구여...뭔지도 모르구... 용량만 크구...
: 근데... 오널... 여기서받은 볼렌드오첨오를깔구...
: 에디트플러스로 컴파일해보니깐...
: 0.cpp 1k
: 0.exe 65k
: 0.obj 1k
: 0.tds 384k
:
: 이렇게 되네여...
: 왜 용량이 이케 커지는건지여....
: 먼지알아야.. 지우든 쓰든 할텐데...
: 씨도...볼렌드도... 어려버여..
: 프로그램보다 도구자체를 더 모르는....
: 힘든 초보의 맘 다 아시져???
: 자세한 설명... 미리 감사합니다......
음... 아래는 빌더 헬프에 나오는 겁니다.
BC++ 5.5 헬프에도 나오는 지는 모르겠군요.
아래 확장자의 몇 개는 BC++ 5.5에서는 없는 걸 겁니다.
-----------------------------------------------------------------------------------------
C++Builder generates other files in conjunction with maintaining and compiling your project, most of which you never need to consider. However, you should not delete these files. These include the following:
File Extension Description
~??? Indicates most recent backup of the default Project Options file. So, for example, if you save a DEFAULT.BPR and want to return to your most recent default state, copy DEFAULT.~BPR to DEFAULT.BPR.
#nn Precompiled header external type OBJs (command-line option -He, which is ON by default when -H is ON ). If you don't specify your own precompiled header, the default is used ( ..\LIB\VCL50.#nn ). (You can delete these to be sure that the compiler regenerates these files.)
BPF Project file created to support IDE compilation of .c or .cpp files that have their own main, WinMain or DllEntryPoint function. With no project open, open a self-contained C or C++ program; C++Builder automatically creates a project for you and stores the information in a BPF file. See Creating independent C or C++ programs for more information.
DEFAULT.BPR Default Project Options file. Created the first time you go to the Options dialog and click OK with the Default checkbox checked. Deleting this file returns the IDE to default settings for all new projects. Delete this file if you find that all new applications are picking up settings, flags, or options that you do not really want.
DEFAULT.BPK Default Project Options file for package projects. Created the first time you go to the Options dialog with a package project open and click OK with the default checkbox is clicked ON. Deleting this file returns the IDE to default settings for all new package projects. Delete this file if you find that new packages are picking up settings, flags, or options that you do not really want.
CSM Precompiled header file (command-line option -H). If you don't specify your own precompiled header, the default is used ( ..\LIB\VCL50.CSM ). (You can delete these to be sure that the compiler regenerates these files.)
DCI Holds Code Insight changes you make in the IDE.
DCT Holds component template changes you make in the IDE.
DMT Holds changes you make to menu templates in the IDE (may cause a "Stream Read Error" if corrupt; deleting it will lose your changes to menu templates but resolve the error).
DRO Holds changes when items are added to the repository. Can be deleted but your additions to the repository will lost. Can be restored to default by copying the default ..\bin\bcb.dro from the product CD.
DSK Desktop settings. Saves the current state of the desktop, such as which windows are open, and in what positions. Used when Tools|Environment Options|Preferences Autosave Desktop is checked. Depending on where you뭨e working, you뭠l save desktop settings for the project (Project.dsk), project group (Group.dsk), or IDE (..\bin\bcb.dsk). Delete these if you do not want to save the desktop settings.
IL? Used by the incremental linker when "Generate and use incremental state files" is ON. (You can delete these files to make sure that the linker regenerates them.)
RES Contains the version info resource (if required) and the application뭩 main icon. This file may also contain other resources used within the application but these are preserved as is. Do not delete this file if your application contains any references to it.
TDS Holds the external debug symbol table.
TODO To-do list file. Includes the current to-do list for the project. It has the same name as the project file, but with the extension .TODO.
|