View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rob van Gelder[_4_] Rob van Gelder[_4_] is offline
external usenet poster
 
Posts: 1,236
Default How to implement an iRtdServer?

This article may assist:

Building a Real-Time Data Server in Excel 2002
http://msdn.microsoft.com/library/de...xlrtdbuild.asp


--
Rob van Gelder - http://www.vangelder.co.nz/excel


"Hans Guijt" wrote in message
. nl...
Hi,


I wish to add an RTD server for Excel to an existing C++ application
(using
Visual Studio 6). So far I have figured out that I need COM, and the
iRtdServer class. I think I have more or less figured out the COM thing,
but
I still need the elusive iRtdServer class. I would appreciate it if
someone
could help me with some pointers on where to find the class, or perhaps
even
a (C++) code example showing how to implement the entire server.


Thanks in advance,

Hans Guijt