VS:程序无法启动因为缺少libfftw3-3.dll

时间:2022-03-29 20:49:16

I'm building my code in Visual Studio 2013 with FFTW 3.3.5 and OpenCV library.

我正在使用FFTW 3.3.5和OpenCV库在Visual Studio 2013中构建我的代码。

Occasionally I could start my program and perform FFT functions, but sometimes I couldn't because of missing libfftw3-3.dll warning. It just happened so randomly and I didn't change any library dependencies in the settings before the problem appeared.

偶尔我可以启动我的程序并执行FFT函数,但有时我不能因为缺少libfftw3-3.dll警告。它只是随机发生,我没有在问题出现之前更改设置中的任何库依赖项。

I also have tried to clean or rebuild solution but it didn't work. Much appreciated for any help.

我也试图清理或重建解决方案,但它没有用。非常感谢任何帮助。

1 个解决方案

#1


0  

[Solved] by closing VS then open the solution, clean and rebuild it. It's a weird thing.

[解决]关闭VS然后打开解决方案,清理并重建它。这是一件奇怪的事情。

#1


0  

[Solved] by closing VS then open the solution, clean and rebuild it. It's a weird thing.

[解决]关闭VS然后打开解决方案,清理并重建它。这是一件奇怪的事情。