0

So I'm making a game using c++ glut and glew, I installed 4 different .dll files into my system folder 32bit and 64bit for both,

so now I'm wondering, since I moved the .exe to another computer and it couldn't run, can I create an installer somehow that would include them? like do normal apps install to the system folders too? or will it automatically detect the .dlls in the same folder as the app or do i have to change something in the c++?

Foo Smith
  • 73
  • 2
  • 7
  • 3
    It should be fine with them in the same folder. – chris Apr 05 '13 at 04:07
  • would it be fine too redistribute it like that because they're open source? – Foo Smith Apr 05 '13 at 04:44
  • @SpencorKillen: That wholly depends on the licensing terms, open source has nothing to do with it. However, if you couldn't distribute them they wouldn't be very useful, would they? – Ed S. Apr 05 '13 at 05:22

0 Answers0