|
-
April 30th, 2009, 06:57 AM
#1
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.
-
April 30th, 2009, 04:02 PM
#2
Re: Add a Library to my project.
You want the dll library to call your program, or want your program to call the dll library?
If you want to call dll library, add it to your project as reference. the dll file will be copied to your project output folder and stay with exe file.
The difficulty is that you have no idea how difficult it is.
.Net 3.5/VS 2008
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|