CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2011
    Posts
    1

    Unhappy VB6 - References problem

    Hello to all respected developers!

    I need help: I have a visual basic 6 ".dll project" that uses references and when "File->Make dll" option is clicked, it should generate a dll file. Well, when clicked "File->Make dll", I get error "Error in loading DLL".

    My question is: how can I see which references are missing?

    Thank you in advance,
    Ivan

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: VB6 - References problem

    Click Project, References. It should bring up the References dialog box. If there is an error in there, it would say Missing next to the associated reference

  3. #3
    Join Date
    Dec 2008
    Location
    Step Into(F11)
    Posts
    465

    Smile Re: VB6 - References problem

    yes Hannes is Wright .if some ocx or dll is missing .it will say Missing right side of that reference window .choose the appropriate ocx or Dll and Now you done .and if your issue resolved .don't forget to say Thread tools and say Mark Threads resolved.

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

Featured