[Spuc-users] compiling under C++ Net qpsk example
Brought to you by:
spuc
|
From: Sander <sa...@ee...> - 2004-10-10 14:40:16
|
Dear friends,
I tried to compile the qpsk example with C++ Net
but have got the error
------ Rebuild All started: Project: qpsk, Configuration: Debug Win32 ------
Deleting intermediate files and output files for project 'qpsk',
configuration 'Debug|Win32'.
Compiling...
vco.cpp
sim_qpsk.cpp
raised_cosine.cpp
quad_data.cpp
qpsk_main.cpp
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\streambuf(37)
: error C2872: 'std' : ambiguous symbol
could be 'std'
or 'SPUC::std'
C:\Program Files\Microsoft Visual Studio
.NET\Vc7\include\streambuf(36) : while compiling class-template member
function 'std::basic_streambuf<_Elem,_Traits>::~basic_streambuf(void)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio
.NET\Vc7\include\istream(991) : see reference to class template
instantiation 'std::basic_streambuf<_Elem,_Traits>' being compiled
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
qpsk_ber_test.cpp
qpsk.cpp
noise.cpp
nco.cpp
max_pn.cpp
fir.cpp
carrier_nco.cpp
Generating Code...
Build log was saved at
"file://e:\Sander_From_20March\Modem\A_ModemSimulation_C\spuc\sources\spac_test\spux\qpsk\Debug\BuildLog.htm"
qpsk - 1 error(s), 0 warning(s)
---------------------- Done ----------------------
Rebuild All: 0 succeeded, 1 failed, 0 skipped
would You like help me run it !?!
Regards
Sander
spu...@li... wrote:
>Send Spuc-users mailing list submissions to
> spu...@li...
>
>To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/spuc-users
>or, via email, send a message with subject or body 'help' to
> spu...@li...
>
>You can reach the person managing the list at
> spu...@li...
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of Spuc-users digest..."
>
>
>Today's Topics:
>
> 1. New to spuc (Ken Hawkins)
>
>--__--__--
>
>Message: 1
>To: spu...@li...
>From: Ken Hawkins <ros...@ma...>
>Date: Fri, 8 Oct 2004 14:18:50 -0700
>Subject: [Spuc-users] New to spuc
>
>I am looking at C++ based DSP algorithms and stumbled across this. a
>couple of quick questions.
>
>how and what to build?
>
>looks like a windows based library and set of tools, is that true?
>
>thanks,
>ken;
>
>
>
>
>--__--__--
>
>_______________________________________________
>Spuc-users mailing list
>Spu...@li...
>https://lists.sourceforge.net/lists/listinfo/spuc-users
>
>
>End of Spuc-users Digest
>
>
>
|