Re: [USRP-users] Getting started with Ettus USRP B200mini and Visual Studio 2017

2018-07-24 Thread RizThon via USRP-users
I've just made https://raw.githubusercontent.com/EttusResearch/uhd/master/host/examples/rx_samples_to_file.cpp work yesterday on VS2017, compiled in *Release* x86 (Debug version does not work, probably because we mix Debug and Release files), here's what I wrote down - Unpack UHD somewhere http://

Re: [USRP-users] Getting started with Ettus USRP B200mini and Visual Studio 2017

2018-07-24 Thread Martin Braun via USRP-users
On 07/18/2018 05:40 AM, Massimo Bastianon via USRP-users wrote: > I'm struggling with an easy task: get USRP B200mini working with my code. > > I'm using windows 10 x64 and visual studio 2017, I downloded and > compiled boost 1.67.0 (both 32 and 64 bit). I used udh.dll from UHD > 3.12.0.0 and GNUR

[USRP-users] Getting started with Ettus USRP B200mini and Visual Studio 2017

2018-07-18 Thread Massimo Bastianon via USRP-users
I'm struggling with an easy task: get USRP B200mini working with my code. I'm using windows 10 x64 and visual studio 2017, I downloded and compiled boost 1.67.0 (both 32 and 64 bit). I used udh.dll from UHD 3.12.0.0 and GNURadio-3.7. I followed the simple guide but it's not working, even this sm