I made a application in Netbeans on windows 7. I want to run it on another system but it seems to have lots of dll's it depends on. The compiler tool kit I am using is MinGW, and the first two missing dll's are form that. I only get one missing dll file per run so it is a lot of back and forth to find them all.
Is there a way to list all the dll's that my executable depends on?
Is there a way to compile it so that it does not depend on so many of them (ie compiles the code into the exe)?
Thanks