|
-
Oct 4th, 2010, 10:35 AM
#1
Thread Starter
Addicted Member
[RESOLVED] Include DLL
Hello
I have made a program that uses the MySQL Connector DLL file.
Now if I wan't to give my program to my friend, how do I include the dll file?
Shall I move it to the same folder as the program exe?
In that case, shall I change the reference to the dll in the EXE folder?
PHP Code:
$im_addicted_to_programming = true;
-
Oct 4th, 2010, 05:40 PM
#2
Re: Include DLL
All you have to do is select the assembly on the References page of the project properties and then set its Copy Local property to True. Next time you build your project, that DLL will be included in the output. You distribute the output to your users.
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
|