我无法打开并运行exe文件

编程入门 行业动态 更新时间:2024-10-16 20:28:17
本文介绍了我无法打开并运行exe文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我想使用此链接中提供的软件: www.cs.jhu.edu/~misha/Code/ShapeSPH/ShapeDescriptor/

I want to use software provided in this link: www.cs.jhu.edu/~misha/Code/ShapeSPH/ShapeDescriptor/

它要求我先下载dll文件,我猜。我下一步应该做什么我下载并解压缩了exe文件,并尝试运行该程序,没有任何反应。 我真的很喜欢任何帮助

It asks me to download dll file first, I guess. What I should do next? I downloaded and unzipped the exe file, and tried to run the program, nothing happens. I really appriciate any help

推荐答案

链接的 GitHub 在其自述文件中提到您需要 FFTW 运行此软件,如备注部分所述:

The linked GitHub repository mentions in its README that you need DLLs from FFTW to run this software, as mentioned in the "Notes" section:

  • 提供的可执行文件被编译为64位操作系统,需要运行 FFTW .dlls。
    • The executable provided up was compiled for a 64-bit OS and requires the FFTW .dlls to run.
    • 除非您可以发布确切的错误消息,否则我猜这是你所缺少的,那就是您需要去获取所需的库。

      Unless you can post the exact error message you got, I'm guessing this is what you're missing and that is where you need to go to get the required libraries.

      此外,请注意,这似乎是一个命令行程序,也是一个期望参数的程序。如果双击它不会发生任何事情,那么这可能是因为程序找不到任何提供的参数并立即退出。您将需要在命令行环境(如 cmd.exe )中运行它,并提供您需要的任何参数(例如 - 在中,其中似乎指定您的输入文件并且是必需的)。

      Additionally, note that this appears to be a command line program, and one which expects arguments at that. If nothing happens when you double-click it, then this is likely because the program cannot find any supplied arguments and immediately exits. You will need to run it in a command line environment such as cmd.exe and supply any arguments you need (such as --in, which appears to specify your input file and is required).

更多推荐

我无法打开并运行exe文件

本文发布于:2023-07-27 00:00:44,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1219108.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:无法打开   文件   exe

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!