So I have a program that I would like to release as an .exe to distribute to a few of my friends. Currently i'm using the NetBeans IDE with the Cygwin C++ compiler. I set the program build configuration to release and built everything accordingly. The .exe is gets created but when I go to run it I get this error
I know... its probably a really stupid thing that i'm forgetting to do.
Releasing Projects
Started by Datab0x, Dec 20 2008 09:16 AM
5 replies to this topic
#1
Posted 20 December 2008 - 09:16 AM
|
|
|
#2
Posted 20 December 2008 - 09:45 AM
Are you getting that error on your own PC or your friends?
#3
Posted 20 December 2008 - 10:45 AM
I'm getting it on both PCs, however when I run the code through the IDE it compiles, runs, and does everything. But when I just click the .exe or run it through the command prompt it throws that error. It does the same thing on my friends computer as well.
#4
Posted 20 December 2008 - 10:51 AM
you prob didn't create a static .exe try to add cygwin1.dll in same folder?
#5
Posted 20 December 2008 - 11:00 AM
Oh sweet, that fixed the issue. So is there a way to actually add that file to the .exe internally or do I just need to lug that around in the folder the program is running on.
#6
Posted 20 December 2008 - 11:54 AM
I don't use NetBeans/Cygwin but there should be a way to make a static exe.


Sign In
Create Account


Back to top









