DataDictionary.h: No such file or directory

Hi,

I am building my application with the source code in Release Real-Time-SDK-2.1.2.L1 · Refinitiv/Real-Time-SDK · GitHub. I am using EMA lib.

I get following build error.

1701069405262.png

Looks like it has been introduced with following change:

RTSDK-6139: Load dictionary from object · Refinitiv/Real-Time-SDK@7fa5d6a · GitHub

Why not use full path for #include "DataDictionary.h" ?


Best Answer

  • @thilinaillangasinghe

    Thank you for reaching out to us.

    The DataDictionary.h file is in the \Cpp-C\Ema\Src\Rdm\Include directly.

    You need to add this path into the additional include directories.