Page 1 of 1

including *.lib *.c *.h compling C source

Posted: Fri Oct 27, 2000 11:56 am
by jason
I have been using the Microsht crapiler for a short time and did not like the experience.. thus I was pleased to note that I could run gcc (and g++ etc) from textpad

Excellent..good work!

How do I "include" *.lib *.h *.c files into my current project. the .lib files are required since they form part of the proprietry c API's I need to call in my code. The .c and .h are my own concoctions. In microsht I can add files to project through pull down menu --

Thanks for any help

Jason

RE: including *.lib *.c *.h compling C source

Posted: Sat Oct 28, 2000 6:10 am
by Keith MacDonald
Jason,

TextPad is not project oriented, so it cannot do what you are asking. If you are doing anything more complicated than compiling a single source into a .exe file, it's better to do it with a makefile, and adding the make command to the Tools menu.

Keith MacDonald
Helios Software Solutions