I created a program and it won't work a stand-alone executable. It says it's missing a 'cygwin.dll' file. I want it so this program will run from a disc, is that even possible?
hmm..You could try adding the the dll(which can be found in your compiler's folder or just download it) to your program directory. You can also link them statically during compilation. I found something similar(for mingw) here: http://www.cplusplus.com/forum/beginner/35456/