• command-line arguments not working in DS-5 Ultimate evaluation edition
    Hi, I need to provide inputs from command-line to my code. I am using DS-5 Ultimate Evaluation Edition. int main(int argc, char *argv[]) { printf("%d", argc); printf("Arguments are: \n"...
  • command-line arguments not working in DS-5 Ultimate evaluation edition
    Hi, I need to provide inputs from command-line to my code. I am using DS-5 Ultimate Evaluation Edition. int main(int argc, char *argv[]) { printf("%d", argc); printf("Arguments are: \n"...
  • Have DS-5 plugins changed for DS-5 Ultimate
    Getting ready to do some DS-5 work using Ultimate and am interested if there have been any changes in the plugins structure. Can my old plugins work? Assuming, of course, that the underlying hardware...
  • Have DS-5 plugins changed for DS-5 Ultimate
    Getting ready to do some DS-5 work using Ultimate and am interested if there have been any changes in the plugins structure. Can my old plugins work? Assuming, of course, that the underlying hardware...
  • change colors in debug (printf) viewer
    Hi, I often use the debug (printf) viewer to display my debugging data. Is it possible to send a "color code" in the output string to get the output in different colors? (eg.g print values in green...