Steps to do separate compilation:
Turbo C++ for Windows compiler
- prepare the .h and .c/.cpp files
- select Project from the top menu
- select a name for the project, then pick Easywin for target type
- in the project tree screen, delete the three existing dependency nodes
(but keep the top node)
- right click on the mouse, then select add node
- select the various files (.cpp or .c only) to be compiled together;
add the files one at a time or all at once
- select Project from the top menu
- select Compile
- select Debug from the top menu
- select Run