我在我的计算机上使用 C++ 和 netbeans 创建了一个程序。我希望 exe 文件在其他地方打开。它在我的电脑上打开一切正常,但我在学校的一台没有netbeans或cygwin的电脑上测试了它。经过研究,我尝试将 cygwin1.dll 文件放在与我的 exe 相同的目录中,但这甚至会在我的计算机上破坏 exe。
从另一台计算机执行此操作的最佳方法是什么?以下是我到目前为止的一些选择:
1. Install cygwin.dll file on System 32
2. change variable path (Not sure what the path is, but i will find out)
我想避免的一些选择:
1. Installing netbeans or cygwin
额外说明:我唯一的问题是从另一台计算机打开编译的 .exe 文件,所有计算机都将使用 Windows
我看过的链接 http://www.dll-files.com/dllindex/dll-files.shtml?cygwin1 http://pcsupport.about.com/od/findbyerrormessage/a/cygwin1-dll-not-found-缺少-error.htm