question

Upvotes
Accepted
27 3 2 5

Excel x64 CreateReutersObject("AdfinXRtLib.AdxRtList") returns Nothing

Hi there,

I have just tested Tutorial 2 of Office COM APIs on 64bit excel:

https://developers.thomsonreuters.com/eikon-apis/com-apis-use-microsoft-office/undefined

The tutorial fails because CreateAdxAtList() returns Nothing.

The tutorial works fine on 32bit excel.

Can you help?

Pierre-Jean

eikoneikon-data-apieikon-com-apiadfin64-bit
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.

Upvotes
Accepted
4.6k 26 7 22

Hi @pierre-jean.campigotto, AdfinX Real-time (rtx.dll) is a 32-bit only library, so it will not work. You can use .NET Data API for real-time and time series instead.

Here is the link to the package: https://www.nuget.org/packages/ThomsonReuters.Desktop.SDK.DataAccess.Signed.x64/

Here is the link to the tutorial:

https://developers.thomsonreuters.com/eikon-apis/net-apis-use-custom-applications/learning?content=8723&type=learning_material_item

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.

Upvotes
16 1 0 3

I have a tangentially related question. I am programming in C++ and I have to use a x64 dll. Are there any samples for C++ in the .net api? I am not a C# programmer.

Thanks in advance

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.