#5807
Yutaka Emura
Keymaster

bb21 wrote:
Hello, everybody. I am the first time to use this useful software.
I am trying to compile .cpp file directly in Emeditor. However, I find it diffcult to setting in External Tool.

Suppose I installed the C++ Compiler in the directory
C:BorlandBCC55Binbcc32.exe

Could anyone explain how to setting in External Tool in detail? Thank you very much!

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.