Results 1 to 4 of 4

Thread: Using ActiveX (Created in VB) in VC++ ???

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2000
    Location
    Texas
    Posts
    88

    Using ActiveX (Created in VB) in VC++ ???

    I created activex .dll with VB and want to use in VC++. Is this possible? Is there any way or ideas? Thanks.

  2. #2
    hellswraith
    Guest
    You should be able to, that is the beauty of COM, any language can connect to your COM object as long as you have an interface. I am not up to par in C++, so I can't tell you how to do it.

  3. #3
    New Member
    Join Date
    May 2001
    Posts
    1

    check this site


  4. #4
    Hyperactive Member tumblingdown's Avatar
    Join Date
    Mar 2000
    Posts
    362
    Remember you may need to marshall your objects. No matter what the docs may try and convince you about apartment threading models and vb, at the end of the day, it is single threaded ;-)




    td.
    "One logical slip and an entire scientific edifice comes tumbling down." - Robert M. Pirsig


    [email protected]

    "but if Einstein is right and God is in the details, reality requires that we sometimes get religion." - Scott Meyers.

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