Results 1 to 3 of 3

Thread: a COM dCOM question

  1. #1

    Thread Starter
    Addicted Member icemanmt78's Avatar
    Join Date
    May 2000
    Posts
    142
    This may sound stupid but can someone give me a good explanation.

    I have been designing and using Active X Dll's and Ocx's for a while now. How am I using COM when i use these.

    Can someone give me a real time example of using DCOM and how you would instance Dll's etc on a differnt machine.

    I understands what a 3 tier architecture is

    Thanks
    ______________________________
    VB6 SP3
    Java 2 - getting there

  2. #2
    Addicted Member
    Join Date
    Jun 1999
    Location
    Los Angeles
    Posts
    186
    Hi there, a simple example:
    Yo build your Dll and install it in MTS/COM+, the if you want to call it from different remote machines you will need to export the application. Now when you call the Dll it will use DCOM to communicate.

    DCOM object are only Out-process because they will live in a separate memory allocation (Two different machines) so you cannot create a dll and use it across machines.

    Hope this goves you an idea.

    André

  3. #3
    Addicted Member
    Join Date
    Jun 1999
    Location
    Los Angeles
    Posts
    186

    Talking

    Sorry about my spelling, I'm writing from a laptop and it isn't easy!!!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width