question

Upvotes
Accepted
3 2 2 6

what are the libraries to be included for OmmException to be used in our project?

elektronrefinitiv-realtimeelektron-sdkema-apirrtelektron-message-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hello @liyarthomas

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
7.6k 15 6 9

@liyarthomas

For simplicity EMA applications may just include only Ema.h instead of listing individual header files. But if you still need to know individual header files, you can open Ema.h and find the list for OmmException class.

Below is the list I have copied from Ema.h.

#include "Access/Include/OmmException.h"
#include "Access/Include/OmmUnsupportedDomainTypeException.h"
#include "Access/Include/OmmInvalidConfigurationException.h"
#include "Access/Include/OmmInvalidHandleException.h"
#include "Access/Include/OmmInvalidUsageException.h"
#include "Access/Include/OmmInaccessibleLogFileException.h"
#include "Access/Include/OmmMemoryExhaustionException.h"
#include "Access/Include/OmmOutOfRangeException.h"
#include "Access/Include/OmmSystemException.h"

You can find sample project setup from our example such as 422__MarketPrice__ErrorClient, it locates under folder "<Elektron SDK Installation path>Ema\Examples\Training\Consumer\400_Series_Examples\".

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.