I have to make an automation for a school project. But in order to do that I need to have a DS-5 executable file for a specific project. Is there any way to compile a multi C++ file project with assembly code in the console?
Hi Luis,
The standard method of doing this is with a makefile. DS-5 includes a number of examples that contain makefiles which can be used with a make utility, or are used by the IDE itself.
Ronan