Results 1 to 2 of 2

Thread: Help: Active Problem

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2000
    Location
    Posts
    130

    Help: Active Problem

    Good day everybody...

    I have a problem with my ActiveX exe.

    I created an ActiveX Exe written in VB. It'll be integrated into my Standard Exe program written in VC++.
    When I first integrated it into my Standard Exe and compile it, it runs ok. I install the whole application, including the Standard Exe and ActiveX Exe, into another machine.
    Now, I make some changes to the ActiveX Exe. From what I know, I do not need to compile the whole Standard Exe with the new ActiveX Exe again in order for the new ActiveX Exe to work. All I need to do is unregistered the old one and re-registered the new one and it'll work fine, right?

    But, the problem is after I register the new ActiveX Exe, it refuse to run. In other words, there's no error shown when I call the ActiveX Exe. Just seems like there's nothing happen. It behaves like I've haven't register the ActiveX Exe. But I did. So what could be the problem?

    Please help... It's quite an urgent matter...
    Thanks in advanced.

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Did you alter the interface definition? Did you change the GUID of te ActiveX object? Those two seem the most probable to me.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

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