You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to perform a Fast Fourier Transform on the input signal I included the FFTW3 library in my project. I have followed all of the steps to use this library (ran lib /def:libfftw3-3.def to generate the .lib files, and added the library to the include path and the lib files to the linker dependencies).
If I do not use any of the functions provided by this library, my code builds just fine. However, as soon as I include a call to any of those, the post-build script which at some point launches the moduleinfotool.exe to generate the moduleinfo.json file fails to do so and exits with code 1, leaving me with a rather undescriptive error message in Visual Studio.
I have no idea why this is happening or what could possibly be causing this, so any help would be much appreciated!
The text was updated successfully, but these errors were encountered:
kwyntes
changed the title
MSB3073 | Build fails with exit code 1 when including code from 3rd-party library (fftw3)
moduleinfotool.exe exits with code 1, no other info
Jan 8, 2023
In order to perform a Fast Fourier Transform on the input signal I included the FFTW3 library in my project. I have followed all of the steps to use this library (ran lib /def:libfftw3-3.def to generate the .lib files, and added the library to the include path and the lib files to the linker dependencies).
If I do not use any of the functions provided by this library, my code builds just fine. However, as soon as I include a call to any of those, the post-build script which at some point launches the moduleinfotool.exe to generate the moduleinfo.json file fails to do so and exits with code 1, leaving me with a rather undescriptive error message in Visual Studio.
I have no idea why this is happening or what could possibly be causing this, so any help would be much appreciated!
The text was updated successfully, but these errors were encountered: