Results 1 to 4 of 4

Thread: ERROR registering a VB DLL

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2000
    Posts
    120

    Thumbs down

    i m trying to register a dll that i created in vb and i get an error :

    loadlibrary(path)failed.
    GetLastError returns 0x000485.

    any help will be appreciated .

    10x
    shachar shaty

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

    <?>

    Start/Run
    example:
    'regsvr32 "yourpath\yourdll.dll"
    regsvr32 "c:\Windows\System\resize.dll"
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Feb 2000
    Posts
    120
    that exactly what i did and i got this error
    shachar shaty

  4. #4
    Fanatic Member crispin's Avatar
    Join Date
    Aug 2000
    Location
    2 clicks west of a Quirkafleeg...Cornwall, England
    Posts
    754

    Lightbulb

    mail me and if you want i'll return you a document about diagnosing this sort of thing, using the LoadLibrary API function to give you a bit more info about the error msg you receive - its too long to post here - or if you have MSDN do an entire collection search on LoadLibrary and look at the entry labelled "Tip 55: Diagnosing "Error in Loading DLL" with LoadLibrary" thats the one i'm talking about. I can't find it online though...

    Hope it helps
    Crispin
    VB6 ENT SP5
    VB.NET
    W2K ADV SVR SP3
    WWW.BLOCKSOFT.CO.UK

    [Microsoft Basic: 1976-2001, RIP]

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