anthonix / ffts

The Fastest Fourier Transform in the South
http://anthonix.com/ffts
Other
536 stars 213 forks source link

Building x64 for windows7 with VS 2017? How? #77

Closed dspverden closed 4 years ago

dspverden commented 4 years ago

Hello,

I am having trouble to build this lib with MSVC 2017 on a 64bit host for a 64bit target. After running cmake and setting everything to x64 inside VS2017 for the generated project files I still get an annoying LNK1112 fatal error. As far as I understood it tells me that I am trying to link against fits.obj which is still x86 (32bit). Thus, can someone tell me how to build this lib on win64? Please forgive me. I am not a windows developer. I am just trying to cross compile an app. That worked fine so far except ffts, which is currently the show stopper.

Raphael

dspverden commented 4 years ago

Sorry found solution myself. Reinstalling Visual Studio did the trick. Waste of time...