Although the waring RFA8_Connections.mc (0) : Error: unable to open input file exists, my app runs correctly to retirive market price data. How can I suppress such waring throuth rfa API ? I don't want to put such *.mc together with my app.
RFA8_Connections.mc (0) : Error: unable to open input file
RFA8_RSSL_Cons_Adapter.mc (0) : Error: unable to open input file
RFA8_RSSL_Adapter.mc (0) : Error: unable to open input file
It looks like RFA unable to find/open the message file .mc in running directory.
Have you copied .mc file from directory "MessageFiles" to running directory of your application?
Anyway, you may set useInternalLogStrings=true in RFA Configuration file to avoid issue that RFA unable to find message file.
\Logger\AppLogger\useInternalLogStrings = true
When enabled, uses log strings stored internally in RFA libraries or DLL’s. RFA[x]_MsgFile.dll (static) and .mc files are not required when this option is enabled. Using this option on Windows will override windowsLoggerEnabled and not log events.