Results 1 to 8 of 8

Thread: problem with registering ocx from vbaccelrator.com

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,091
    Hi,

    I'm trying to to run the demo SGrid project found at http://www.vbaccelerator.com but I'm having a problem registering the required ocx. I was able to register the DLL without a problem but the ocx gives me the following error message when trying to register:

    LoadLibrary (c:\windows\system\vballml6.ocx) failed - One of the library files needed to run this application cannot be found

    It sounds like a file is missing but the only file that was in the downloaded zip was vballml6.ocx.. Is there another file I need?

    Any help would be appreciated..

    dan


  2. #2
    Hyperactive Member
    Join Date
    Jun 2000
    Location
    Auckland, NZ
    Posts
    411

    Normally the examples need SSUBTMR6.DLL

    From memory. If you read carefully the install instructions form the site, most of the controls need a sepcial subclassing dll that they developed.

    If not, back to guess work.

    Regards
    Paul Lewis

  3. #3
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    LoadLibrary (c:\windows\system\vballml6.ocx) failed

    looks like the file in the download vballml6.ocx needs to
    be put in the windows\system folder...then go to start/run
    and type this in.

    Regsvr32.exe c:\windows\system\vballm16.ocx
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  4. #4
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    vbaliml6.ocx
    is the ImageList control from vbaccelerator.com, you need to download it (look at required files before downloading the project. Download the vballml6.ocx and reference it in your project (also Subtmmr.dll), this works great for me... if you're going to distribute your prog, also send all these DLL's and OCX's
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

  5. #5

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,091
    I have done everything that they told me to do.. I first downloaded and installed the SSUBTMR6.DLL and successfully registered it.. I then tried to register the vballml6.ocx but it gives me that error..

    No other files should be required, according to the vbAccelerator website.

    Is it possible that my installation of VB6 is damaged?

    Thanks for any help..

    Dan

  6. #6
    Hyperactive Member
    Join Date
    Aug 2000
    Posts
    258
    I registered them both but couldn't get it to run .
    So figured I didn't need their stuff anyway and tossed it out . Wish it would have worked .
    Visual Basic 6 SP4 on win98se

    QUIT THE RAT RACE BECAUSE YOUR MESSING THE WORLD UP !!!!!

  7. #7
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    Strange, it works for me, I have the 5 versions, try to download them, maybe there are bugs in the 6 versions.
    Think it makes no difference
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

  8. #8
    Hyperactive Member
    Join Date
    Jun 2000
    Location
    Auckland, NZ
    Posts
    411

    I seem to recall a problem I had now...

    Now that a few more posts have reminded me, I recall using one of the controls which needed ssubtmr6 (I have VB6 too) and it wouldn't work. I changed the code so that it required ssubtmr instead and it worked great.

    I use the TreeView control that gives me a brilliant Outlook style TreeView.

    I have always found the controls/libraries and information at vbaccellerator.com to be second to none so persevere - I am sure it'll be worth it.

    Regards
    Paul Lewis

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