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

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
jason

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

Post 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
Keith MacDonald

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

Post 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
Post Reply