FFTW

Hi all, I am having issues linking to libc in VC 2010. I receive "fatal error LNK1104: cannot open file 'libc.lib'".

I have searched google and suggestions said to make an exception for it in the linker in the project properties but that makes no difference.

I downloaded my FFTW libraries from here - http://users.ece.cmu.edu/~franzf/fftw.org/
Do you have the libc.lib installed in your visual studio libraries directory?
I believe that libc.lib is an older version of the CRT library, and I don't personally recommend using it. According to the link, you can download the source for FFTW and recompile it using Visual Studio 2010 and avoid having to reference libc.lib.
Thanks
Topic archived. No new replies allowed.