Compile C/C++ from EditPlus3.0

Discussion in 'C++' started by arunpatil884, Sep 20, 2008.

  1. arunpatil884

    arunpatil884 New Member

    Joined:
    Sep 19, 2008
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hello friends,
    I am new to this community and i m facing problem while compiling/executing a c/c++
    program from EditPlus3.0.I have made following settings in it

    Menu text: Turbo C
    Command: c:\tc\tcc.exe
    Argument: -Ic:\tc\include -Lc:\tc\lib -n$(FileDir) $(FilePath)
    Initial directory: c:\tc
    Capture output: ON

    but it still not showing the output!!
    Can any1 help me :)
     
  2. xpi0t0s

    xpi0t0s Mentor

    Joined:
    Aug 6, 2004
    Messages:
    3,009
    Likes Received:
    203
    Trophy Points:
    63
    Occupation:
    Senior Support Engineer
    Location:
    England
    You might be better seeking help on the EditPlus forum (if there is one) or their support. There'll be more people there who know how to setup EditPlus for programming than there will be people here who know EditPlus.
     
  3. ahamed101

    ahamed101 New Member

    Joined:
    Sep 27, 2008
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    0
    Hi Arun,

    Setting Capture output : ON will not run the program which you have compiled. I hope your program is getting compiled. You will have to run the exe from the folder where your source file exists. Capture Output means, it will compile the src and show you the result within the edit plus window rather than poping out a command prompt window. Try the difference with this setting off. By the way, you can use Eclipse CDT (C/C++), it has got an excellent GUI and more feautes. You can download it from www.eclipse.org

    Regards,
    Ahamed.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice