Results 1 to 2 of 2

Thread: Adding references

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2018
    Posts
    61

    Adding references

    Hey guys! I have this problem for about 1 month, and I didnt find any answer to it. If I add a reference to my project(I have the CircularProgressbar.dll and Mysql.Data.dll), I should have these files in the same directory where I launch my .exe program. How can I import these like to have compressed in the program, or something, to have to have the executable file only?

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,347

    Re: Adding references

    You don't. This idea that some people have that their application should be an EXE file and nothing else is misguided. If you application makes use of DLLs, distribute those DLLs with your EXE. That's what libraries are for.

Tags for this Thread

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