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

C++빌더 Q&A
C++Builder Programming Q&A
[51143] Turbo C++ 에서 TOpenDialog 사용시....
안명호.ASURADA [asurada] 1272 읽음    2007-11-02 16:44
우여곡절 끝에 Turbo C++ 을 설치하였습니다.

그런데 폼 위에 OpenDialog 와 Button 을 올리고

Button 클릭시 다음과 같이 OpenDialog 를 호출하였는데

    dlgOpen->InitialDir = ExtractFilePath(Application->ExeName);

    if (dlgOpen->Execute())
    {
    }

버튼만 클릭하면 아래와 같은 디버그 메세지를 엄청 뿌려댑니다.

메세지를 너무 많이 뿌려대서 아무런 작업도 못하네요.. ㅡㅡ

메세지를 뿌리지 않게 하는 방법이 없나요?

Debug Output: 0692:Begin CShellExt::IsMemberOf  Process BMAnalyzer.exe (2460)
Debug Output: 0692:  Begin CheckLanguage  Process BMAnalyzer.exe (2460)
Debug Output: 0692:  End CheckLanguage, 15ms  Process BMAnalyzer.exe (2460)
Debug Output: 0692:  IsMemberOf(E:\My Document\Favorites)  Process BMAnalyzer.exe (2460)
Debug Output: 0692:  Search cache for E:\My Document\Favorites  Process BMAnalyzer.exe (2460)
Debug Output: 0692:  Create new entry  Process BMAnalyzer.exe (2460)
Debug Output: 0692:  Get data uncached  Process BMAnalyzer.exe (2460)
Debug Output: 0692:  Begin CVSStatus::IsDisabledPath  Process BMAnalyzer.exe (2460)
Debug Output: 0692:    Begin IsRemovableDrivePath  Process BMAnalyzer.exe (2460)
Debug Output: 0692:      GetDriveType(E:\): 3  Process BMAnalyzer.exe (2460)
Debug Output: 0692:    End IsRemovableDrivePath, 31ms  Process BMAnalyzer.exe (2460)
Debug Output: 0692:  End CVSStatus::IsDisabledPath, 78ms  Process BMAnalyzer.exe (2460)
Debug Output: 0692:  Begin CVSStatus::GetFileStatusRecursive  Process BMAnalyzer.exe (2460)
Debug Output: 0692:    Begin CVSStatus::GetFileStatusRecursiveUncached  Process BMAnalyzer.exe (2460)
Debug Output: 0692:      Begin CVSStatus::GetFileStatus  Process BMAnalyzer.exe (2460)
Debug Output: 0692:        E:\My Document\Favorites  Process BMAnalyzer.exe (2460)
Debug Output: 0692:        Begin CVSStatus::IsOuterDirectory  Process BMAnalyzer.exe (2460)
Debug Output: 0692:          Begin CVSDirectoryHere  Process BMAnalyzer.exe (2460)
Debug Output: 0692:            Checking E:\My Document\Favorites  Process BMAnalyzer.exe (2460)
Debug Output: 0692:          End CVSDirectoryHere, 32ms  Process BMAnalyzer.exe (2460)
Debug Output: 0692:        End CVSStatus::IsOuterDirectory, 62ms  Process BMAnalyzer.exe (2460)
Debug Output: 0692:        Initialize CSHelper  Process BMAnalyzer.exe (2460)
Debug Output: 0692:        Before GetEntnodeData  Process BMAnalyzer.exe (2460)
Debug Output: 0692:        Begin CVSStatus::GetEntnodeData  Process BMAnalyzer.exe (2460)
Debug Output: 0692:          Looking for E:\My Document\Favorites  Process BMAnalyzer.exe (2460)
Debug Output: 0692:          Begin CVSStatus::GetEntnodeDirData  Process BMAnalyzer.exe (2460)
Debug Output: 0692:            Begin CVSDirectoryHere  Process BMAnalyzer.exe (2460)
Debug Output: 0692:              Checking E:\My Document  Process BMAnalyzer.exe (2460)
Debug Output: 0692:            End CVSDirectoryHere, 47ms  Process BMAnalyzer.exe (2460)
Debug Output: 0692:          End CVSStatus::GetEntnodeDirData, 78ms  Process BMAnalyzer.exe (2460)
Debug Output: 0692:        End CVSStatus::GetEntnodeData, 125ms  Process BMAnalyzer.exe (2460)
Debug Output: 0692:        Before GetFileStatus  Process BMAnalyzer.exe (2460)
Debug Output: 0692:        Begin CVSStatus::GetFileStatus  Process BMAnalyzer.exe (2460)
Debug Output: 0692:          Data empty  Process BMAnalyzer.exe (2460)
Debug Output: 0692:        End CVSStatus::GetFileStatus, 31ms  Process BMAnalyzer.exe (2460)
Debug Output: 0692:      End CVSStatus::GetFileStatus, 359ms  Process BMAnalyzer.exe (2460)
Debug Output: 0692:      Overlay status: 1  Process BMAnalyzer.exe (2460)
Debug Output: 0692:      Status: 0  Process BMAnalyzer.exe (2460)
Debug Output: 0692:    End CVSStatus::GetFileStatusRecursiveUncached, 422ms  Process BMAnalyzer.exe (2460)
Debug Output: 0692:  End CVSStatus::GetFileStatusRecursive, 453ms  Process BMAnalyzer.exe (2460)
Debug Output: 0692:  FileStatus(E:\My Document\Favorites): 0  Process BMAnalyzer.exe (2460)
Debug Output: 0692:End CShellExt::IsMemberOf, 719ms  Process BMAnalyzer.exe (2460)

+ -

관련 글 리스트
51143 Turbo C++ 에서 TOpenDialog 사용시.... 안명호.ASURADA 1272 2007/11/02
Google
Copyright © 1999-2015, borlandforum.com. All right reserved.