We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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