Re: [Discuss-gnuradio] Qt app with GNURadio

2012-05-28 Thread Pol Henarejos
Hi Josh, Yes, gnuradio, boost, qt and uhd are in release mode. I enabled /debug and /Zi in gnuradio once to debug. I also tried without these flags. Thanks. > Could you provide me some hint? I am using the latest git version of > gnuradio compiled with Boost 1.44 and MSVC10 using CMake 2.8.5. T

Re: [Discuss-gnuradio] SID SDR receiver

2012-05-28 Thread David McQuate
Begin with https://www.cgran.org/ Click on "Browse Source" (at the top of the page) Then click on projects, then scroll down and click on SIDsuite, then on trunk ... On 5/28/2012 10:45 PM, ambily joseph wrote: Hai Does anyone knows how to access this webpage? svn co https://www.cgran.org/svn/

Re: [Discuss-gnuradio] SID SDR receiver

2012-05-28 Thread Hugh Blemings
Hiya Ambily, > Does anyone knows how to access this webpage? > > svn co https://www.cgran.org/svn/projects/SIDSuite > > I have no idea about svn repository. SVN is short for Apache Subversion - a software source code version control system. http://en.wikipedia.org/wiki/Apache_Subversion In or

[Discuss-gnuradio] SID SDR receiver

2012-05-28 Thread ambily joseph
Hai Does anyone knows how to access this webpage? svn co https://www.cgran.org/svn/projects/SIDSuite I have no idea about svn repository. Thank you ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discu

Re: [Discuss-gnuradio] Any grc flowgraph example on bpsk (or any other digital modulation) transmission/reception?

2012-05-28 Thread Josh Blum
On 05/27/2012 10:35 AM, Nazmul Islam wrote: > Hello, > > Is there any bpsk transmission + reception flow graph in grc repository? I > know about the benchmark python codes but I am looking for a similar > gnuradio companion flowgraph. An email from last year ( > http://lists.gnu.org/archive/html

Re: [Discuss-gnuradio] Qt app with GNURadio

2012-05-28 Thread Josh Blum
> Could you provide me some hint? I am using the latest git version of > gnuradio compiled with Boost 1.44 and MSVC10 using CMake 2.8.5. The Qt > version is 4.8.1. All libraries are compiled with MSVC10 and x64 on > Windows 7 x64. > Any chance there there is a mismatch between client app and gnu

[Discuss-gnuradio] Qt app with GNURadio

2012-05-28 Thread Pol Henarejos
Dear list, First of all, thank you for your effort on resolving issues. It is really appreciated. I am trying to run an own Qt application with gnuradio embedded but I can't. The code I am trying to run is #include #include #include int main(int argc, char *argv[]) { QApplication app(argc