After I saved alias names in MAX, I'm using the following code to extract instrument alias:
// find next instrument:
status = viFindNext (findList, instrDescriptor); /* find next desriptor */
// parse found instrument information:
status = viParseRsrcEx (defaultRM, instrDescriptor, &intfType, &intfNum, rscClass, rscExName, rscAlias);
For some resources, the rscAlias string shows what I configured in MAX, for some it's an empty string.
Even though I typed the alias name and saved MAX configuration, and even reloaded MAX and restarted computer few times.
Nothing helps.
Please help!
Thank you