Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User pallavi0703's Avatar
    Join Date
    Aug 2010
    Posts
    36
    If i compile project in Emulator debug mode then getting following errors :-
    mwldsym2.exe: warning: Multiply defined symbol: std::exception::~exception(void) (??1exception@std@@UAE@XZ) in
    mwldsym2.exe: warning: files ExceptionX86.cpp.obj (msl_all_static_mse_symbian_d.lib), libstdcpp.dll (libstdcpp.lib),
    mwldsym2.exe: warning: keeping definition in libstdcpp.dll

    But if i compile project in phone release mode then project gets comipled without any error.
    Plz give some solution to solve this problem.

  2. #2
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    Quote Originally Posted by pallavi0703 View Post
    If i compile project in Emulator debug mode then getting following errors :-
    mwldsym2.exe: warning: Multiply defined symbol: std::exception::~exception(void) (??1exception@std@@UAE@XZ) in
    mwldsym2.exe: warning: files ExceptionX86.cpp.obj (msl_all_static_mse_symbian_d.lib), libstdcpp.dll (libstdcpp.lib),
    mwldsym2.exe: warning: keeping definition in libstdcpp.dll
    They seem to be warnings.
    But if i compile project in phone release mode then project gets comipled without any error.
    Because that uses a different compiler with different libraries. That X86 suggests x86 processor, and msl_all_static_mse_symbian_d.lib is in x86Build\Symbian_Support\Runtime\Runtime_x86\Runtime_Win32\Libs of Carbide.c++, so it is related to WINSCW builds only.
    Plz give some solution to solve this problem.
    If it builds, you could leave as it is. Otherwise the middle one of the messages has some related hit in Google, you can check that thread if you want.

Similar Threads

  1. exception occurs when converting QString to std::string
    By kimitake in forum [Archived] Qt SDKs and Tools
    Replies: 4
    Last Post: 2010-04-29, 17:08
  2. Signal Exception 0 received: A data abort exception has occurred
    By JasonSmithMiller in forum Symbian C++
    Replies: 4
    Last Post: 2009-12-11, 09:43
  3. multiply defined section
    By mukesh_r_solanki in forum Carbide.c++ IDE and plug-ins (Closed)
    Replies: 4
    Last Post: 2008-07-17, 09:19
  4. Multiply Defined Section...HELP !!
    By salmanmanekia in forum Symbian C++
    Replies: 3
    Last Post: 2008-04-09, 09:02
  5. Multiply defined symbol
    By chandrasekharan in forum Symbian C++
    Replies: 4
    Last Post: 2007-11-13, 10:25

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved