Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: How to make use of C++ compiler with External Tool #5815
    bb21
    Member

    The problem has been solved. Thank you for your help!

    in reply to: How to make use of C++ compiler with External Tool #5811
    bb21
    Member

    Yutaka wrote:
    I don’t know about Borland compiler, but if you just want to run:

    C:BorlandBCC55Binbcc32.exe filename

    then, you would specify:

    Command: C:BorlandBCC55Binbcc32.exe
    Arguments: $(Path)
    Initial Directory: $(Dir)
    Icon Path: C:BorlandBCC55Binbcc32.exe (or anything you want)
    Check Save File
    Check Use OutputBar

    Please let me know if you have further questions.

    Thank for your help! It work if the .cpp file is saved and the location is in my C: drive.

    However, if I saved the file at the desktop. The output message will show that:

    Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
    Error E2194: Could not find file ‘C:Documents.cpp’
    Error E2194: Could not find file ‘and.cpp’
    Error E2194: Could not find file ‘SettingsAdministratorDesktop1.cpp’

    Why this problem occurred? And how can I solve this problem whatever the file in any location?

    In addition, how can I set a shortcut key for this action.

    Thank you very much!

Viewing 2 posts - 1 through 2 (of 2 total)