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.
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