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
including *.lib *.c *.h compling C source
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
RE: including *.lib *.c *.h compling C source
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
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