Search found 2 matches

by mundu
Wed Mar 05, 2003 7:01 pm
Forum: General
Topic: USING C IN TEXTPAD
Replies: 3
Views: 667

USING C IN TEXPAD (2)

I used the steps listed in this site
"http://ems.calumet.purdue.edu/mcss/kraftrl/cs302/lcc_install.html" which helped me setting TextPad to be able to compile and link my simple file.

I am not using the comand line to link the project involving several files. I am using (or trying to) TextPad to do ...
by mundu
Wed Mar 05, 2003 2:22 pm
Forum: General
Topic: USING C IN TEXTPAD
Replies: 3
Views: 667

USING C IN TEXTPAD

I just need to know what step should I follow in order to make my TextPad compile and link a project involving multiple files.

I have managed to compile and link a program which involved only one '.c' file and worked great. However I do not known what steps should I take when involving several '.c ...