cppIStough
- 24
- 2
Title says it all, I'm trying to link FFTW and am getting a linker error. Anyone here have experience using this library?
The discussion centers around linking the FFTW library in a C++ project using Visual Studio on Windows. Participants are addressing linker errors encountered during the build process, specifically related to missing object files.
Participants have not reached a consensus on the cause of the linker error, and multiple views on linking practices in different environments are presented.
The discussion does not clarify the specific command used for linking or the exact nature of the configurations made, which may be relevant for troubleshooting the issue.
All except the command you are using and the error message you get.cppIStough said:Title says it all,
hahaha okay, fair enough, i just wanted to know if anyone had used it. Okay, so I'm using windows on visual studio. I configure the solution i'm currently trying to link with to include the path to the FFTW3.lib file: in order to do this I'm clicking properties > Linker > Input and then adding this directory in Additional Dependencies.Vanadium 50 said:All except the command you are using and the error message you get.