Mysterious symbols in .o files

I have an object file that I built with Forte C++ 5.0.
I would like to find out from what source file (.h or .cpp) a particular referenced name was made.
Does nm produce such a listing???

To answer my own question:
Per section 15.4.1of Bjarne's C++ 3rd Ed., it states that when using a dynamic_cast, the compiler stores some RTTI information about the object being cast. So, the compiler created this mysterious global. What a stinker!
-- jrj

Similar Messages

  • PLS-00103: Encountered the symbol "end-of-file" when expecting one of the f

    I'm trying to follow an example pl/sql program to select from one table and insert into a second table in a LOOP.
    I get a syntax error which I can't figure out
    Line # = 67 Column # = 0 Error Text = PLS-00103: Encountered the symbol "end-of-file" when expecting one of the following:
    begin case declare end exception exit for goto if loop mod
    null pragma raise return select update while with
    <an identifier> <a double-quoted delimited-identifier>
    <a bind variable> << close current delete fetch lock insert
    open rollback savepoint set sql execute commit forall merge
    pipe
    What is the cause?
    IS
    BEGIN
    declare
    v_pk1 bb_bb60_stats.pk1%TYPE;
    v_event_type bb_bb60_stats.event_type%TYPE;
    v_user_pk1 bb_bb60_stats.user_pk1%TYPE;
    v_course_pk1 bb_bb60_stats.course_pk1%TYPE;
    v_group_pk1 bb_bb60_stats.group_pk1%TYPE;
    v_forum_pk1 bb_bb60_stats.forum_pk1%TYPE;
    v_internal_handle bb_bb60_stats.internal_handle%TYPE;
    v_content_pk1 bb_bb60_stats.content_pk1%TYPE;
    v_data bb_bb60_stats.data%TYPE;
    v_timestamp bb_bb60_stats.timestamp%TYPE;
    v_status bb_bb60_stats.status%TYPE;
    v_session_id bb_bb60_stats.session_id%TYPE;
    v_messages bb_bb60_stats.messages%TYPE;
    INSERT_COUNT NUMBER := 1;
    CURSOR curs_aa
    IS
    SELECT * from bb_bb60_stats.activity_accumulator ;
    BEGIN
    OPEN curs_aa;
    LOOP
    FETCH curs_aa into
    v_pk1,
    v_event_type,
    v_user_pk1 ,
    v_course_pk1,
    v_group_pk1,
    v_forum_pk1,
    v_internal_handle,
    v_content_pk1 ,
    v_data,
    v_timestamp ,
    v_status ,
    v_session_id ,
    v_messages;
    INSERT INTO csuh_custom.aa_partitioned
    VALUES
    v_pk1,
    v_event_type,
    v_user_pk1 ,
    v_course_pk1,
    v_group_pk1,
    v_forum_pk1,
    v_internal_handle,
    v_content_pk1,
    v_data,
    v_timestamp,
    v_status,
    v_session_id,
    v_messages
    -- commit after every 100 inserts to avoid large rollback segments
    IF INSERT_COUNT = 25000 THEN
    COMMIT;
    INSERT_COUNT := 1;
    ELSE
    INSERT_COUNT := INSERT_COUNT + 1;
    END IF;
    END LOOP;
    CLOSE curs_aa;

    When I add the END;
    I get
    Line # = 66 Column # = 0 Error Text = PLS-00103: Encountered the symbol "end-of-file" when expecting one of the following:
    begin case declare end exception exit for goto if loop mod
    null pragma raise return select update while with
    <an identifier> <a double-quoted delimited-identifier>
    <a bind variable> << close current delete fetch lock insert
    open rollback savepoint set sql execute commit forall merge
    pipe

  • Writing a symbol to UNIX file.

    Hi,
    I have requirement to hard code a small square like symbol
    to UNIX file of format MNL.Can we write the above symbol to
    UNIX file? If yes please give the procedure to do so.
    thanks in advance.
    Regards,
    ILam.

    I hope the ZZKTEX field is getting populated. Also check if the segment is crossing 1000 char and segment is released.

  • Unicode symbols in xml file

    How do I extract unicode symbols from xml files. Say, I have text="\u03C3" attribute in the xml file. When I parse it I get the \\u03C3 string. Is there a way to convert it to unicode?

    There is something I do not get. Integer.parseInt("03C3") will clearly throw in exception.
    OK, I got the idea. Something like
    public class Tmp3 {
         public static void main(String[] args) {
              int base = 16;
              System.out.println((char)(charToInt('3') + base*charToInt('C') + base*base*charToInt('3') + base*base*base*charToInt('0')));
         static int charToInt(char c) {
              switch(c) {
              case '0':
                   return 0;
              case '1':
                   return 1;
              case '2':
                   return 2;
              case '3':
                   return 3;
              case '4':
                   return 4;
              case '5':
                   return 5;
              case '6':
                   return 6;
              case '7':
                   return 7;
              case '8':
                   return 8;
              case '9':
                   return 9;
              case 'A':
                   return 10;
              case 'B':
                   return 11;
              case 'C':
                   return 12;
              case 'D':
                   return 13;
              case 'E':
                   return 14;
              case 'F':
                   return 15;
              default:
                   return -1000000000;
         }I wonder is there a shortcut to it.
    Edited by: javiator on Jan 16, 2010 8:48 AM

  • Prohibited symbols in the file name

    Hello,
    I have 2 files on the SP 2007 which have symbol "£" in the name. Have problems with "check-out" and "Versions" for this file. According to this article (http://support.microsoft.com/kb/905231) this character is not prohibited.
    Is it prohibited to use this symbol?
    Thanks in advance.
    The error:
    File Not Found.   at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndFolderProperties(String bstrUrl, String bstrStartUrl, ListDocsFlags ListDocsFlags, Boolean bThrowException,
    Int32& phrStatus, Object& pvarFiles, Object& pvarDirs, UInt32& pdwNumberOfFiles, UInt32& pdwNumberOfDirs)
       at Microsoft.SharePoint.Library.SPRequest.GetFileAndFolderProperties(String bstrUrl, String bstrStartUrl, ListDocsFlags ListDocsFlags, Boolean bThrowException, Int32& phrStatus, Object& pvarFiles, Object& pvarDirs, UInt32&
    pdwNumberOfFiles, UInt32& pdwNumberOfDirs)
       at Microsoft.SharePoint.SPWeb.GetFileOrFolderProperties(String strUrl, ListDocsFlags listDocsFlags, Boolean throwException)
       at Microsoft.SharePoint.SPFile.PropertiesCore(Boolean throwException)
       at Microsoft.SharePoint.SPFile.get_Properties()
       at Microsoft.SharePoint.SPFile.get_UIVersion()
       at Microsoft.SharePoint.ApplicationPages.VersionsPage.CurrentFileVersion.get_ID()
       at Microsoft.SharePoint.ApplicationPages.VersionsPage.OnLoad(EventArgs e)
       at ASP._layouts_versions_aspx.OnLoad(EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    Hi,
    If there is a * after a txt, it will take<b> ALL</b> the chars after that txt.
    For ex..
    It can be any of healthxxxx.txt.pgp / healthyyyyy.txt.pgp
    Rgds,
    Jothi.P
    <u>Reward if useful.</u>

  • In Each field space should be replaced with @ symbol in DME File

    Hi,
    I configured DME file it good, but client wants in each field SPACE should be replaced with @ symbol
    i created new DME file with DMEE transaction code
    here it example
    we have a bank account number filed length is 20 Digits but  bank account no is 15 digits only remaing 5 filelds should be replaced with @ symbol
    Kindly advice me on this
    Thanks in advance
    Regards
    Kumar

    Hello,
    i could follow the link below. More or less my requiremnt is same
    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=201066680&focusedCommentId=247136560&#comment-247136560
    Howeevr, the changes in my requirement are
    The location field has to be populated with account name and the address of that account. In this scenario, i have the acoount name from the same page, but the account address is stored in account. i need to retrieve the data from account and append it with the account name and display it in location.
    Please help me on this.
    REGARDS
    CHANDRAKANT KULKARNI

  • The symbol "/" in properties file is platform independent ?

    Hi!
    In my properties file I set many patha to my any resources(path to my icons, path to my user XML file and so on):
    # content of my properties file
    userSettingsPath=config/usersettings.xml
    baseNameImages=/resources/images/
    # end
    As you see in path I use symbol "/" to create path.
    This work in Windows platform. Is this will work in other platforms?
    Is symbol "/" is platform independent?

    It works as a separator in Java, actual separators in the OS may vary.

  • Symbol Properties- Source; 'file: '???

    You can find this if you right click on a symbol in the
    library and select properties. And in the Source section there is a
    browse button for a file.
    I have a remote library set up on a few symbols in a project
    I am doing and thought that it would relate. However I can’t
    seem to find any info on what this is. Does anyone know what this
    ‘source file’ is and how it can be used?

    Yes, I was think it's a pathing problem.
    Since you can't have two folders with exactly the same name, doing a copy/paste changes that path. OK .....so how can we cheat/fool Flash into using the same path (sort of) for two different folders?
    Thinking out load: can you do some testing on a small scale... not the whole project?
    Can you CUT/paste and make the destination folder work?
    Use the same folder for both libraries? and path from the root folder... sort of like an absolute address but root relative? this needs to be done when you are making the original set of symbols.
    Change the location of each sections Library folder so that they are not in the same main folder so that you could use the same subfolder name inside each section folder? For example:
    section1_library/symbols
    section2_library/symbols
    allows you to use the exact same folder name for both section's symbols folder. So if the path to the symbols in "section1" is just /symbols, copy/pasting that into the folder "section2" gives exactly the same path. Now to actually make that work, you may need to introduce as many sub folder levels upward as needed to separate the sections. So review the symbol properties and determine how far up the folder lever you need to go.
    Or there may be some simple way in Flash to set root relative paths so that the copy/paste will work... but I don't know of any.
    Best wishes,
    Adninjastrator

  • The mystery of the invisible files... that are there...

    OK, so I have a drive connected to my airport, and I'm using it for my itunes library... simple enough... but recently i went poking about in the itunes music folder and many many many many of the folders that itunes is reading music from simply do not appear in the finder.
    That is to say.
    Part 1.
    If i control click a track in itunes and read the file path, and try to browse to that file path... nothing is there. The track still plays if i click it in itunes, so itunes can 'get to it' even though I can not.
    I have tried this from about 4 different machines in my house... same result, mysterious invisible folders.
    Part 2.
    If I disconnect the drive from the airport and plug it directly into my computer via usb, the folders are all visible. So it appears to be an issue with the airport and not itunes...
    The drive is a 500 gB G-Drive mini...
    We are running OSX 10.5 (even on my Ti Book, huzzah!)
    Everything else is splendid, but this is driving me batty.

    " simply do not appear in the finder." are you using afp to mount that G Drive before launching itunes?
    secondly do you have itunes preference checked to copy files to your hard drive?

  • Reuse symbols between different files

    Dear friends,
    I'm designing a big web site with too many different pages
    (about 150). It's no possible to add all pages in only one
    Fireworks file, because de performance is too slow when I open or
    save the file. So, I can't use de document library to reuse some
    elements (headers, footers, etc.).
    I would try to use de Common Library, but it's not the
    solution: if I do any change on a symbol, the instances in the
    different files doesn't changes.
    There are any way to do something like I want to do (common
    elements between some files).
    Regards.

    Thanks, mebadger. It's not exactly what I mean, but your
    message give me a clue. There are a way to do exactly what I want
    For example, suppose that we need to have our navigation menu
    separated. Make a different file with the menu, select all items
    and convert to symbol in de Document Library (it's no necessary
    save to Common Library). Select the symbol in the panel, and then
    from the options menu select 'Export...'. This option save a PNG
    file with the menu symbol.
    Now, create a new document, select 'Import...' from the
    Document Library options menu and choose the file that you create
    from Export option. The symbol appears in the panel and you can put
    in the layout.
    Now, open the PNG file with the menu, change anything in the
    symbol and save the file.
    Go back to the other file, and on Document Library options
    menu select Update and... here you are!!! :)
    I hope you can undestand the explanation. Sorry for my
    english :oops:

  • Preview not showing math Symbols in PDF files

    I just upgraded to 10.6.1 and now preview is not showing math symbols like PI and the symbol for integrate, for example. Adobe Reader however displays the same files correctly. Now before anyone says anything about why am I using preview to view a PDF if I have adobe reader i downloaded Adobe reader to see if it was having the same issue. Just as a note the symbols show up in pages, stickies, etc. but not in Preview. If you copy the text in containing the symbol and paste into any of the aforementioned programs it is correctly displayed. I know it is not the font book, also i know it is not the files as other macs running 10.5 have no issues, i have the same programs they do the only difference is i am running 10.6. Anyone else having this issue or know how to fix it? I tried a new user and the same errors occur. No error messages or an other acknowledgment by the OS of error is presented.

    I realize that preview has had some changes my main concern is whether or not this is an issue with my installation or if it is an issue with everyone running preview. I realize this is hard to know for sure but if you are having issues with preview displaying characters please let me know. Thanks for the file name for the plist i was not sure if there were other files that effected preview that were not so obvious.

  • Mystery: How can RAW file spontaneously change to jpg file?

    Although I have been using iPhoto 6 for some time I just noticed for the first time something strange when I dragged a NEF file (RAW Nikon file) from iPhoto and dropped it onto my desktop. What happened was that the NEF file suddenly transformed itself into a jpg file when I dropped it onto the desktop. Weird! I could hardly believe my eyes.
    Later I noticed that the same thing happened when I dragged a NEF file from iPhoto and dropped it onto a Dock icon for Photomatix, a program for generating HDR images. The file opened up in Photomatix but it opened as a jpg file rather than as a NEF file. Holy Toledo!
    What in the world is going on here? I hope that one of you iPhoto experts can tell me how NEF files can magically morph themselves into jpg files. I also need some expert advice on how to deal with this phenomenon.
    By the way, I have converted many NEF files in the Adobe Camera RAW plug-in of Photoshop Elements, but to the best of my knowledge they have never changed identity from NEF files to jpg files when I handed them off from iPhoto to Photoshop Elements. In fact, in iPhoto Preferences/Advanced I have checked the "Use RAW files with external editor" box. 
    Bob

    Bob
    No mystery whatever,
    When you import a RAW file into iPhoto it automatically creates a JPEG preview of the file. That’s what you happen to be looking at in the iPhoto Window. Drag it out and you always get the current version of the file. Want to get the Original - select the pic in the iPhoto Window and go File -> Export and select the Original in the dialogue and you’ll get your NEF.
    This is all covered in the Help. Now what help do you need to “deal with this phenomenon.“?
    By the way, I have converted many NEF files in the Adobe Camera RAW plug-in of Photoshop Elements, but to the best of my knowledge they have never changed identity from NEF files to jpg files when I handed them off from iPhoto to Photoshop Elements. In fact, in iPhoto Preferences/Advanced I have checked the "Use RAW files with external editor" box.
    How did you save them to iPhoto? Because you change the format from NEF to JPG then you must save them to the desktop and then import the JPEG to iPhoto.
    Regards
    TD

  • Garbage Symbols in build file

    Hi,
    I am trying to build a hierarchy using a build rule. Now, whenever I open the build file in the rules file, I see some garbage symbols preceding the first entry in the first column which is not expected.
    Please help me get rid of this.
    TIA,
    KRIS.

    Hi Kris,
    I have seen this kind of thing for at least two reasons I can recall in past projects.
    1) The source file may have garbage characters of its own. Unlikely but it has happened to me.
    Sometimes print control characters or other strange symbols were in flat file feeds back in the early days of Essbase from using accounting system trial balance dumps that were print formatted. I doubt this is the case for you but it never hurts to consider it and check it off the list.
    2) Odd field count and/or field/column definitions in your file.
    Not too long ago, I was given a feed file that was a concatenated output file with half of its records contained extra fields compared to the first half. Coupled with some blank character packing issue on the source side, the data file opened in the rule editor with one row of odd characters in the first and only column displaying. My workaround until the source was fixed was processing this mainframe text file through Access which cleaned up the offending issues.
    If #1 above is your issue, you can copy/paste the actual strange source characters from your file into the Options/Data Source Properties/Ignore Tokens field and they will forever be ignored (not field-specific, just a rejection for the whole file).
    If #2 above is your issue, you'll find out by examing the entire file in an appropriate container like Access or KEDIT or whatever handles the file size for you. And then you should have the producers of the file check the processes and coding that produce the file. In the meantime, try my work around running your files through Access. Clumsy but a possible temporary fix.
    I'm sure there may be other reasons, but I hope this helps you deal with the problem you are having.
    Darrell

  • What is the unknown symbol which covers "file" in the menu bar?

    What is the unidentifiable symbol (icon?) in the upper left hand corner that covers "File" in the Menu Bar?

    Can you post a screenshot of the symbol?
    It may be caused by an add-on, to test this use the procedure in this link - https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Chinese symbols appearing when file goes to print

    Hi, Can anyone help! I recently put together a job for print using Indesign CS3 and saved it as a press ready PDF using in designs own built in PDF presets. It all looked fine at my end, but when the printer printed it, some of the fonts turned into to chinese symbols. I had imagined that the fonts should have automatically been embedded, so how can this happen? By the way, the font that changed was Nueva Std (just incase this helps).
    Many Thanks.

    Hi Peter,
    Unfortunately my client is working directly with the printer and has 
    not given me their details so i can not ask them what has gone wrong. 
    It is amazing to think that a printer cannot deal with PDF's though! 
    They did ask for the file to be sent with all text to outline (I 
    missed the one that turned all chinese). This in itself is strange as 
    should not be necessary, so it does sound like the printer has 
    probelems. The silver plate also turned to cmyk. I think I had better 
    try to get the printers number from my client and see if I can get to 
    the bottom of this as this has never happend to me before.
    Many Thanks
    Helenalw

Maybe you are looking for

  • Multiple headphone sets not working?

    I just recently received a replacement iPod Nano because my last one glitched itself and wouldn't respond to anything a consultant had me do. It's worked great since I got it. The last time I listened to it was Friday [the 6th], and the headphones wo

  • illustrator cs3 crashes upon launch in mac os 10.4.11

    illustrator cs3 does not complete its launch in mac os 10.4.11. [i'm running a powermac dual 1.25 ghz power pc g4 mirror door]. the same happens with indesign cs3. photoshop cs3 launches just fine. can anyone help? thanks.

  • I am trying to change my Apple ID password but it keeps telling me that my security answers are wrong

    I keep trying to change my Apple ID password but I can't get past the security questions. Is there another way to get thru because I don't remember my exact answer from 8 years ago.

  • How to browse web content in J2ME

    i want to make application, which can browse web content like iexplore in my handset. so when i type http://www.google.com in my phone will show me google web page and i can browsing like i use iexplore. did i need additional API and can u show me th

  • How to setup an LDAP filter in OpenDirectory

    Hello, I hope I am posting to the right forum. I have an existing central directory managed by LDAP. The users can authenticate against my LDAP server. In the LDAP directory, the users have a special attribute, making a list of machines and services