Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

moduleinfotool.exe exits with code 1, no other info #106

Open
kwyntes opened this issue Jan 7, 2023 · 0 comments
Open

moduleinfotool.exe exits with code 1, no other info #106

kwyntes opened this issue Jan 7, 2023 · 0 comments

Comments

@kwyntes
Copy link

kwyntes commented Jan 7, 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!

@kwyntes 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant