question

Upvotes
Accepted
1 0 0 1

Using Elektron SDK1.3.0 and we would like to link to libRFA.a and librssl.a form the ETA in a single executable. However, we are expecting names clashes. Can you please tell us if there's a safe way of doing this and if it's possible at all? Thank you.

We are using Elektron SDK1.3.0 and we would like to link to libRFA.a and librssl.a form the ETA in a single executable. However, we are expecting names clashes. Can you please tell us if there's a safe way of doing this and if it's possible at all? Thank you.

elektronrefinitiv-realtimeelektron-sdk
icon clock
10 |1500

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

1 Answer

Upvotes
Accepted
38.1k 69 35 53

The underlying API used by RFA C++ is ETA (RSSL) and the ETA (RSSL) is statically linked into the RFA C++ library.

Therefore, the application is unable to statically link both libRFA.a and librssl.a into a single executable. Moreover, the version of ETA (RSSL) used by the Elektron SDK is newer than the version of ETA (RSSL) used in the RFA C++ library. The workaround is using the shared libraries instead.

icon clock
10 |1500

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

Click below to post an Idea Post Idea