thanks i have exceptions and rtti switched off in compiler settings... but i link with some libraries so i will better check them...
Ben Combee wrote: > >> so the main question is - what does it mean when symbol has no name >> only @ >> followed by number (what does it represent?) and is it possible to get >> rid of it >> somehow? > > > A "@num" variable is one generated by the compiler to hold data. A > common case would be data used to initialize an array in C++. In this > case, you're seeing a "0, -1, 0" pattern, which makes me think that this > is an exception handling record that the compiler generated because of > your call to a C++ method that could throw an exception. > > -- Ben Combee, Senior Software Engineer, palmOne, Inc. > "Combee on Palm OS" weblog: http://palmos.combee.net/ > Developer Forum Archives: http://news.palmos.com/read/all_forums/ > > -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
