You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cpp-C/CHANGELOG.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,24 +9,30 @@ There are three types of RTSDK releases that append a letter directly followed b
9
9
"E" releases (E-Loads) are emergency RTSDK releases that are uploaded to MyRefinitiv and Developer Community but not to GitHub. Also note that emergency releases may only be partial (i.e., Java or C++/C only).
Copy file name to clipboardExpand all lines: Cpp-C/Eta/README.md
+27-27Lines changed: 27 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,30 +140,30 @@ Shared library use is similar to static library use, however there are several k
140
140
141
141
Library Name Package Version
142
142
------------ ---------------
143
-
librssl.lib* eta3.6.7.L2
144
-
librsslVA.lib eta3.6.7.L2
145
-
librsslVACache.lib eta3.6.7.L2
146
-
libansi.lib eta3.6.7.L2
147
-
libdacs.lib eta3.6.7.L2
143
+
librssl.lib* eta3.6.7.G2
144
+
librsslVA.lib eta3.6.7.G2
145
+
librsslVACache.lib eta3.6.7.G2
146
+
libansi.lib eta3.6.7.G2
147
+
libdacs.lib eta3.6.7.G2
148
148
149
149
*librssl.lib includes JsonConverter
150
150
151
151
##### Shared Library Manifest
152
152
153
153
Library Name Package Version
154
154
------------- ---------------
155
-
librssl.dll eta3.6.7.L2
156
-
librssl.lib eta3.6.7.L2
157
-
librssl.pdb eta3.6.7.L2
158
-
librsslVA.dll eta3.6.7.L2
159
-
librsslVA.lib eta3.6.7.L2
160
-
librsslVA.pdb eta3.6.7.L2
161
-
librsslVACache.dll eta3.6.7.L2
162
-
librsslVACache.lib eta3.6.7.L2
163
-
librsslVACache.pdb eta3.6.7.L2
164
-
librsslJsonConverter.dll eta3.6.7.L2
165
-
librsslJsonConverter.lib eta3.6.7.L2
166
-
librsslJsonConverter.pdb eta3.6.7.L2
155
+
librssl.dll eta3.6.7.G2
156
+
librssl.lib eta3.6.7.G2
157
+
librssl.pdb eta3.6.7.G2
158
+
librsslVA.dll eta3.6.7.G2
159
+
librsslVA.lib eta3.6.7.G2
160
+
librsslVA.pdb eta3.6.7.G2
161
+
librsslVACache.dll eta3.6.7.G2
162
+
librsslVACache.lib eta3.6.7.G2
163
+
librsslVACache.pdb eta3.6.7.G2
164
+
librsslJsonConverter.dll eta3.6.7.G2
165
+
librsslJsonConverter.lib eta3.6.7.G2
166
+
librsslJsonConverter.pdb eta3.6.7.G2
167
167
168
168
#### Linux
169
169
Shared library use is similar to static library use, however there are several key differences. The shared library can be stored in a different location on the machine than the application using it. Ensure that the shared library location is present in the LD_LIBRARY_PATH being used by the application. The library use can be confirmed by using the ldd command on the application. This will show the shared library dependencies and where they are being resolved to.
@@ -181,22 +181,22 @@ The Transport API provides a helpful script that will create soft links for the
Copy file name to clipboardExpand all lines: Java/CHANGELOG.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,19 +9,23 @@ There are three types of RTSDK releases that append a letter directly followed b
9
9
"E" releases (E-Loads) are emergency RTSDK releases that are uploaded to MyRefinitiv and Developer Community but not to GitHub. Also note that emergency releases may only be partial (i.e., Java or C++/C only).
0 commit comments