Thread: Rogue Wave __rwstd::__rw_stdexcept_nonamedexception

  1. #1
    Registered User
    Join Date
    Sep 2007
    Posts
    3

    Rogue Wave __rwstd::__rw_stdexcept_nonamedexception

    Hello,
    I am trying to compile a legacy project and I am getting an error that states


    [ILINK32 Error] Error: Unresolved external '__rwstd::__rw_stdexcept_NoNamedException' referenced from C:\DOCUMENTS AND SETTINGS\ANALYSIS\SIGLIB.LIB|TimeDomainSignal

    I was wondering if anyone knows how to fix this. I've tracked it down to Rogue wave software but none of their open source libraries have a member function __rw_stdexcept_noNamedException

    Thanks

  2. #2
    Technical Lead QuantumPete's Avatar
    Join Date
    Aug 2007
    Location
    London, UK
    Posts
    894
    Quote Originally Posted by mtronix View Post
    none of their open source libraries have a member function __rw_stdexcept_noNamedException
    Which is why you're getting that error. The linker basically tells you that you're trying to call a function which no longer exists. Have a browse on Google what function it's been replaced by, stick it in and you're good to go.

    QuantumPete
    "No-one else has reported this problem, you're either crazy or a liar" - Dogbert Technical Support
    "Have you tried turning it off and on again?" - The IT Crowd

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compression/Decompression Wave File and MP3
    By cindy_16051988 in forum Projects and Job Recruitment
    Replies: 51
    Last Post: 04-29-2006, 06:25 AM
  2. writing a wave file from my wave samples
    By Queatrix in forum Windows Programming
    Replies: 2
    Last Post: 12-31-2005, 11:54 PM
  3. Processing a sine wave file
    By subdene in forum C++ Programming
    Replies: 2
    Last Post: 07-12-2004, 03:04 PM
  4. Help open wave file in Borland C++ plz
    By toa2k in forum C++ Programming
    Replies: 1
    Last Post: 01-22-2004, 07:55 AM
  5. MP3 to WAVE and WAVE to MP3 conversion
    By Blizzarddog in forum C++ Programming
    Replies: 8
    Last Post: 01-01-2004, 08:32 PM