Results 1 to 5 of 5

Thread: VBAccellerator

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2000
    Location
    Westminster, Md.
    Posts
    163
    I've downloaded two of their example programs so far...and the required dll's... but every time I run their EXE's I get an error saying

    Run Time Error '429'

    ActiveX component can't create object
    ---

    When the project is run.. it first gave an error on the
    Implements ISubclass

    Line... and then once I discovered that the DLL reference wasn't in the correct place on the references...and pointed it towards the correct DLL, it is now giving me an Userdefined Type not defined error in this line:

    Private Property Let ISubclass_MsgResponse(ByVal RHS As SSubTimer.EMsgResponse)

    What I don't understand is that there is actually nothing in this Sub at all...Could someone explain what the problem is if anyone knows?

    Thanks,
    Eiredrake



  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Try registering some of the objects necessary.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  3. #3
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    In other words,

    Start -> Run...
    "regsvr32.dll C:\MyPath\MyDLL.DLL"

    Lots of DLLs that you download require this.
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    May 2000
    Location
    Westminster, Md.
    Posts
    163
    Actually I did that already. I saw that warning on the site. So I dl'd the DLL's I needed and registered... Still getting errors right and left though.

    For example an error returns on Impliment <blahblah>

    where <blahblah> is the name of some class in the project. The Class module is present... it's just not liking it.


    Eiredrake

  5. #5
    Lively Member
    Join Date
    Jul 2000
    Posts
    94
    The problem is with the ssubtmr.dll The easiest way to fix this is to find the goldfish program they have on the site. or the ssubtmr example. Run either of these programs and it will fix your problem. I had the same problem with manually registering this dll

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