linker error when trying to use rational_resampler_base

2019-12-01 Thread Dustin Widmann
Hi all, I get a linker error when trying to use rational_resampler_base. Am I doing something incorrectly? the relevant snippet of code: #include /* ... */ unsigned int interp,decim; std::vector taps; /* ... */ gr::block_sptr resampler =

Re: Re: Gnuradio 3.8 on Windows generates negative return codes

2019-12-01 Thread CEL
Correct me, as I'm really not a Visual Studio expert but: VS2008 predates C++11 support; you shouldn't be able to sensibly use it for GNU Radio 3.8's C++11 codebase. If I remember correctly, that's why we set the minimum MSVC version to 1800 (which corresponds to Visual Studio 2012, I think).