!DrWimpC New File dialogue
The New File dialogue is the way to introduce new source files into a !DrWimpC application when using !DrWimpC - so that !DrWimpC can accurately maintain its
source file lists for the application, and generate make files which include rules to compile the new sources. The new source file name is put into the User Files lists, and created in the main c source directory of the application. Similarly, when the dialogue is shown from the Template files sub menu, new sources arwe placed into the sources list, and created in the c sources directory in the Template file sub directory in the FormSrces directory for the application.
Similarly, for new header files, the header lists for the main application, or
template file are updated with the new name, and the header file stored in the main h directory for the application, or the h directroy for the template file,
except when the Application hdr button is selected, when the file is placed in the h directory inside the directory named after the application, which is created when the application is created, inside the main application directory.
This is the place to store header files that you wish to refer to in the C source include lines using the application path name e.g. #include DrWimpC:drwimpc.h.
To create the new file, just enter its leaf name in the wirteable icon and SELECT the OK button.
[Top]