[Discuss-gnuradio] C++ modules of GNU Radio

2009-08-11 Thread Himanshu Thapar
Hello Everyone, I am new to GNU Radio and was wondering if anyone can guide me to the only C++ modules of GNU Radio. I am actually trying to port these modules in Windows in a commercial compiler and seeing what errors I run into. I am basically trying to study the compliance issues I run across,

Re: [Discuss-gnuradio] C++ modules of GNU Radio

2009-08-11 Thread Eric Blossom
On Tue, Aug 11, 2009 at 04:58:36PM -0500, Himanshu Thapar wrote: Hello Everyone, I am new to GNU Radio and was wondering if anyone can guide me to the only C++ modules of GNU Radio. I am actually trying to port these modules in Windows in a commercial compiler and seeing what errors I run

Re: [Discuss-gnuradio] C++ modules of GNU Radio

2009-08-11 Thread Himanshu Thapar
Well, what I am trying to acheive is this: I want to port a only C++ module of GNU Radio to this tool I am working on in Windows and see its compliance. By compliance, I mean just see what kind of errors does this tool give me, for example what features of C++ are not supported like templates,