Creating a Generic Program

Use new project when you want to create a program that has all only text output to a window and reads information from that window. It performs much as a DOS program would except it doesn't use the DOS window.

When you select new program, Borland displays a window called Target Expert.

On the line with project path type the name of your project including path. Select EasyWin from the Target Type window. Next click on the Advanced Button. Deselect rc and def choices.

You will now have a project with one node with the same name as your project. You should put your main program here.

You should also add the generic.def file to your project. To add a file to your project, place the cursor over the exe node in the project window and click the right button. Select Add Node from this menu

Finally create your program classes in their code and header files and add these files to your project.