Computing.Net > Forums > Programming > how to compile C program in edit pl

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

how to compile C program in edit pl

Reply to Message Icon

Name: blue_gene
Date: December 27, 2003 at 05:12:35 Pacific
OS: xp
CPU/Ram: 128
Comment:

hi i am not able to compile my C/C++ program in edit plus.
i use turbo c compiler. usually i run my program in DOS mode.

but today, i downloaded editplus and set the compilers path according to editplus manual but still its not compiling and running.

http://www.editplus.com/faq.html#java

in this link i found how to set the path .it was written

----------------------


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

----------------------

so i changed only C:\ to D:\ . bcoz my TC compiler is in D:\
rest of the thing i have kept same.

so i wrote in my setting...

Menu text: TC
Command: d:\tc\bin\tcc.exe
Argument: -Id:\tc\include -Ld:\tc\lib -n$(FileDir) $(FilePath)
Initial directory: d:\tc
Capture output: ON

then i clicked on tool menu TC to compile .

i am getting a message in the output window
"Output completed (0 sec consumed) - Cannot run the application"

why program is not compiling and running. what i have to do???

can you tell me what is the mistake.??

can you give me the steps what i have to do????

blue_gene



Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: how to compile C program in edit pl

How to compile a program www.computing.net/answers/programming/how-to-compile-a-program/14680.html

Compile C program www.computing.net/answers/programming/compile-c-program/613.html

to execute c program in editplus www.computing.net/answers/programming/to-execute-c-program-in-editplus/18714.html