Results 1 to 4 of 4

Thread: [RESOLVED] COM with VB6 (Major Considerations)

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2005
    Posts
    2

    Resolved [RESOLVED] COM with VB6 (Major Considerations)

    Access Services of a COM Component Residing on a Server from a Workstation

    We are familiar with building Class modules and dlls in VB6. Can some one help us to clear there doubts

    1, What are the major considerations while converting a ActiveX Dll to a COM Component
    2, What is the right method of adding a COM component to Component services
    3, How can a VB6 application running on a Windows 98 system access services of a COM Component Residing on a Windows 2000 server in the same network. Is MTS inevitable for this

    Anoop & Harrison

    Enthusiastic COM Aspirants

  2. #2
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961

    Re: COM with VB6 (Major Considerations)

    1: A Class in an ActiveX DLL is a COM component.

    2,3: You can use DCOMCNFG.EXE on Windows 2000 sp4 to set up a DCOM server. MSDN has some downloads to enable DCOM on Win98 machines but I have never tried that.
    Nobody knows what software they want until after you've delivered what they originally asked for.

    Don't solve problems which don't exist.

    "If I had eight hours to cut down a tree, I'd spend six hours sharpening my axe." --- Abraham Lincoln (1809-1865)

    2 idiots don't make a genius.

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: COM with VB6 (Major Considerations)

    Quote Originally Posted by Dave Sell
    MSDN has some downloads to enable DCOM on Win98 machines but I have never tried that.
    I have, quite a while ago, and if memory serves me correctly, I had a mixed bag of results.

    If you are going to be using a Win98 platform, I would expect some inconsistencies in the behavior of your component.

  4. #4
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961

    Re: COM with VB6 (Major Considerations)

    I agree; Win98 should not be used anymore for anything serious. I loved it back in the day, but it's time has LONG passed. Upgrade the Win98 box to at least W2K sp4 if you need to use DCOM.
    Nobody knows what software they want until after you've delivered what they originally asked for.

    Don't solve problems which don't exist.

    "If I had eight hours to cut down a tree, I'd spend six hours sharpening my axe." --- Abraham Lincoln (1809-1865)

    2 idiots don't make a genius.

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