ZeroLink: unknown symbol '__ZTv0_n12_NSiD0Ev'
ZeroLink: unknown symbol '__ZTv0_n12_NSiD0Ev'
- Subject: ZeroLink: unknown symbol '__ZTv0_n12_NSiD0Ev'
- From: Willard Myers <email@hidden>
- Date: Tue, 8 Jun 2004 13:32:30 -0400
Xcode 1.2 on Mac OS X 10.3.4 with every Apple software update.
When I run my app with ZeroLink enabled, I am greeted with the above
fatal error in the Run console window. When I run with ZeroLink
disabled, there is no such error.
When I demangle the symbol, I see:
Mawson:wlmyers$ c++filt -s gnu-v3 _ZTv0_n12_NSiD0Ev
virtual thunk [v:0,-12] to std::basic_istream<char,
std::char_traints<char> >::~basic_istream [in-charge deleting]()
Note the interesting spelling of std::char_traits -- I certainly hope
that is an error message typo...
istream isn't referenced (directly) in any of my project files or
project framework files, but some use is made of things like ifstream.
I'm guessing that the stdc++ library used by ZeroLink has a problem
that isn't in the normal library.
Advice sought :-<
Bill
------------------------------------------------------------------------
--------
Stellar Science Ltd. Co. Stellar Scientific Software
Solutions
email@hidden www.stellarscience.com
1-603-569-0266
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.