CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Threaded View

  1. #1
    Join Date
    Mar 2009
    Location
    Stuttgart, Germany
    Posts
    56

    Add a Library to my project.

    Hi guys I got this problem;

    I need some company .dll COM file to open my program (some VISA's concerns) and I have the dll but I cannot add or at least I dont know how to do it...

    I want to leave this file within my project because some other libraries dependence of it.

    After wards I want to make and Setup (I did but I still need this extra .dll COM library), and then the User wont need to add any library manually, everything will be included within the SETUP file.

    Actually I get this error. Unable to load DLL '...': The specified module could not be found. (Exception from HRESULT: 0x8007007E)


    Any idea?
    Last edited by raulbolanos; April 30th, 2009 at 08:52 AM.

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