Re: [Discuss-gnuradio] Qt app with GNURadio

2012-05-29 Thread Josh Blum
On 05/29/2012 01:22 AM, Pol Henarejos wrote: > Hi Josh, > > It seems you are right. Even though all libraries were in release mode, Im glad its working for you! > my app was in debug. I recompiled it in release and everything goes > fine. I recompiled boost, uhd, qt, gnuradio and my app in deb

Re: [Discuss-gnuradio] Qt app with GNURadio

2012-05-29 Thread Pol Henarejos
Hi Josh, It seems you are right. Even though all libraries were in release mode, my app was in debug. I recompiled it in release and everything goes fine. I recompiled boost, uhd, qt, gnuradio and my app in debug and it does not work. Do you know why? Thanks. Pol Henarejos Research Engineer, MS

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