CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2001
    Location
    PA
    Posts
    150

    Error Loading DLL..Help

    Hello all,

    I have referenced a DLL to use and VB recognizes the DLL's methods. But, when I try to make a new .EXE I get the error message "Error loadind DLL"
    What can I do to solve this problem??



    Thanks
    Hisham
    Thank You, Hisham

  2. #2
    Join Date
    Aug 2000
    Location
    Ottawa, Canada
    Posts
    469

    Re: Error Loading DLL..Help

    If it's not a COM dll then it has to be in the project folder.


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