View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Harry Harry is offline
external usenet poster
 
Posts: 71
Default How to build an RTD server from scratch?

Hi Nick,

Thanks for your response.

I meant this example http://support.microsoft.com/?id=327215.
Sorry, it became kind of late yesterday :)

Harry

"NickHK" wrote:

Harry,
It's written in VB5/6, so no MFC, ATL or template.

Maybe some of these will help :
http://www.google.co.uk/search?hl=en...e+Search&meta=

NickHK

"Harry" wrote in message
...
Hi,

I am trying to build an RTD Server. So far, I used the following example

and
modified it for my uses: http://support.microsoft.com/kb/285339.

Which worked fine, but because I do not understand everything what is

going
on in this code, I want to start from scratch.

Can anybody tell me, which visual studio project template was used to

create
the above example? The code looks like it was set up using a wizard, but I
did not find the correct project template to built such an dll (it appears
that the example neither uses MFC nor ATL).

Thanks,
Harry