Board index » delphi » How to create little in-process server using Delphi 3.0

How to create little in-process server using Delphi 3.0

Hi everebody!
I am novice in Delphi OLE automation (COM) programming, so I have a very
stupid question.
How to create an dll that will be called from other application using
Server.CreateObject("...") operator.
The interface ("Myinterface") should contain one method (Execute) and one
property Integer myvar.

I have aready down following steps:

1) Create typelib library where define interface property and method
2) Register it and create create *.tlb and *.pas file.

What should be the next steps?
Where I should implement defined properties and methods?
How to assemple in-process dll?

Thanks for your patience
                                        Olegus.

 

Re:How to create little in-process server using Delphi 3.0


I can see the header of your post on my ISP's copy of this
newsgroup, but it hasn't been sent to Borland's news
server.
That means that most of the people who read
Borland's newsgroups cannot see your post.

To post messages that other people will see, you
need to connect to Borland's servers directly:
either newsgroups.borland.com or forums.borland.com.
Here's a link with instructions if you don't know how:
http://www.borland.com/newsgroups/newsinfo.html

If you cannot connect directly to newsgroups because
of a firewall, you can post to Borland's newsgroups
via the web pages at http://newsgroups.borland.com/

--
Deborah Pate

Other Threads