Using the Excel add-in

2 posts / 0 new
Last post
Offline
Last seen: 9 years 3 months ago
Joined: 09/22/2014
Posts: 2
Using the Excel add-in

I'm very new to this product and this might be a silly mistake but... I'm looking at the RTI DDS add-in for Excel, and I'm trying to rewrite the Hello_simple HelloPublisher.java example that comes with it to publish a string, and get Excel to pick it up. Everything works, apart from displaying the value of the string I feed it. (It picks up the time the message was sent, and all the other meta-data just fine)

When I run my code, after having set up Excel, I get the following error:

DDS_DynamicData_copy:invalid operation, src bound to member id 123456789

where 123456789 is a 9 digit number that changes every time. What am I doing wrong?

Offline
Last seen: 3 years 1 week ago
Joined: 01/15/2013
Posts: 94

Hi,

What version of Excel are you using? This looks like a corruption because a 9-digit member ID is quite rare. What types are you using in your code?

Thanks,

Juanlu