Board index » delphi » Tibco
no_junk_or_spam
![]() Delphi Developer |
Tibco2004-10-06 11:01:05 PM delphi9 Anyone using Tibco Rendezvous with Delphi? I am a complete newbie to COM and I am trying to get a multi-tier application working using Tibco Rendezvous as the message bus. I have gotten as far as getting the the Tibco daemon up and running and I am successfully listening and receiving messages. I am having difficulty decoding the message, though. The Tibco type library gives me the actual message as an OleVariant, but I am clueless on how to unpack an OleVariant into the actual message data. Anyone have any examples they would like to share? Or just some pointers on how to unpack the Olevariant that represents the Tibco message? I am using Delphi 6 with Tibco Rendezvous 7.2. |