BDC using SAVE text in VA01

Hi All,
I'm creating a BDC session calling the VA01.
my problem is where do I put my code? I test it and I still got a blank in header text pick list.
Codes is more helpful so I can compare my work.
Thanks.

here is my code for BDC.
data: begin of record,
        TXLINE_02_028(072),
       end of record.
****MESLAN
  clear: v_itm, v_kwmeng, v_mabnr.
  LOOP AT t_hdr .
*-- HEADER
    PERFORM fill_dynpro USING 'SAPMV45A'    '0101' 'X'.
    PERFORM fill_field USING: 'VBAK-AUART'  p_auart,
                              'VBAK-VKORG'  t_hdr-vkorg,
                              'VBAK-VTWEG'  t_hdr-vtweg,
                              'VBAK-SPART'  t_hdr-spart,
                              'BDC_OKCODE'  '/00'.
    PERFORM fill_dynpro USING 'SAPMV45A'      '4001' 'X'.
    PERFORM fill_field USING: 'VBKD-BSTKD'   t_hdr-bstnk,
                     'KUAGV-KUNNR'  t_hdr-ablad,
                     'RV45A-KPRGBZ' 'D',
                     'VBAK-LIFSK'   p_lifsk,
                     'VBAK-AUGRU'   p_augru,
                     'BDC_OKCODE'   '/00'.
    PERFORM fill_dynpro USING 'SAPMV45A'      '4001' 'X'.
    PERFORM fill_field USING:  'VBKD-BSTKD'    t_hdr-bstnk,
                               'KUAGV-KUNNR'  t_hdr-ablad,
                               'KUWEV-KUNNR'  t_hdr-ablad,
                               'RV45A-KPRGBZ' 'D',
                               'VBAK-LIFSK'   p_lifsk,
                               'VBAK-AUGRU'   p_augru,
                               'BDC_OKCODE'   '=KBES'.
    PERFORM fill_dynpro USING 'SAPMV45A'     '4002' 'X'.
    PERFORM fill_field USING:  'VBKD-BSTKD'  t_hdr-bstnk,
                    'VBKD-BSARK'  P_BSARK,
                    'BDC_OKCODE'  '/00'.
    PERFORM fill_dynpro USING 'SAPMV45A'    '4002' 'X'.
    PERFORM fill_field USING: 'VBKD-BSTKD'    t_hdr-bstnk,
                   'VBKD-BSARK'   P_BSARK,
                   'BDC_OKCODE'   '/EBACK'.
    PERFORM fill_dynpro USING 'SAPMV45A'    '4001' 'X'.
    PERFORM fill_field USING: 'VBKD-BSTKD'    t_hdr-bstnk,
                   'KUAGV-KUNNR'  t_hdr-ablad,
                   'KUWEV-KUNNR'  t_hdr-ablad,
                   'RV45A-KPRGBZ' 'D',
                   'VBAK-LIFSK'    p_lifsk,
                   'VBAK-AUGRU'    p_augru,
                   'BDC_OKCODE'    '=POAN'.
    LOOP AT t_line WHERE bstnk EQ t_hdr-bstnk .  " Select all line items
*-- LINE ITEMS
      CONCATENATE 'RV45A-MABNR(' '0' VAL ')'  INTO v_MABNR.
      CONCATENATE 'RV45A-KWMENG(' '0' VAL ')' INTO v_kwmeng.
      PERFORM fill_dynpro USING 'SAPMV45A'   '4001' 'X'.
      PERFORM fill_field USING: 'VBKD-BSTKD'  t_hdr-bstnk,
                           'KUAGV-KUNNR'  t_hdr-ablad,
                           'KUWEV-KUNNR'  t_hdr-ablad,
                           'RV45A-KPRGBZ' 'D',
                           'VBAK-LIFSK'   p_lifsk,
                           'VBAK-AUGRU'   p_augru,
                      v_MABNR        t_line-matnr,
                       v_kwmeng     t_line-kwmeng,
                         'BDC_OKCODE'   '/00'.
*---- for t_curlin
      v_itm = val * 10 .
      t_curlin = t_line.
      t_curlin-lineno = v_itm .
      APPEND t_curlin .
*---- for line item
      VAL = VAL + 1.
    endloop.
    VAL = 01.
    PERFORM fill_dynpro USING 'SAPMV45A'    '4001' 'X'.
    PERFORM fill_field USING:      'VBKD-BSTKD'       t_hdr-bstnk,
                         'KUAGV-KUNNR'  t_hdr-ablad,
                         'KUWEV-KUNNR'  t_hdr-ablad,
                         'RV45A-KPRGBZ' 'D',
                         'VBAK-LIFSK'   p_lifsk,
                         'VBAK-AUGRU'   p_augru,
                             'BDC_OKCODE'       '=SICH'.
    CALL TRANSACTION 'VA01' USING t_bdctab
                                 MODE p_mode
                                 UPDATE c_s
                                 MESSAGES  INTO t_message .
    IF sy-subrc NE 0 .         " Post errored sessions- for correction
      v_errflg = c_x .         " Online posting error - open session
      v_errno  = v_errno + 1 .
      PERFORM append_mail_table .
      PERFORM open_session .
      CALL FUNCTION 'BDC_INSERT'
           EXPORTING
               tcode            =  'VA01'                   "c_va01
           POST_LOCAL       = NOVBLOCAL
           PRINTING         = NOPRINT
           TABLES
                dynprotab        = t_bdctab
           EXCEPTIONS
                internal_error   = 1
                not_open         = 2
                queue_error      = 3
                tcode_invalid    = 4
                printing_invalid = 5
                posting_invalid  = 6
                OTHERS           = 7.
    ELSE .
      t_text-tdline = t_hdr-text .
      APPEND t_text .
      CLEAR t_text .
      WRITE sy-msgv2 TO v_vbeln RIGHT-JUSTIFIED .
      TRANSLATE v_vbeln USING c_0 .
      v_tdname = v_vbeln .             "' order no.
      CALL FUNCTION 'CREATE_TEXT'
            EXPORTING
                 fid         = c_z961
                 flanguage   = p_spras
                 fname       = v_tdname
                 fobject     = c_vbbk
                save_direct  = c_x
        FFORMAT     = '*'
            TABLES
                 flines      = t_text
            EXCEPTIONS
                 no_init     = 1
                 no_save     = 2
                 OTHERS      = 3.
      CLEAR t_text . REFRESH t_text .
      IF sy-subrc NE 0 .
        WRITE : / c_er_load , v_tdname .
      ENDIF .
      v_succno = v_succno + 1 .
    ENDIF .
    CLEAR t_bdctab . REFRESH t_bdctab .
  endloop.
  IF v_errflg EQ c_x .
    CALL FUNCTION 'BDC_CLOSE_GROUP'
         EXCEPTIONS
              not_open    = 1
              queue_error = 2
              OTHERS      = 3.
    IF sy-subrc EQ 0 .
      MESSAGE i260(zo) WITH text-i01.
    ENDIF .
  ENDIF .
ENDFORM.

Similar Messages

  • BDC to save text in VL02N

    Hi All,
    I have a requirement of adding a BDC logic in my program .
    While recording, I need to call the transaction  VL02N and update the delivery number and:
    add some text under the tab:
         Texts-> Body Text
    and save the same.
    I am able to record upto the BODY Text. I need text from my program to be passed to the Body Text[Text Area] and then the same should be saved.
    Could any one help me out in finding the Ok-Code for <b>entering the text</b> from my program to the Body Text through BDC for VLO2N transaction.
    Any pointers will be highly appreciated. Thanks in Advance.
    Waiting for your valuable inputs.
    Regards,
    Anjali

    Hi All,
    I solved the problem.
    Actually its not possible to record that event for VL02N. Hence I did the same with VL02 as mentioned, and recorded it in the RTEXT-LTEXT screen field.
    Thanks a lot KYle Yeung.
    Regards,
    Anjali

  • Acrobat 9.5 - use Touchup text Tool to edit PDF. Updates do not display. But, if I "save as" Word doc, the edits appear in Word. This feature worked in earlier versions of 9.x patches.

    Acrobat 9.5 - use Touchup text Tool to edit PDF. Updates do not display. But, if I "save as" Word doc, the edits appear in Word. This feature worked in earlier versions of 9.x patches.

    I have a suspicion you're working with a scanned document that has had OCR run to recognize the text. The recognized text may be stored on an invisible layer above the image of the text, and that is what you're toucing up. It's invisible, so you don't see it, but retains the changes, so exporting produces the new edits.
    When you run OCR to recognize scanned text,, try using the ClearScan option, instead of Searchable Text. See this help page on Acrobat (this is for version X, but still applies):
    Adobe Acrobat X Pro * Recognize Text - General Settings dialog box
    mh++

  • Why can't I save text I've entered into a PDF file?  When I hit "Save As", only the PDF document is saved, but not the text i typed into the document.  I'm using Windows 8.

    Why can't I save text I've entered into a PDF file?  When I hit "Save As", only the PDF document is saved, but not the text i typed into the document.  I'm using Windows 8.

    THANK YOU!
    Jan Whitfield
    The College Planning Center
    250 Palladio Parkway, Suite 1311
    Folsom, CA 95630
    (916) 985-0453
    www.TheCollegePlanningCenter.com

  • Using "Save for Web & Devices" for a Organization Chart with Text

    I created a document in CS3 Illustrator that is an Organization Chart. It contains rectangles, lines, and text. It looks great in Illustrator.
    I have tried to save it using "Save for Web & Devices" to create a JPEG and a GIF so that I can pop it into a Dreamweaver document as an image and it keeps coming out blurry.
    I have tried changing its size and resolution. I have tried opening and exporting it into Photoshop to try to "clean" it up. Nothing seems to be working.
    I'm obviously unlettered in this modus operandi!
    meem

    Thanks for the response.
    The background is transparent and will end up on a white background eventually.
    I tried to make it clear in Dreamweaver by scaling it and it did seem to improve it somewhat. But it still doesn't look like the clear copy in Illustrator that I started with...
    I also need to be able to embed this in a Word document to print for a hardcopy manual.
    I had this same problem with Freehand a few years ago.

  • How do you create a save as default folder for MP3 files used Captivate text to audio voices files?

    How do you create a save as default folder for MP3 files used Captivate text to audio voices files?

    Hi Ed
    Thank you for contacting me, however I already know how to save text to
    audio files via timeline using the Export feature.
    So my question was not entirely clear and I apologize for that.  To explain
    further, whenever I save a text to audio file, captivate takes me to a
    default save as folder where I then have browse back to my production
    folder where I am keeping all my Txt to Aud files.  This is very tedious
    process when you have alot of files to save.  So my question was is there a
    way to configure captivate so I can make my production folder the default
    file for whenever I save a Txt to Audio file through Export feature that
    the system automatically takes me to that production folder, and I am
    spared the long tedious process of saving the file manually to the
    prodcution folder I want.
    I have copy the pathway to the production folder in the URL filed in the
    Save As dialoge box and that workaround as cut the work down but I still
    have to paste that URL field to point the file to the right folder. So it
    would be nice if I could do everything automatically.  Microsoft makes this
    capability in their MS Office applications, so I was thinking Adobe might
    do the same thing.  Your help with this would be appreicated,
    Thanks
    Merrill Roberts
    Sr. Training Specialist
    SunGard Availability Services
    Direct 925-831-7730
    Mobile:415-215-9280

  • Recording 'partners' and 'texts' in VA01 Tcode

    Hi,
    while recording VA01 tcode i'm not able to record partners and also texts.
    can any one tell me how to record the partners and texts in VA01.
    Thanks & Regards,
    Prasad.

    Prasad,
    In regards to Text, you can save text using FM 'SAVE_TEXT' provided you know the ID and OBJECT. For Sales Order Header text usually the OBJECT is 'VBBK' and the NUMBER is '<SO Number>'. For Sales Order Item text usually the OBJECT is 'VBBP' and the NUMBER is '<SO Number><Item Number>'. You will have to find out the ID of the Text from its attributes.
    Thanks

  • How can I save text messages to my Mac and will that reduce "Other" in storage?

    I have hundreds (or more) of text messages on my iPhone 5 that for personal reasons, I want to save. There are far too many to do screenshots. I want to save them to my MacBook Pro Retina in a readable and printable format. The reason is that I read that text messages can cause the "Other" storage to be higher. My "Other" is over 6 GB on a 16 GB iphone. Therefore I want to save texts, print them, and delete from phone.
    First question: Is it true that text messages contribute to the size of "Other"?
    Second question: How can I save texts to Mac in readable format so they could be printed? 
    Third question: How in the world do I delete all these texts from my iPhone efficiently? Is there a way to "mass delete"?
    When you are answering this, perhaps it is noteworthy that:
    (a) I've had an iPhone since a 3G in 2009, and the texts I want to save have been accumulating since then.
    (b) My "Other" has gradually gotten larger over the years. 
    (c)  I sync with itunes regularly.
    (d) I've never had any problems with an iphone or with my data.
    (e) I've restored from backup only three times, when I upgraded to the iphone 4, 4S, and 5.
    I want to get this "Other" cleared up before I upgrade to the iphone 5S. 
    Thank you.

    You can select to export a folder to save as a .mbox file. This file would need to be imported if you wanted to view the messages.
    Select mailbox (folder)
    Under Mailbox in the Menu bar select Export Mailbox...
    You might also want to check out the demo for EagleFiler by the author for SpamSieve. You could view and search the messages archived in EagleFiler.
    http://c-command.com/eaglefiler/
    Regarding Mail being slow....
    Is it only Mail that is slow?  How much free space on your drive? Use Disk Utility to find available space.

  • How to use the text module in script

    hi,
            i script how to use the text modules and how to write the code  in layout of the script?

    Hi,
    You canr use text modules in script. You have to use standard texts .
    Standard text are maintained in SO10 transaction.
    you can create translation text for other languages also . So based on logon language it will print translation text.
    go to SO10
    give textname it say Ztextname  id as ST and language as EN
    say create, then you will get editor there maintain your text and save it . then come back . Now change language (say for german DE) say create and eneter translation text and save it.
    so now you have created a text called ztextname which you can use in your script.
    Inorder to insert the texts in your script do as below
    go to any window editor and   select path
    Insert->texts->symbols->standard symbols
    then you will get popup  in which you have to mention all the parameters that you have created earlier.
    after inserting just change language EN to sy-langu
    Reward points if useful
    About text elements Sravan already given some informatiomn
    Regards,
    Nageswar

  • How to use the text type in SAP Routine

    Hi,
    The following fields has to be populated in Stock transport order text fields at the time of saving the document & to be copied into delivery document
    1) Material type
    2) Receiving storage location
    3) Production supply Area
    STO
    Delivery
    EWM Delivery
    Origin of the field value
    Material type
    New text type to be created
    (90)
    New text type to be created (Z003)
    New text type to be created
    (Z003)
    Available in EKPO table (field name is MTART)
    Receiving storage location
    New text type to be created
    (91)
    New text type to be created (Z004)
    New text type to be created
    (Z004)
    Available in EKPO table (field name is LGORT)
    Production supply Area
    New text type to be created
    (93)
    New text type to be created
    (Z006)
    New text type to be created
    (Z006)
    To be retrieved from Control cycle table (PKHD-PRVBE), if the Kanban indicator (EKPO-KANBA) is ‘X’.
    With Best Regards,
    SDN user.

    Hi,
    You canr use text modules in script. You have to use standard texts .
    Standard text are maintained in SO10 transaction.
    you can create translation text for other languages also . So based on logon language it will print translation text.
    go to SO10
    give textname it say Ztextname  id as ST and language as EN
    say create, then you will get editor there maintain your text and save it . then come back . Now change language (say for german DE) say create and eneter translation text and save it.
    so now you have created a text called ztextname which you can use in your script.
    Inorder to insert the texts in your script do as below
    go to any window editor and   select path
    Insert->texts->symbols->standard symbols
    then you will get popup  in which you have to mention all the parameters that you have created earlier.
    after inserting just change language EN to sy-langu
    Reward points if useful
    About text elements Sravan already given some informatiomn
    Regards,
    Nageswar

  • FAQ: Creating PDF Files from FrameMaker v.6 & earlier Documents -- Why you should not use "save as PDF"! -- Windows & MacOS Only!

    An issue that has come up over and over again on several FrameMaker and Acrobat/PDF email lists as well on the corresponding Adobe User-to-User forums is that of creation of PDF files. FrameMaker 5.5.6 and 6 have what looks like a convenient feature that is supposed to allow you to create PDF files via simply saving the document as a PDF file. I have gone on record as advising end-users not to use this approach for reliable creation of PDF files from FrameMaker documents under Windows and MacOS with FrameMaker 6 and earlier. Why do I most vociferously offer this advice and why doesn't the problem get fixed? And how SHOULD you create PDF files from FrameMaker?
    GOOD NEWS
    I will start with the good news. The "next major version" of FrameMaker will indeed have "save as PDF" re-implemented in a manner that it will be as reliable as printing to the "Acrobat Distiller" printer instance under Windows or the "Create Adobe PDF" desktop printer under MacOS. I am personally working with the FrameMaker development organization to make sure this really happens and is fully and properly tested and debugged! Furthermore, this next major revision of FrameMaker, unlike FrameMaker 6, will come with a Distiller installer that will properly install the "Acrobat Distiller" printer instance under Windows and the "Create Adobe PDF" desktop printer on the Macintosh (of course assuring that the latest PostScript driver is also automatically and correctly installed).
    DON'T USE "SAVE AS PDF"
    But what's wrong with "save as PDF" as currently implemented?
    The following are some of the SYMPTOMS reported over the last few years by FrameMaker users that were traced back to use of "save as PDF" under FrameMaker:
    (1) No PDF file is produced at all, possibly with a log file showing not-readily apparent PostScript errors during distillation.
    (2) The PDF file "loses" color in images. All or some images (raster, bitmap images, NOT vector artwork) appear in the PDF file in grayscale.
    (3) The resultant PDF file is on the wrong paper size, i.e., the document's logical page size does not match the output page size as seen in Acrobat or Acrobat Reader.
    (4) Some or all text in the resultant PDF file is blotchy looking or overly bold.
    (5) Some or all text in the resultant PDF file cannot be searched or indexed.
    (6) Some or all text in the resultant PDF file appears in Courier or in some other substitution font.
    (7) Interword or intercharacter spacing is a bit irregular in the resultant PDF file.
    (8) Content is missing in the margin areas of the page, i.e. you cannot do full-page bleeds.
    (9) Some or all page content is missing (other than margin areas).
    (10) Relatively inefficient PDF is generated.
    If this list by itself isn't enough for you, please note that some of these symptoms are very subtle and may escape attention when the PDF is first viewed or printed. Oftimes, it is when one attempts to manipulate the PDF file in Acrobat or repurpose its content or even view or print on a system other than the one on which the PDF file was created, that some of these symptoms make themselves obnoxiously visible (or invisible in some cases I won't make any bad jokes here about graphic examples!).
    It is important to understand that FrameMaker does NOT have its own native ability to create PDF. Any and all PDF created from FrameMaker documents is actually done by creating PostScript via the PostScript driver and having the Acrobat Distiller create PDF from that PostScript. The only exception to this is creation of PDF via the Acrobat PDFWriter driver, which is likewise not recommended (see below).
    In order for "save as PDF" to work correctly, FrameMaker must do the equivalent of calling Printer Setup and selecting the "Acrobat Distiller" printer instance under Windows or the "Create Adobe PDF" desktop printer under MacOS followed by setting the driver's options correctly for paper size, page range, etc., followed by sending the proper commands to the driver to create PostScript.
    Contrary to popular belief, PostScript as generated by the Windows and MacOS PostScript drivers is VERY device-dependent. The information in the PPD file associated with a printer driver instance provides critical parameters for generation of PostScript including:
    Whether the printer supports color (Acrobat Distiller does)
    What PostScript language level is supported (Acrobat Distiller 4.x and Acrobat Distiller 5.x are both PostScript language level 3)
    Whether native TrueType support is available (Acrobat supports native TrueType as Type 42 fonts)
    Available binary communications (Acrobat Distiller supports pure binary and ASCII, but NOT TCP, TBCP, or PJL)
    Resident fonts (Acrobat Distiller doesn't really have resident fonts)
    Available paper sizes and custom paper size availability (Acrobat Distiller supports a wide range of predefined sizes and continually variable "custom" sizes up to 200" by 200")
    Margins / printable areas (for PDF and the Acrobat Distiller, there are no margins in which imaging is not permitted)
    Device resolution (Acrobat Distiller can be set to any value from 72 to 4000 dpi; as a convenience, the Acrobat Distiller PPD provides a series of values for use by the driver. Since there is no inherent "resolution" of a PDF file, this parameter is used only for purposes of allowing PostScript programs that query for such a value to be satisfied and for the driver to be able to communicate this value to the operating system and/or application as required.)
    Paper handling (totally irrelevant to Acrobat Distiller if input or output tray selection via "setpagedevice" is found in the PostScript stream, it is ignored by Acrobat Distiller)
    Thus, if the wrong printer driver instance is selected (i.e., it isn't associated with the Acrobat Distiller PPD file) or that driver instance is improperly configured, improper PostScript will result and one or more of the symptoms described above can occur. As currently implemented, FrameMaker depending upon version will not necessarily choose the correct printer driver instance and/or correctly parameterize the print job via driver setup options. In fact, FrameMaker 5,5,6 might even try to generate PDF via calling a PCL driver, FAX driver, or even a non-PostScript inkjet printer!
    DON'T USE PDFWRITER
    The Acrobat PDFWriter is a relic of older versions of Acrobat. In fact, it is no longer installed by default in the "easy install" or the "typical install" of Acrobat 5. It hasn't really be updated since Acrobat 3 and only supports PDF 1.2. It is a GDI (Windows) / QuickDraw (MacOS) driver that directly generates PDF without any intermediary PostScript. Since it is not a PostScript printer driver, applications cannot pass through EPS graphics and/or PDFMark information (used for a wide variety of purposes by FrameMaker). For EPS graphics, most applications will send the low resolution TIFF (or PICT) EPS header in lieu of the PostScript text, if they send anything at all, to the driver. Forget about links, structure, or any other PDF "goodies." Expect that PDFWriter will fully "bite the dust" in the next major version of Acrobat.
    SO HOW DO I GENERATE PDF FILES FROM FRAMEMAKER 6 & EARLIER?
    The ONLY method that is really reliable for producing PDF files with FrameMaker 6 and earlier requires the generation of PostScript via a properly set printer driver instance associated with the Acrobat Distiller PPD and distillation of the resultant PostScript by Acrobat Distiller.
    Case 1: FrameMaker and the Full Acrobat 4.05 or Acrobat 5.0x Products
    PDF file from a "chapter" -- print directly to the Acrobat Distiller printer instance (Windows) or the Create Adobe PDF desktop printer (MacOS) already installed by Acrobat. If you check the "Acrobat data" option, then make sure to UNcheck the "print to file" option that gets set at the same time. As a result, the driver will automatically send the generated PostScript to the Distiller for you and delete the intermediate PostScript when done.
    PDF file from a "book" -- print directly to the Acrobat Distiller printer instance with the "print to file" option checked (Windows) or the Virtual Printer desktop printer (MacOS) associated with the Distiller PPD (see details below under Case 2/MacOS). You will need to manually process the resultant PostScript file through the Distiller (or use a "watched folder" arrangement).
    In both the above sub-cases, the default driver options generally will be OK, but check on paper size and communication protocol (Use pure binary, not ASCII, for optimal performance AND no CTRL-D characters under Windows. Make sure to set Level 3 only and Binary under MacOS. Font inclusion "All" for Acrobat 4.05 and "None" for Acrobat 5 under MacOS.). With Acrobat 4.05, make sure you preset the Distiller to use the joboptions you want. With Acrobat 5, you can set this on a job-by-job basis via the driver printer setup interface (or print dialog on MacOS).
    Case 2: FrameMaker 6 and the Bundled Acrobat 4.05 Distiller
    Windows -- Create a new printer driver instance using the latest version of the Adobe Universal PostScript Driver Installer, downloadable from Adobe's web site AND the Acrobat Distiller PPD file (located in the XTRAS subdirectory of the Distiller directory). This driver instance should be set to print to the local port named "FILE:". Name this driver instance as "Acrobat Distiller". The default driver options generally will be OK, but check on paper size and communication protocol (use pure binary, not ASCII, for optimal performance AND no CTRL-D characters). Make sure you preset the Distiller to use the joboptions you want. Print directly to this Acrobat Distiller printer instance. Make sure that the "print to file" option is checked. You will need to manually process the resultant PostScript file through the Distiller (or use a "watched folder" arrangement).
    MacOS -- Install the latest version of AdobePS 8.7.x, downloadable from Adobe's web site. In FrameMaker, go to Page Setup and select the "Virtual Printer" and go to the "Virtual Printer" window pane. Select the Acrobat Distiller PPD file (located in the XTRAS subfolder of the Distiller folder). Print directly to the "Virtual Printer" (Make sure to set Level 3 only, Binary, and font inclusion "All".). Make sure you preset the Distiller to use the joboptions you want. You will need to manually process the resultant PostScript file through the Distiller (or use a "watched folder" arrangement).
    Case 3: Acrobat 3
    Acrobat 3 is not officially supported for the latest OS versions and I personally would no longer recommend its use for generation of PDF files given that Acrobat 5.0.5 is the current version of Acrobat.
    - Dov

    You're asking a lot of ancient Acrobat to work with an Office that never existed when it was made. "Just updated my office suite" is a massive change, and Window 8 didn't exist at that time either...

  • Save text in a PO during creation

    Hi All,
    I need to save text in PO during PO creation. I am using the BADI ME_PROCESS_PO_CUST method:PROCESS_ITEM. My EBELN is blank here. I do have other required fields like text id, text name to use in SAVE_TEXT.
    Text needs to be saved before the PO is saved.. User can edit the text. So BADI during PO save is not an option.
    How do i save the text in my PO header during creation and during the line item is entered?
    Do have any other procedure to add the text in the text editor?
    This is my code:
    Please suggest, if we have any alternate procedure to show the text in PO.
    METHOD if_ex_me_process_po_cust~process_item.
       DATA :  ls_mepoitem TYPE mepoitem,
                ls_mepoaccount TYPE purchase_order_accountings,
                ls_mepoacc TYPE purchase_order_accounting,
                ls_mepoaccountdata TYPE mepoaccounting,
                ls_mepoheader TYPE REF TO if_purchase_order_mm,
                ls_mepoheaderdata TYPE mepoheader.
        DATA: gt_lines TYPE STANDARD TABLE OF tline,
              gwa_line TYPE tline,
              g_tdname TYPE thead-tdname,
              g_poname TYPE thead-tdname.
        DATA: header TYPE STANDARD TABLE OF thead,
              wa_header TYPE thead.
        DATA: lines TYPE STANDARD TABLE OF tline.
        CONSTANTS : gc_z056(4) TYPE c VALUE 'Z056',
                    gc_f06(4) TYPE c VALUE 'F06',
                    gc_ekko(4) TYPE c VALUE 'EKKO'.
        ls_mepoheader = im_item->get_header( ).
        ls_mepoheaderdata = ls_mepoheader->get_data( ).
        ls_mepoitem = im_item->get_data( ).  "Table
        ls_mepoaccount =  im_item->get_accountings( ).   "Table
        LOOP AT ls_mepoaccount INTO ls_mepoacc.
          CLEAR ls_mepoaccountdata.
    * Get the newly updated PO item data
          CALL METHOD ls_mepoacc-accounting->get_data
            RECEIVING
              re_data = ls_mepoaccountdata.
        ENDLOOP.
        IF ls_mepoheaderdata-bstyp = 'F' AND ls_mepoitem-knttp = 'M'
        AND ls_mepoitem-matnr <> ' ' AND
        ( ( ls_mepoheaderdata-bsart = 'UB' OR ls_mepoheaderdata-bsart = 'NB' ) AND ls_mepoheaderdata-lifnr <> ' ' ).
          REFRESH gt_lines.
          g_tdname = ls_mepoaccountdata-vbeln.
          CALL FUNCTION 'READ_TEXT'
            EXPORTING
              id                      = gc_z056
              language                = sy-langu
              name                    = g_tdname
              object                  = 'VBBK'
            TABLES
              lines                   = gt_lines
            EXCEPTIONS
              id                      = 1
              language                = 2
              name                    = 3
              not_found               = 4
              object                  = 5
              reference_check         = 6
              wrong_access_to_archive = 7
              OTHERS                  = 8.
          IF sy-subrc IS INITIAL.
            DELETE gt_lines WHERE tdline = space.
          ENDIF.
    *      g_poname = ls_mepoitem-ebeln.   *"ls_mepoitem-ebeln is blank here*
          wa_header-tdobject = gc_ekko.
          wa_header-tdname   = g_poname.
          wa_header-tdid     = gc_f06.
          APPEND wa_header TO header.
          CALL FUNCTION 'SAVE_TEXT'
            EXPORTING
              client                = sy-mandt
              header                = header
              insert                = 'X'
              savemode_direct       = 'X'
            TABLES
              lines                 = gt_lines
           EXCEPTIONS
             id                    = 1
             language              = 2
             name                  = 3
             object                = 4
             OTHERS                = 5
          IF sy-subrc <> 0.
    ** MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    **         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    *      ENDIF.
        ENDIF.
      ENDIF.
    Thanks,
    Senthil.
    Edited by: senthil kumar on Jun 11, 2009 3:02 PM

    I haven't used this method myself, but when I look at method PROCESS_ITEM, the import parameter IM_ITEM  is of type (REF TO) IF_PURCHASE_ORDER_ITEM_MM. This has interface method IF_LONGTEXTS_MM~SET_TEXT (description: set long text per text id). This sounds like a good method to use.

  • Photoshop CC crashes when I use "save as" dialog box

    This is happening intermittently, most often after flattening a multi-layer image converting to 8-bit then trying to save as a jpeg, the error occurrs as various points during the "save as" dialog. When I installed a 3rd party plugin (correctly installed and up-to-date NIK collection) the error occurred more or less on every "save as". I'm running Windows 7 Professional 64-bit. I've tried resetting prefs and I've removed the 3rd party plugins and I'm back to crashing about 30% of the times I use "save as"
    When the error occurs It appears to have an event 1000 in the event log. I've copied the "system info" and one of the crash report texts below:
    System info:
    Adobe Photoshop Version: 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00) x64
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:12, Stepping:2 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2
    Physical processor count: 6
    Processor speed: 3200 MHz
    Built-in memory: 12271 MB
    Free memory: 5002 MB
    Memory available to Photoshop: 10940 MB
    Memory used by Photoshop: 60 %
    Image tile size: 1024K
    Image cache levels: 4
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    OpenGL Allow Old GPUs: Not Detected.
    OpenCL Version: 1.2 AMD-APP (1124.2)
    OpenGL Version: 3.0
    Video Rect Texture Size: 16384
    OpenGL Memory: 1024 MB
    Video Card Vendor: ATI Technologies Inc.
    Video Card Renderer: ATI FirePro V4800
    Display: 2
    Display Bounds: top=0, left=1920, bottom=1200, right=3520
    Display: 1
    Display Bounds: top=0, left=0, bottom=1080, right=1920
    Video Card Number: 1
    Video Card: ATI FirePro V4800
    Driver Version: 12.100.0.0
    Driver Date: 20130115000000.000000-000
    Video Card Driver: aticfx64.dll,aticfx64.dll,aticfx64.dll,aticfx32,aticfx32,aticfx32,atiumd64.dll,atidxx64.d ll,atidxx64.dll,atiumdag,atidxx32,atidxx32,atiumdva,atiumd6a.cap,atitmm64.dll
    Video Mode: 1920 x 1080 x 4294967296 colors
    Video Card Caption: ATI FirePro V4800
    Video Card Memory: 1024 MB
    Serial number: 91190363804896029386
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\
    Temporary file path: C:\Users\WORKST~1\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      E:\, 5.21T, 3.34T free
      G:\, 3.64T, 2.37T free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Required\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Plug-ins\
    Installed components:
       ACE.dll   ACE 2013/03/19-12:09:02   79.535293   79.535293
       adbeape.dll   Adobe APE 2013/02/04-09:52:32   0.1160850   0.1160850
       AdobeLinguistic.dll   Adobe Linguisitc Library   7.0.0  
       AdobeOwl.dll   Adobe Owl 2013/03/03-12:10:08   5.0.13   79.533484
       AdobePDFL.dll   PDFL 2013/03/13-12:09:15   79.499517   79.499517
       AdobePIP.dll   Adobe Product Improvement Program   7.0.0.1768  
       AdobeXMP.dll   Adobe XMP Core 2013/03/13-12:09:15   79.151481   79.151481
       AdobeXMPFiles.dll   Adobe XMP Files 2013/03/13-12:09:15   79.151481   79.151481
       AdobeXMPScript.dll   Adobe XMP Script 2013/03/13-12:09:15   79.151481   79.151481
       adobe_caps.dll   Adobe CAPS   7,0,0,21  
       AGM.dll   AGM 2013/03/29-12:09:59   79.536232   79.536232
       ahclient.dll    AdobeHelp Dynamic Link Library   1,8,0,31  
       aif_core.dll   AIF   5.0   79.534508
       aif_ocl.dll   AIF   5.0   79.534508
       aif_ogl.dll   AIF   5.0   79.534508
       amtlib.dll   AMTLib (64 Bit)   7.0.0.169 BuildVersion: 7.0; BuildDate: Mon Apr 8 2013 2:31:50)   1.000000
       ARE.dll   ARE 2013/03/19-12:09:02   79.535293   79.535293
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
       AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
       Bib.dll   BIB 2013/03/19-12:09:02   79.535293   79.535293
       BIBUtils.dll   BIBUtils 2013/03/19-12:09:02   79.535293   79.535293
       boost_date_time.dll   DVA Product   7.0.0  
       boost_signals.dll   DVA Product   7.0.0  
       boost_system.dll   DVA Product   7.0.0  
       boost_threads.dll   DVA Product   7.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.1.6.30158   2.1.6.30158
       CITThreading.dll   Adobe CITThreading   2.1.6.30158   2.1.6.30158
       CoolType.dll   CoolType 2013/03/19-12:09:02   79.535293   79.535293
       dvaaudiodevice.dll   DVA Product   7.0.0  
       dvacore.dll   DVA Product   7.0.0  
       dvamarshal.dll   DVA Product   7.0.0  
       dvamediatypes.dll   DVA Product   7.0.0  
       dvaplayer.dll   DVA Product   7.0.0  
       dvatransport.dll   DVA Product   7.0.0  
       dvaunittesting.dll   DVA Product   7.0.0  
       dynamiclink.dll   DVA Product   7.0.0  
       ExtendScript.dll   ExtendScript 2013/03/21-12:10:31   79.535742   79.535742
       FileInfo.dll   Adobe XMP FileInfo 2013/03/19-12:09:02   79.151561   79.151561
       filter_graph.dll   AIF   5.0   79.534508
       icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       imslib.dll   IMSLib DLL   7.0.0.37  
       JP2KLib.dll   JP2KLib 2013/02/19-12:28:44   79.248139   79.248139
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       LogSession.dll   LogSession   2.1.2.1756  
       mediacoreif.dll   DVA Product   7.0.0  
       MPS.dll   MPS 2013/03/15-13:25:52   79.535029   79.535029
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       PatchMatch.dll   PatchMatch 0000/00/00-00:00:00   1.   1.
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CC   CC  
       Plugin.dll   Adobe Photoshop CC   CC  
       PlugPlugOwl.dll   Adobe(R) CSXS PlugPlugOwl Standard Dll (64 bit)   4.0.1.34  
       PSArt.dll   Adobe Photoshop CC   CC  
       PSViews.dll   Adobe Photoshop CC   CC  
       SCCore.dll   ScCore 2013/03/21-12:10:31   79.535742   79.535742
       ScriptUIFlex.dll   ScriptUIFlex 2013/03/21-12:10:31   79.535742   79.535742
       svml_dispmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       tbb.dll   Intel(R) Threading Building Blocks for Windows   4, 1, 2012, 1003  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   4, 1, 2012, 1003  
       updaternotifications.dll   Adobe Updater Notifications Library   7.0.1.102 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   7.0.1.102
       WRServices.dll   WRServices Mon Feb 25 2013 16:09:10   Build 0.19078   0.19078
    Required plug-ins:
       3D Studio 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Accented Edges 14.0
       Adaptive Wide Angle 14.0
       Angled Strokes 14.0
       Average 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Bas Relief 14.0
       BMP 14.0
       Camera Raw 8.1
       Camera Raw Filter 8.1
       Chalk & Charcoal 14.0
       Charcoal 14.0
       Chrome 14.0
       Cineon 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Clouds 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Collada 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Color Halftone 14.0
       Colored Pencil 14.0
       CompuServe GIF 14.0
       Conté Crayon 14.0
       Craquelure 14.0
       Crop and Straighten Photos 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Crop and Straighten Photos Filter 14.0
       Crosshatch 14.0
       Crystallize 14.0
       Cutout 14.0
       Dark Strokes 14.0
       De-Interlace 14.0
       Dicom 14.0
       Difference Clouds 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Diffuse Glow 14.0
       Displace 14.0
       Dry Brush 14.0
       Eazel Acquire 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Embed Watermark 4.0
       Entropy 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Extrude 14.0
       FastCore Routines 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Fibers 14.0
       Film Grain 14.0
       Filter Gallery 14.0
       Flash 3D 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Fresco 14.0
       Glass 14.0
       Glowing Edges 14.0
       Google Earth 4 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Grain 14.0
       Graphic Pen 14.0
       Halftone Pattern 14.0
       HDRMergeUI 14.0
       IFF Format 14.0
       Ink Outlines 14.0
       JPEG 2000 14.0
       Kurtosis 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Lens Blur 14.0
       Lens Correction 14.0
       Lens Flare 14.0
       Liquify 14.0
       Matlab Operation 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Maximum 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Mean 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Measurement Core 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Median 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Mezzotint 14.0
       Minimum 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       MMXCore Routines 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Mosaic Tiles 14.0
       Multiprocessor Support 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Neon Glow 14.0
       Note Paper 14.0
       NTSC Colors 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Ocean Ripple 14.0
       Oil Paint 14.0
       OpenEXR 14.0
       Paint Daubs 14.0
       Palette Knife 14.0
       Patchwork 14.0
       Paths to Illustrator 14.0
       PCX 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Photocopy 14.0
       Photoshop 3D Engine 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Picture Package Filter 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Pinch 14.0
       Pixar 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Plaster 14.0
       Plastic Wrap 14.0
       PNG 14.0
       Pointillize 14.0
       Polar Coordinates 14.0
       Portable Bit Map 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Poster Edges 14.0
       Radial Blur 14.0
       Radiance 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Range 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Read Watermark 4.0
       Reticulation 14.0
       Ripple 14.0
       Rough Pastels 14.0
       Save for Web 14.0
       ScriptingSupport 14.0
       Shake Reduction 14.0
       Shear 14.0
       Skewness 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Smart Blur 14.0
       Smudge Stick 14.0
       Solarize 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Spatter 14.0
       Spherize 14.0
       Sponge 14.0
       Sprayed Strokes 14.0
       Stained Glass 14.0
       Stamp 14.0
       Standard Deviation 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       STL 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Sumi-e 14.0
       Summation 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Targa 14.0
       Texturizer 14.0
       Tiles 14.0
       Torn Edges 14.0
       Twirl 14.0
       Underpainting 14.0
       Vanishing Point 14.0
       Variance 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Variations 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Water Paper 14.0
       Watercolor 14.0
       Wave 14.0
       Wavefront|OBJ 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       WIA Support 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Wind 14.0
       Wireless Bitmap 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       ZigZag 14.0
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash:
       Kuler
       Adobe Exchange
    Installed TWAIN devices: NONE
    The crash report text is
    <?xml version="1.0" encoding="UTF-16"?>
    <DATABASE>
    <EXE NAME="Photoshop.exe" FILTER="CMI_FILTER_PRIVACY">
        <MATCHING_FILE NAME="ACE.dll" SIZE="1884552" CHECKSUM="0x636BBC30" BIN_FILE_VERSION="2.20.2.30665" BIN_PRODUCT_VERSION="2.20.0.1" PRODUCT_VERSION="79.535293" FILE_DESCRIPTION="Adobe Color Engine" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="ACE 2013/03/19-12:09:02" FILE_VERSION="2.20.02.30665" ORIGINAL_FILENAME="ACE.dll" INTERNAL_NAME="ACE" LEGAL_COPYRIGHT="© 1999-2011 Adobe Systems Incorporated" VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x1DA57A" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="2.20.2.30665" UPTO_BIN_PRODUCT_VERSION="2.20.0.1" LINK_DATE="03/20/2013 03:08:02" UPTO_LINK_DATE="03/20/2013 03:08:02" EXPORT_NAME="ACE.dll" VER_LANGUAGE="English (Ireland) [0x800]" EXE_WRAPPER="0x0" FILE_ID="0000a5a3a11dde2a4519844b6dbd03c73953710f22af" PROGRAM_ID="0003240d66cdcb86f2f91a12a1cab17845eb00000008" />
        <MATCHING_FILE NAME="adbeape.dll" SIZE="39304" CHECKSUM="0xB46A72C5" BIN_FILE_VERSION="3.4.0.29366" BIN_PRODUCT_VERSION="3.4.0.29366" PRODUCT_VERSION="0.1160850" FILE_DESCRIPTION="Adobe APE(64 bit)" COMPANY_NAME="Adobe Systems, Incorporated " PRODUCT_NAME="Adobe APE 2013/02/04-09:52:32" FILE_VERSION="3.4.0.29366" ORIGINAL_FILENAME="adbeape.dll" INTERNAL_NAME="Adobe APE" LEGAL_COPYRIGHT="© 2006-2011 Adobe Systems Incorporated. All rights reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x146F8" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="3.4.0.29366" UPTO_BIN_PRODUCT_VERSION="3.4.0.29366" LINK_DATE="02/04/2013 19:25:54" UPTO_LINK_DATE="02/04/2013 19:25:54" EXPORT_NAME="adbeape.dll" VER_LANGUAGE="English (United States) [0x409]" EXE_WRAPPER="0x0" FILE_ID="0000de9524d3f8a73ad413329e6aa1897caec3026717" PROGRAM_ID="0003087da914757de2cf5fb51ef85e36d9e300000904" />
        <MATCHING_FILE NAME="AdobeLinguistic.dll" SIZE="1665416" CHECKSUM="0x2B2600B8" BIN_FILE_VERSION="7.0.0.18999" BIN_PRODUCT_VERSION="7.0.32.1" PRODUCT_VERSION="7.0.0" FILE_DESCRIPTION="Linguistic Library" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="Adobe Linguisitc Library" FILE_VERSION="7.0.0.18999" ORIGINAL_FILENAME="AdobeLinguistic.dll" INTERNAL_NAME="Lilo" LEGAL_COPYRIGHT="Copyright 1999-2013 Adobe Systems Incorporated. All Rights Reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x19D599" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="7.0.0.18999" UPTO_BIN_PRODUCT_VERSION="7.0.32.1" LINK_DATE="02/05/2013 13:04:23" UPTO_LINK_DATE="02/05/2013 13:04:23" EXPORT_NAME="AdobeLinguistic.dll" VER_LANGUAGE="English (United States) [0x409]" EXE_WRAPPER="0x0" FILE_ID="0000ac35e76d482431a6388df06c153096f80af393e4" PROGRAM_ID="0003d70963a42680ebc0e175fd09171eef3800000904" />
        <MATCHING_FILE NAME="AdobeOwl.dll" SIZE="2246024" CHECKSUM="0xB7594AF3" BIN_FILE_VERSION="5.0.13.0" BIN_PRODUCT_VERSION="5.0.13.0" PRODUCT_VERSION="5.0.13" FILE_DESCRIPTION="Adobe Owl(64 bit)" COMPANY_NAME="Adobe Systems, Incorporated " PRODUCT_NAME="Adobe Owl 2013/03/03-12:10:08" FILE_VERSION="5.0.13" ORIGINAL_FILENAME="AdobeOwl.dll" INTERNAL_NAME="Adobe Owl" LEGAL_COPYRIGHT="Copyright © 2006-2011 Adobe Systems Incorporated. All Rights Reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x22604A" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="5.0.13.0" UPTO_BIN_PRODUCT_VERSION="5.0.13.0" LINK_DATE="03/03/2013 20:53:34" UPTO_LINK_DATE="03/03/2013 20:53:34" EXPORT_NAME="AdobeOwl.dll" VER_LANGUAGE="English (United States) [0x409]" EXE_WRAPPER="0x0" FILE_ID="00009bf96064fe3dadfa5f9687a64e87ecdd6bd62226" PROGRAM_ID="0003163b29344139bc93ea8c9ad1667eded000000904" />
        <MATCHING_FILE NAME="AdobePDFL.dll" SIZE="9151368" CHECKSUM="0x14B307AE" BIN_FILE_VERSION="10.0.1.30505" BIN_PRODUCT_VERSION="10.0.1.30505" PRODUCT_VERSION="79.499517" FILE_DESCRIPTION="Adobe PDF Library" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="PDFL 2013/03/13-12:09:15" FILE_VERSION="10.0.1.30505" ORIGINAL_FILENAME="AdobePDFL.dll" INTERNAL_NAME="PDFL" LEGAL_COPYRIGHT="© 1987-2012 Adobe Systems Incorporated.
    All Rights Reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x8C99C4" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="10.0.1.30505" UPTO_BIN_PRODUCT_VERSION="10.0.1.30505" LINK_DATE="03/13/2013 21:36:01" UPTO_LINK_DATE="03/13/2013 21:36:01" EXPORT_NAME="AdobePDFL.dll" VER_LANGUAGE="English (United States) [0x409]" EXE_WRAPPER="0x0" FILE_ID="000009bd065377adf3b8f6a1b606e84c077529d6fc62" PROGRAM_ID="00033288c2e71bc351de8e847093e388f62000000904" />
        <MATCHING_FILE NAME="AdobePIP.dll" SIZE="877448" CHECKSUM="0x5A99E06E" BIN_FILE_VERSION="7.0.0.1768" BIN_PRODUCT_VERSION="7.0.0.1768" PRODUCT_VERSION="7.0.0.1768" FILE_DESCRIPTION="Adobe Product Improvement Program" COMPANY_NAME="Adobe Systems, Incorporated" PRODUCT_NAME="Adobe Product Improvement Program" FILE_VERSION="7.0.0.1768" ORIGINAL_FILENAME="AdobePIP.dll" INTERNAL_NAME="AdobePIP" LEGAL_COPYRIGHT="Copyright 2008-10 Adobe Systems Incorporated. All rights reserved" VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xE02FD" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="7.0.0.1768" UPTO_BIN_PRODUCT_VERSION="7.0.0.1768" LINK_DATE="02/27/2013 07:25:10" UPTO_LINK_DATE="02/27/2013 07:25:10" EXPORT_NAME="AdobePIP.dll" VER_LANGUAGE="Language Neutral [0x0]" EXE_WRAPPER="0x0" FILE_ID="0000060a759f20a4b392c087e78562c8c6ec73abb8e6" PROGRAM_ID="00039503117e8754359cb643150d9e287d0600000000" />
        <MATCHING_FILE NAME="AdobeXMP.dll" SIZE="447368" CHECKSUM="0x70188B62" BIN_FILE_VERSION="5.5.14.30505" BIN_PRODUCT_VERSION="5.5.14.0" PRODUCT_VERSION="79.151481" FILE_DESCRIPTION="Adobe XMP Core 5.5-c014 ( 64 bit )" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="Adobe XMP Core 2013/03/13-12:09:15" FILE_VERSION="5.5-c014 ( 64 bit ), 79.151481, 2013/03/13-12:09:15" ORIGINAL_FILENAME="AdobeXMP.dll" INTERNAL_NAME="AdobeXMPCore" LEGAL_COPYRIGHT="Copyright 2002-2009, Adobe Systems Incorporated. All Rights Reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x7035C" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="5.5.14.30505" UPTO_BIN_PRODUCT_VERSION="5.5.14.0" LINK_DATE="03/13/2013 21:24:22" UPTO_LINK_DATE="03/13/2013 21:24:22" EXPORT_NAME="AdobeXMP.dll" VER_LANGUAGE="English (Ireland) [0x800]" EXE_WRAPPER="0x0" FILE_ID="0000754a7c40f276f6b907ab93ec778fc8ea4232c178" PROGRAM_ID="0003c9af372c36d30f8fc6cb5fc048103d3200000008" />
        <MATCHING_FILE NAME="AdobeXMPFiles.dll" SIZE="1012616" CHECKSUM="0x41810543" BIN_FILE_VERSION="5.6.45.30505" BIN_PRODUCT_VERSION="5.6.45.0" PRODUCT_VERSION="79.151481" FILE_DESCRIPTION="Adobe XMP Files 5.6-f045 ( 64 bit )" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="Adobe XMP Files 2013/03/13-12:09:15" FILE_VERSION="5.6-f045 ( 64 bit ), 79.151481, 2013/03/13-12:09:15" ORIGINAL_FILENAME="AdobeXMPFiles.dll" INTERNAL_NAME="AdobeXMPFiles" LEGAL_COPYRIGHT="Copyright 2002-2009, Adobe Systems Incorporated. All Rights Reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x101377" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="5.6.45.30505" UPTO_BIN_PRODUCT_VERSION="5.6.45.0" LINK_DATE="03/13/2013 21:24:45" UPTO_LINK_DATE="03/13/2013 21:24:45" EXPORT_NAME="AdobeXMPFiles.dll" VER_LANGUAGE="English (Ireland) [0x800]" EXE_WRAPPER="0x0" FILE_ID="00002e92c504e9707a8bc5c3b6afd4b5f028a8012de6" PROGRAM_ID="00036b28aa77d76e0ad07542ce4e058a02eb00000008" />
        <MATCHING_FILE NAME="AdobeXMPScript.dll" SIZE="141192" CHECKSUM="0xDF3B225B" BIN_FILE_VERSION="5.2.2.30505" BIN_PRODUCT_VERSION="5.2.2.0" PRODUCT_VERSION="79.151481" FILE_DESCRIPTION="Adobe XMP Script 5.2-s002 ( 64 bit )" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="Adobe XMP Script 2013/03/13-12:09:15" FILE_VERSION="5.2-s002 ( 64 bit ), 79.151481, 2013/03/13-12:09:15" ORIGINAL_FILENAME="AdobeXMPScript.dll" INTERNAL_NAME="AdobeXMPScript" LEGAL_COPYRIGHT="Copyright 2002-2009, Adobe Systems Incorporated. All Rights Reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x31A48" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="5.2.2.30505" UPTO_BIN_PRODUCT_VERSION="5.2.2.0" LINK_DATE="03/13/2013 21:24:51" UPTO_LINK_DATE="03/13/2013 21:24:51" EXPORT_NAME="AdobeXMPScript.dll" VER_LANGUAGE="English (Ireland) [0x800]" EXE_WRAPPER="0x0" FILE_ID="0000ece9521864b572a9c91448996271508a79791229" PROGRAM_ID="00039b0df9ac50daa80d728d884e9a83c04b00000008" />
        <MATCHING_FILE NAME="adobe_caps.dll" SIZE="530312" CHECKSUM="0xDB1AA5F4" BIN_FILE_VERSION="7.0.0.21" BIN_PRODUCT_VERSION="7.0.0.21" PRODUCT_VERSION="7,0,0,21" FILE_DESCRIPTION="Adobe CAPS DLL" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="Adobe CAPS" FILE_VERSION="7,0,0,21" ORIGINAL_FILENAME="adobe_caps.dll" INTERNAL_NAME="adobe_caps.dll" LEGAL_COPYRIGHT="© 2005-2012 Adobe Systems Incorporated and its licensors. All rights reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x8B08F" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="7.0.0.21" UPTO_BIN_PRODUCT_VERSION="7.0.0.21" LINK_DATE="08/23/2012 15:32:00" UPTO_LINK_DATE="08/23/2012 15:32:00" EXPORT_NAME="adobe_caps.dll" VER_LANGUAGE="English (United States) [0x409]" EXE_WRAPPER="0x0" FILE_ID="0000e167caddb20298bfc95f192beb5116e582a57e83" PROGRAM_ID="00031b3528b8097b29d1368858327b9ea9b100000904" />
        <MATCHING_FILE NAME="AGM.dll" SIZE="4801928" CHECKSUM="0x5B0EBDCD" BIN_FILE_VERSION="4.30.19.30830" BIN_PRODUCT_VERSION="4.30.0.1" PRODUCT_VERSION="79.536232" FILE_DESCRIPTION="Adobe Graphics Manager" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="AGM 2013/03/29-12:09:59" FILE_VERSION="4.30.19.30830" ORIGINAL_FILENAME="AGM.dll" INTERNAL_NAME="AGM" LEGAL_COPYRIGHT="© 1984-2009 Adobe Systems Incorporated" VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x49EB7D" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="4.30.19.30830" UPTO_BIN_PRODUCT_VERSION="4.30.0.1" LINK_DATE="03/29/2013 20:44:30" UPTO_LINK_DATE="03/29/2013 20:44:30" EXPORT_NAME="AGM.dll" VER_LANGUAGE="English (Ireland) [0x800]" EXE_WRAPPER="0x0" FILE_ID="00000d1aa69384bc5778a1897e9cbc814e13661881ce" PROGRAM_ID="000371563ddd9de380c3bd004c081f3d9b9100000008" />
        <MATCHING_FILE NAME="ahclient.dll" SIZE="294280" CHECKSUM="0xE904960" BIN_FILE_VERSION="1.8.0.31" BIN_PRODUCT_VERSION="1.8.0.31" PRODUCT_VERSION="1,8,0,31" FILE_DESCRIPTION="Adobe Help Client Library" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME=" AdobeHelp Dynamic Link Library" FILE_VERSION="1,8,0,31" ORIGINAL_FILENAME="ahclient.dll" INTERNAL_NAME="AdobeHelp" LEGAL_COPYRIGHT="Copyright (C) 2008 Adobe Systems Inc." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x4C9BD" LINKER_VERSION="0x10000" UPTO_BIN_FILE_VERSION="1.8.0.31" UPTO_BIN_PRODUCT_VERSION="1.8.0.31" LINK_DATE="11/14/2012 07:32:37" UPTO_LINK_DATE="11/14/2012 07:32:37" EXPORT_NAME="ahclient.dll" VER_LANGUAGE="English (United States) [0x409]" EXE_WRAPPER="0x0" FILE_ID="00001708abf4ec7ba4d3a837a41a4567c180bdc5ff4c" PROGRAM_ID="00037650d62955e8aefb888fe97e68cfe4f700000904" />
        <MATCHING_FILE NAME="aif_core.dll" SIZE="499080" CHECKSUM="0xC5447432" BIN_FILE_VERSION="5.0.0.1" BIN_PRODUCT_VERSION="5.0.0.1" PRODUCT_VERSION="5.0" FILE_DESCRIPTION="Adobe Image Foundation" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="AIF" FILE_VERSION="5.0.00" ORIGINAL_FILENAME="" INTERNAL_NAME="AIF" LEGAL_COPYRIGHT="© 2005-2010 Adobe Systems Incorporated" VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x8448A" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="5.0.0.1" UPTO_BIN_PRODUCT_VERSION="5.0.0.1" LINK_DATE="03/12/2013 21:30:20" UPTO_LINK_DATE="03/12/2013 21:30:20" EXPORT_NAME="aif_core.dll" VER_LANGUAGE="English (Ireland) [0x800]" EXE_WRAPPER="0x0" FILE_ID="00009d485ddb1703c9deecbb3dbcff7df785ee8e661c" PROGRAM_ID="00034da7b6f62660163971449e009710cd8000000008" />
        <MATCHING_FILE NAME="aif_ocl.dll" SIZE="178056" CHECKSUM="0x3A6BC983" BIN_FILE_VERSION="5.0.0.1" BIN_PRODUCT_VERSION="5.0.0.1" PRODUCT_VERSION="5.0" FILE_DESCRIPTION="Adobe Image Foundation" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="AIF" FILE_VERSION="5.0.00" ORIGINAL_FILENAME="" INTERNAL_NAME="AIF" LEGAL_COPYRIGHT="© 2005-2010 Adobe Systems Incorporated" VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x38B92" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="5.0.0.1" UPTO_BIN_PRODUCT_VERSION="5.0.0.1" LINK_DATE="03/12/2013 21:30:36" UPTO_LINK_DATE="03/12/2013 21:30:36" EXPORT_NAME="aif_ocl.dll" VER_LANGUAGE="English (Ireland) [0x800]" EXE_WRAPPER="0x0" FILE_ID="0000d44de2335805426a0e0ea10b4831f6d5f98f8470" PROGRAM_ID="00034da7b6f62660163971449e009710cd8000000008" />
        <MATCHING_FILE NAME="aif_ogl.dll" SIZE="2655112" CHECKSUM="0xF38EE84B" BIN_FILE_VERSION="5.0.0.1" BIN_PRODUCT_VERSION="5.0.0.1" PRODUCT_VERSION="5.0" FILE_DESCRIPTION="Adobe Image Foundation" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="AIF" FILE_VERSION="5.0.00" ORIGINAL_FILENAME="" INTERNAL_NAME="AIF" LEGAL_COPYRIGHT="© 2005-2010 Adobe Systems Incorporated" VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x296C8E" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="5.0.0.1" UPTO_BIN_PRODUCT_VERSION="5.0.0.1" LINK_DATE="03/12/2013 21:30:29" UPTO_LINK_DATE="03/12/2013 21:30:29" EXPORT_NAME="aif_ogl.dll" VER_LANGUAGE="English (Ireland) [0x800]" EXE_WRAPPER="0x0" FILE_ID="0000a160c059574df29efa4c1a743a9c35509f2a4ca1" PROGRAM_ID="00034da7b6f62660163971449e009710cd8000000008" />
        <MATCHING_FILE NAME="AlignmentLib.dll" SIZE="10603400" CHECKSUM="0x7BF2A3B4" MODULE_TYPE="WIN32" PE_CHECKSUM="0xA278D7" LINKER_VERSION="0x0" LINK_DATE="04/23/2013 07:33:57" UPTO_LINK_DATE="04/23/2013 07:33:57" EXPORT_NAME="AlignmentLib.dll" EXE_WRAPPER="0x0" FILE_ID="000017295d4f45a0ab1f8c9648d59e60b1a86dc0ebc9" PROGRAM_ID="000390dbbd91643de0b593859028045291b00000ffff" />
        <MATCHING_FILE NAME="amtlib.dll" SIZE="2420104" CHECKSUM="0x93B69BA7" BIN_FILE_VERSION="7.0.0.169" BIN_PRODUCT_VERSION="7.0.0.169" PRODUCT_VERSION="7.0.0.169 BuildVersion: 7.0; BuildDate: Mon Apr 8 2013 2:31:50)" FILE_DESCRIPTION="AMT Licensing" COMPANY_NAME="Adobe Systems, Incorporated" PRODUCT_NAME="AMTLib (64 Bit)" FILE_VERSION="7.0.0.169" ORIGINAL_FILENAME="amtlib.dll" INTERNAL_NAME="amtlib" LEGAL_COPYRIGHT="Copyright 2006-2013 Adobe Systems Incorporated. All rights reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x25091C" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="7.0.0.169" UPTO_BIN_PRODUCT_VERSION="7.0.0.169" LINK_DATE="04/07/2013 20:09:11" UPTO_LINK_DATE="04/07/2013 20:09:11" EXPORT_NAME="amtlib.dll" VER_LANGUAGE="English (United States) [0x409]" EXE_WRAPPER="0x0" FILE_ID="000053d2ea1a499fc83e00eaea7b5dd088555105d35b" PROGRAM_ID="00032277542c2beb387b458892c624f2b85c00000904" />
        <MATCHING_FILE NAME="ARE.dll" SIZE="420744" CHECKSUM="0x998683E9" BIN_FILE_VERSION="1.5.2.30665" BIN_PRODUCT_VERSION="1.5.0.1" PRODUCT_VERSION="79.535293" FILE_DESCRIPTION="Adobe Raster Express" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="ARE 2013/03/19-12:09:02" FILE_VERSION="1.5.02.30665" ORIGINAL_FILENAME="ARE.dll" INTERNAL_NAME="ARE" LEGAL_COPYRIGHT="© 2000-2009 Adobe Systems Incorporated" VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x711BE" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.5.2.30665" UPTO_BIN_PRODUCT_VERSION="1.5.0.1" LINK_DATE="03/20/2013 03:10:03" UPTO_LINK_DATE="03/20/2013 03:10:03" EXPORT_NAME="ARE.dll" VER_LANGUAGE="English (Ireland) [0x800]" EXE_WRAPPER="0x0" FILE_ID="0000f90ffa69f789af7928541bfad55b955e8d928070" PROGRAM_ID="0003d949fd29156c3aae04873f576645e50700000008" />
        <MATCHING_FILE NAME="AXE8SharedExpat.dll" SIZE="196488" CHECKSUM="0xFB039733" BIN_FILE_VERSION="3.7.101.18636" BIN_PRODUCT_VERSION="3.7.0.1" PRODUCT_VERSION="66.26830" FILE_DESCRIPTION="AXE Shared EXPAT (UTF-8 native)" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="AXE8SharedExpat 2011/12/16-15:10:49" FILE_VERSION="3.7.101.18636" ORIGINAL_FILENAME="AXE8SharedExpat.dll" INTERNAL_NAME="AXE8SharedExpat" LEGAL_COPYRIGHT="© 2003-2010 Adobe Systems Incorporated" VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x3D850" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="3.7.101.18636" UPTO_BIN_PRODUCT_VERSION="3.7.0.1" LINK_DATE="12/17/2011 01:12:29" UPTO_LINK_DATE="12/17/2011 01:12:29" EXPORT_NAME="AXE8SharedExpat.dll" VER_LANGUAGE="English (Ireland) [0x800]" EXE_WRAPPER="0x0" FILE_ID="0000e37bd24d4a97e29a6b0c0e579343514712f9f339" PROGRAM_ID="00030a489ba1745326d9d8f2dbc82072d5b300000008" />
        <MATCHING_FILE NAME="AXEDOMCore.dll" SIZE="939912" CHECKSUM="0x33F3EAC4" BIN_FILE_VERSION="3.7.101.18636" BIN_PRODUCT_VERSION="3.7.0.1" PRODUCT_VERSION="66.26830" FILE_DESCRIPTION="Adobe XML Engine: DOM Core" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="AXEDOMCore 2011/12/16-15:10:49" FILE_VERSION="3.7.101.18636" ORIGINAL_FILENAME="AXEDOMCore.dll" INTERNAL_NAME="AXEDOMCore" LEGAL_COPYRIGHT="© 2001-2010 Adobe Systems Incorporated" VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xF457F" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="3.7.101.18636" UPTO_BIN_PRODUCT_VERSION="3.7.0.1" LINK_DATE="12/17/2011 01:11:37" UPTO_LINK_DATE="12/17/2011 01:11:37" EXPORT_NAME="AXEDOMCore.dll" VER_LANGUAGE="English (Ireland) [0x800]" EXE_WRAPPER="0x0" FILE_ID="00001b772df4d98ca4ddfdf0571153512b61d7321b24" PROGRAM_ID="000336c970d0e8a5b0df2022de3fc707186b00000008" />
        <MATCHING_FILE NAME="Bib.dll" SIZE="394632" CHECKSUM="0x23D855DD" BIN_FILE_VERSION="1.2.2.30665" BIN_PRODUCT_VERSION="1.2.0.1" PRODUCT_VERSION="79.535293" FILE_DESCRIPTION="Bravo Interface Binder" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="BIB 2013/03/19-12:09:02" FILE_VERSION="1.2.03.30665" ORIGINAL_FILENAME="BIB.dll" INTERNAL_NAME="BIB" LEGAL_COPYRIGHT="© 1995-2009 Adobe Systems Incorporated" VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x64643" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.2.2.30665" UPTO_BIN_PRODUCT_VERSION="1.2.0.1" LINK_DATE="03/20/2013 03:05:44" UPTO_LINK_DATE="03/20/2013 03:05:44" EXPORT_NAME="BIB.dll" VER_LANGUAGE="English (Ireland) [0x800]" EXE_WRAPPER="0x0" FILE_ID="00009533d9b9624cb07bd3842e4ab68dc6abb1020d97" PROGRAM_ID="000344459cc1fbfcc0adb6b2d42ef8569b2900000008" />
        <MATCHING_FILE NAME="BIBUtils.dll" SIZE="301960" CHECKSUM="0x39C05953" BIN_FILE_VERSION="1.1.1.1" BIN_PRODUCT_VERSION="1.1.0.1" PRODUCT_VERSION="79.535293" FILE_DESCRIPTION="Bravo Interface Binder Utilities" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="BIBUtils 2013/03/19-12:09:02" FILE_VERSION="1.1.01.30665" ORIGINAL_FILENAME="BIBUtils.dll" INTERNAL_NAME="BIBUtils" LEGAL_COPYRIGHT="© 1993-2009 Adobe Systems Incorporated" VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x547DF" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.1.1.1" UPTO_BIN_PRODUCT_VERSION="1.1.0.1" LINK_DATE="03/20/2013 03:07:13" UPTO_LINK_DATE="03/20/2013 03:07:13" EXPORT_NAME="BIBUtils.dll" VER_LANGUAGE="English (Ireland) [0x800]" EXE_WRAPPER="0x0" FILE_ID="00001438f6cc7ad305050751dc8519180a7816a0b1cc" PROGRAM_ID="00031c0fa6aa0c390d171bb8fead38fc90ea00000008" />
        <MATCHING_FILE NAME="boost_date_time.dll" SIZE="76168" CHECKSUM="0xE7F97D" BIN_FILE_VERSION="7.0.0.0" BIN_PRODUCT_VERSION="7.0.0.0" PRODUCT_VERSION="7.0.0" FILE_DESCRIPTION="DVA Product" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="DVA Product" FILE_VERSION="7.0.0.0" ORIGINAL_FILENAME="boost_date_time.dll" INTERNAL_NAME="boost_date_time" LEGAL_COPYRIGHT="Copyright 2013 Adobe Systems Incorporated.  All rights reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x0" MODULE_TYPE="WIN32" PE_CHECKSUM="0x21D1C" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="7.0.0.0" UPTO_BIN_PRODUCT_VERSION="7.0.0.0" LINK_DATE="03/30/2013 19:14:00" UPTO_LINK_DATE="03/30/2013 19:14:00" EXPORT_NAME="boost_date_time.dll" VER_LANGUAGE="English (United States) [0x409]" EXE_WRAPPER="0x0" FILE_ID="000007db9d0a55cc190e680baba2a5fdc1611439e0bf" PROGRAM_ID="0003e99dc810c640969f24d0f87b0a44d74800000904" />
        <MATCHING_FILE NAME="boost_signals.dll" SIZE="86408" CHECKSUM="0xEB4A59EF" BIN_FILE_VERSION="7.0.0.0" BIN_PRODUCT_VERSION="7.0.0.0" PRODUCT_VERSION="7.0.0" FILE_DESCRIPTION="DVA Product" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="DVA Product" FILE_VERSION="7.0.0.0" ORIGINAL_FILENAME="boost_signals.dll" INTERNAL_NAME="boost_signals" LEGAL_COPYRIGHT="Copyright 2013 Adobe Systems Incorporated.  All rights reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x0" MODULE_TYPE="WIN32" PE_CHECKSUM="0x1B818" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="7.0.0.0" UPTO_BIN_PRODUCT_VERSION="7.0.0.0" LINK_DATE="03/30/2013 19:14:00" UPTO_LINK_DATE="03/30/2013 19:14:00" EXPORT_NAME="boost_signals.dll" VER_LANGUAGE="English (United States) [0x409]" EXE_WRAPPER="0x0" FILE_ID="00003bb7b8695bc6bd2d8fa75fbcfef7f0a73c53447f" PROGRAM_ID="0003e99dc810c640969f24d0f87b0a44d74800000904" />
        <MATCHING_FILE NAME="boost_system.dll" SIZE="28040" CHECKSUM="0x72AD4B1A" BIN_FILE_VERSION="7.0.0.0" BIN_PRODUCT_VERSION="7.0.0.0" PRODUCT_VERSION="7.0.0" FILE_DESCRIPTION="DVA Product" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="DVA Product" FILE_VERSION="7.0.0.0" ORIGINAL_FILENAME="boost_system.dll" INTERNAL_NAME="boost_system" LEGAL_COPYRIGHT="Copyright 2013 Adobe Systems Incorporated.  All rights reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x0" MODULE_TYPE="WIN32" PE_CHECKSUM="0x14772" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="7.0.0.0" UPTO_BIN_PRODUCT_VERSION="7.0.0.0" LINK_DATE="03/30/2013 19:13:59" UPTO_LINK_DATE="03/30/2013 19:13:59" EXPORT_NAME="boost_system.dll" VER_LANGUAGE="English (United States) [0x409]" EXE_WRAPPER="0x0" FILE_ID="0000426a248abfebbe48bc3bbe6c2f2f6543b164b0d1" PROGRAM_ID="0003e99dc810c640969f24d0f87b0a44d74800000904" />
        <MATCHING_FILE NAME="boost_threads.dll" SIZE="77192" CHECKSUM="0xA115F375" BIN_FILE_VERSION="7.0.0.0" BIN_PRODUCT_VERSION="7.0.0.0" PRODUCT_VERSION="7.0.0" FILE_DESCRIPTION="DVA Product" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="DVA Product" FILE_VERSION="7.0.0.0" ORIGINAL_FILENAME="boost_threads.dll" INTERNAL_NAME="boost_threads" LEGAL_COPYRIGHT="Copyright 2013 Adobe Systems Incorporated.  All rights reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x0" MODULE_TYPE="WIN32" PE_CHECKSUM="0x1FAAF" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="7.0.0.0" UPTO_BIN_PRODUCT_VERSION="7.0.0.0" LINK_DATE="03/30/2013 19:14:02" UPTO_LINK_DATE="03/30/2013 19:14:02" EXPORT_NAME="boost_threads.dll" VER_LANGUAGE="English (United States) [0x409]" EXE_WRAPPER="0x0" FILE_ID="00007775c96ed50446b33eea17b557cbce68b6030030" PROGRAM_ID="0003e99dc810c640969f24d0f87b0a44d74800000904" />
        <MATCHING_FILE NAME="cg.dll" SIZE="9542248" CHECKSUM="0x5F515094" BIN_FILE_VERSION="3.0.0.7" BIN_PRODUCT_VERSION="3.0.0.7" PRODUCT_VERSION="3.0.00007" FILE_DESCRIPTION="Cg Core Runtime Library" COMPANY_NAME="NVIDIA Corporation" PRODUCT_NAME="NVIDIA Cg Runtime" FILE_VERSION="3.0.00007" ORIGINAL_FILENAME="cg.dll" INTERNAL_NAME="cg" LEGAL_COPYRIGHT="Copyright (C) 2002-2010, NVIDIA Corporation" VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x926230" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="3.0.0.7" UPTO_BIN_PRODUCT_VERSION="3.0.0.7" LINK_DATE="07/22/2010 21:03:37" UPTO_LINK_DATE="07/22/2010 21:03:37" EXPORT_NAME="cg.dll" VER_LANGUAGE="English (United States) [0x409]" EXE_WRAPPER="0x0" FILE_ID="0000a6e96c6f3519a88e48b795a5f03e510efa5f9cf1" PROGRAM_ID="0003ad01f1cbbe6cde678973c3333281b20100000904" />
        <MATCHING_FILE NAME="cgGL.dll" SIZE="453736" CHECKSUM="0x7626A598" BIN_FILE_VERSION="3.0.0.7" BIN_PRODUCT_VERSION="3.0.0.7" PRODUCT_VERSION="3.0.00007" FILE_DESCRIPTION="Cg GL Runtime Library" COMPANY_NAME="NVIDIA Corporation" PRODUCT_NAME="NVIDIA Cg Runtime" FILE_VERSION="3.0.00007" ORIGINAL_FILENAME="cgGL.dll" INTERNAL_NAME="cgGL" LEGAL_COPYRIGHT="Copyright (C) 2002-2010, NVIDIA Corporation" VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x76C24" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="3.0.0.7" UPTO_BIN_PRODUCT_VERSION="3.0.0.7" LINK_DATE="07/22/2010 21:05:16" UPTO_LINK_DATE="07/22/2010 21:05:16" EXPORT_NAME="cgGL.dll" VER_LANGUAGE="English (United States) [0x409]" EXE_WRAPPER="0x0" FILE_ID="00009e920274aa16b271cc032b1c3dfbe8e1310a4180" PROGRAM_ID="0003ad01f1cbbe6cde678973c3333281b20100000904" />
        <MATCHING_FILE NAME="CIT.dll" SIZE="671112" CHECKSUM="0xAB643F3D" BIN_FILE_VERSION="2.1.6.30158" BIN_PRODUCT_VERSION="2.1.6.0" PRODUCT_VERSION="2.1.6.30158" FILE_DESCRIPTION="CIT, 2.1.6.30158 ( 64 bit )" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="Adobe CIT" FILE_VERSION="2.1.6.30158 ( 64 bit )" ORIGINAL_FILENAME="CIT.dll" INTERNAL_NAME="Content Intelligence Toolkit (CIT)" LEGAL_COPYRIGHT="Copyright 2011, Adobe Systems Incorporated. All Rights Reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xB21F9" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="2.1.6.30158" UPTO_BIN_PRODUCT_VERSION="2.1.6.0" LINK_DATE="03/04/2013 21:38:36" UPTO_LINK_DATE="03/04/2013 21:38:36" EXPORT_NAME="CIT.dll" VER_LANGUAGE="English (Ireland) [0x800]" EXE_WRAPPER="0x0" FILE_ID="00006b8c1501988bdfe8812bda6faec901287bfa8409" PROGRAM_ID="000383e65ced003b7af3143525ee4c5d42a800000008" />
        <MATCHING_FILE NAME="CITThreading.dll" SIZE="150408" CHECKSUM="0x414ABB3E" BIN_FILE_VERSION="2.1.6.30158" BIN_PRODUCT_VERSION="2.1.6.0" PRODUCT_VERSION="2.1.6.30158" FILE_DESCRIPTION="CITThreading, 2.1.6.30158 ( 64 bit )" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="Adobe CITThreading" FILE_VERSION="2.1.6.30158 ( 64 bit )" ORIGINAL_FILENAME="CITThreading.dll" INTERNAL_NAME="Threading for Content Intelligence Toolkit (CIT)" LEGAL_COPYRIGHT="Copyright 2011, Adobe Systems Incorporated. All Rights Reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x2BC52" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="2.1.6.30158" UPTO_BIN_PRODUCT_VERSION="2.1.6.0" LINK_DATE="03/04/2013 21:38:24" UPTO_LINK_DATE="03/04/2013 21:38:24" EXPORT_NAME="CITThreading.dll" VER_LANGUAGE="English (Ireland) [0x800]" EXE_WRAPPER="0x0" FILE_ID="00007c0af1c3417cf153096a6fa473b56a29daa07af3" PROGRAM_ID="0003db1c534989163c1a56819a98c42f65a900000008" />
        <MATCHING_FILE NAME="CoolType.dll" SIZE="4397448" CHECKSUM="0xD6EE9751" BIN_FILE_VERSION="5.13.0.30665" BIN_PRODUCT_VERSION="5.13.0.1" PRODUCT_VERSION="79.535293" FILE_DESCRIPTION="CoolType Typography Engine" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="CoolType 2013/03/19-12:09:02" FILE_VERSION="5.13.00.30665" ORIGINAL_FILENAME="CoolType.dll" INTERNAL_NAME="CoolType" LEGAL_COPYRIGHT="© 1984-2009 Adobe Systems Incorporated" VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x4407C7" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="5.13.0.30665" UPTO_BIN_PRODUCT_VERSION="5.13.0.1" LINK_DATE="03/20/2013 03:20:12" UPTO_LINK_DATE="03/20/2013 03:20:12" EXPORT_NAME="CoolType.dll" VER_LANGUAGE="English (Ireland) [0x800]" EXE_WRAPPER="0x0" FILE_ID="0000c83dd6dec3f161620fd8859b46312986205d37c3" PROGRAM_ID="0003b604557069d761e07c0d97434963130000000008" />
        <MATCHING_FILE NAME="dvaaudiodevice.dll" SIZE="1171848" CHECKSUM="0x279F1DE3" BIN_FILE_VERSION="7.0.0.0" BIN_PRODUCT_VERSION="7.0.0.0" PRODUCT_VERSION="7.0.0" FILE_DESCRIPTION="DVA Product" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="DVA Product" FILE_VERSION="7.0.0.0" ORIGINAL_FILENAME="dvaaudiodevice.dll" INTERNAL_NAME="dvaaudiodevice" LEGAL_COPYRIGHT="Copyright 2013 Adobe Systems Incorporated.  All rights reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x0" MODULE_TYPE="WIN32" PE_CHECKSUM="0x11FEF3" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="7.0.0.0" UPTO_BIN_PRODUCT_VERSION="7.0.0.0" LINK_DATE="03/30/2013 19:15:07" UPTO_LINK_DATE="03/30/2013 19:15:07" EXPORT_NAME="dvaaudiodevice.dll" VER_LANGUAGE="English (United States) [0x409]" EXE_WRAPPER="0x0" FILE_ID="0000b844cf09f2c917d2d339a12641c06e68b18b9931" PROGRAM_ID="0003e99dc810c640969f24d0f87b0a44d74800000904" />
        <MATCHING_FILE NAME="dvacore.dll" SIZE="2779528" CHECKSUM="0x6808BF2D" BIN_FILE_VERSION="7.0.0.0" BIN_PRODUCT_VERSION="7.0.0.0" PRODUCT_VERSION="7.0.0" FILE_DESCRIPTION="DVA Product" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="DVA Product" FILE_VERSION="7.0.0.0" ORIGINAL_FILENAME="dvacore.dll" INTERNAL_NAME="dvacore" LEGAL_COPYRIGHT="Copyright 2013 Adobe Systems Incorporated.  All rights reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x0" MODULE_TYPE="WIN32" PE_CHECKSUM="0x2A7B58" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="7.0.0.0" UPTO_BIN_PRODUCT_VERSION="7.0.0.0" LINK_DATE="03/30/2013 19:14:26" UPTO_LINK_DATE="03/30/2013 19:14:26" EXPORT_NAME="dvacore.dll" VER_LANGUAGE="English (United States) [0x409]" EXE_WRAPPER="0x0" FILE_ID="0000e03aebc5c89acec1ec279f4f6bbbf73cec618600" PROGRAM_ID="0003e99dc810c640969f24d0f87b0a44d74800000904" />
        <MATCHING_FILE NAME="dvamarshal.dll" SIZE="289160" CHECKSUM="0x756E0A74" BIN_FILE_VERSION="7.0.0.0" BIN_PRODUCT_VERSION="7.0.0.0" PRODUCT_VERSION="7.0.0" FILE_DESCRIPTION="DVA Product" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="DVA Product" FILE_VERSION="7.0.0.0" ORIGINAL_FILENAME="dvamarshal.dll" INTERNAL_NAME="dvamarshal" LEGAL_COPYRIGHT="Copyright 2013 Adobe Systems Incorporated.  All rights reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x0" MODULE_TYPE="WIN32" PE_CHECKSUM="0x5303C" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="7.0.0.0" UPTO_BIN_PRODUCT_VERSION="7.0.0.0" LINK_DATE="03/30/2013 19:14:56" UPTO_LINK_DATE="03/30/2013 19:14:56" EXPORT_NAME="dvamarshal.dll" VER_LANGUAGE="English (United States) [0x409]" EXE_WRAPPER="0x0" FILE_ID="00004b5a091924c814fa75b856d99a0762799822e0ea" PROGRAM_ID="0003e99dc810c640969f24d0f87b0a44d74800000904" />
        <MATCHING_FILE NAME="dvamediatypes.dll" SIZE="298376" CHECKSUM="0x87836317" BIN_FILE_VERSION="7.0.0.0" BIN_PRODUCT_VERSION="7.0.0.0" PRODUCT_VERSION="7.0.0" FILE_DESCRIPTION="DVA Product" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="DVA Product" FILE_VERSION="7.0.0.0" ORIGINAL_FILENAME="dvamediatypes.dll" INTERNAL_NAME="dvamediatypes" LEGAL_COPYRIGHT="Copyright 2013 Adobe Systems Incorporated.  All rights reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x0" MODULE_TYPE="WIN32" PE_CHECKSUM="0x5695E" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="7.0.0.0" UPTO_BIN_PRODUCT_VERSION="7.0.0.0" LINK_DATE="03/30/2013 19:14:34" UPTO_LINK_DATE="03/30/2013 19:14:34" EXPORT_NAME="dvamediatypes.dll" VER_LANGUAGE="English (United States) [0x409]" EXE_WRAPPER="0x0" FILE_ID="000025109de8c8a14b993d276f694987890f88c169d1" PROGRAM_ID="0003e99dc810c640969f24d0f87b0a44d74800000904" />
        <MATCHING_FILE NAME="dvaplayer.dll" SIZE="1371016" CHECKSUM="0x900DE5E" BIN_FILE_VERSION="7.0.0.0" BIN_PRODUCT_VERSION="7.0.0.0" PRODUCT_VERSION="7.0.0" FILE_DESCRIPTION="DVA Product" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="DVA Product" FILE_VERSION="7.0.0.0" ORIGINAL_FILENAME="dvaplayer.dll" INTERNAL_NAME="dvaplayer" LEGAL_COPYRIGHT="Copyright 2013 Adobe Systems Incorporated.  All rights reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x0" MODULE_TYPE="WIN32" PE_CHECKSUM="0x15B44F" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="7.0.0.0" UPTO_BIN_PRODUCT_VERSION="7.0.0.0" LINK_DATE="03/30/2013 19:15:50" UPTO_LINK_DATE="03/30/2013 19:15:50" EXPORT_NAME="dvaplayer.dll" VER_LANGUAGE="English (United States) [0x409]" EXE_WRAPPER="0x0" FILE_ID="000080a172898361d6598d9524289d1be20987d34026" PROGRAM_ID="0003e99dc810c640969f24d0f87b0a44d74800000904" />
        <MATCHING_FILE NAME="dvatransport.dll" SIZE="678280" CHECKSUM="0xFC658B8E" BIN_FILE_VERSION="7.0.0.0" BIN_PRODUCT_VERSION="7.0.0.0" PRODUCT_VERSION="7.0.0" FILE_DESCRIPTION="DVA Product" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="DVA Product" FILE_VERSION="7.0.0.0" ORIGINAL_FILENAME="dvatransport.dll" INTERNAL_NAME="dvatransport" LEGAL_COPYRIGHT="Copyright 2013 Adobe Systems Incorporated.  All rights reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x0" MODULE_TYPE="WIN32" PE_CHECKSUM="0xA8E08" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="7.0.0.0" UPTO_BIN_PRODUCT_VERSION="7.0.0.0" LINK_DATE="03/30/2013 19:14:45" UPTO_LINK_DATE="03/30/2013 19:14:45" EXPORT_NAME="dvatransport.dll" VER_LANGUAGE="English (United States) [0x409]" EXE_WRAPPER="0x0" FILE_ID="0000db2b999ef742bc55882bf910208f19232daf9567" PROGRAM_ID="0003e99dc810c640969f24d0f87b0a44d74800000904" />
        <MATCHING_FILE NAME="dvaunittesting.dll" SIZE="232328" CHECKSUM="0x695382E5" BIN_FILE_VERSION="7.0.0.0" BIN_PRODUCT_VERSION="7.0.0.0" PRODUCT_VERSION="7.0.0" FILE_DESCRIPTION="DVA Product" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="DVA Product" FILE_VERSION="7.0.0.0" ORIGINAL_FILENAME="dvaunittesting.dll" INTERNAL_NAME="dvaunittesting" LEGAL_COPYRIGHT="Copyright 2013 Adobe Systems Incorporated.  All rights reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x0" MODULE_TYPE="WIN32" PE_CHECKSUM="0x48971" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="7.0.0.0" UPTO_BIN_PRODUCT_VERSION="7.0.0.0" LINK_DATE="03/30/2013 19:14:37" UPTO_LINK_DATE="03/30/2013 19:14:37" EXPORT_NAME="dvaunittesting.dll" VER_LANGUAGE="English (United States) [0x409]" EXE_WRAPPER="0x0" FILE_ID="00008403f33fec952377533adb83bfb947c157a05ae8" PROGRAM_ID="0003e99dc810c640969f24d0f87b0a44d74800000904" />
        <MATCHING_FILE NAME="dynamiclink.dll" SIZE="2511752" CHECKSUM="0xB15E568" BIN_FILE_VERSION="7.0.0.0" BIN_PRODUCT_VERSION="7.0.0.0" PRODUCT_VERSION="7.0.0" FILE_DESCRIPTION="DVA Product" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="DVA Product" FILE_VERSION="7.0.0.0" ORIGINAL_FILENAME="dynamiclink.dll" INTERNAL_NAME="dynamiclink" LEGAL_COPYRIGHT="Copyright 2013 Adobe Systems Incorporated.  All rights reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x0" MODULE_TYPE="WIN32" PE_CHECKSUM="0x26FAB3" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="7.0.0.0" UPTO_BIN_PRODUCT_VERSION="7.0.0.0" LINK_DATE="03/30/2013 19:15:15" UPTO_LINK_DATE="03/30/2013 19:15:15" EXPORT_NAME="dynamiclink.dll" VER_LANGUAGE="English (United States) [0x409]" EXE_WRAPPER="0x0" FILE_ID="00002bd31f490ae7d31c25546a2b799a0393d3daf2c7" PROGRAM_ID="0003e99dc810c640969f24d0f87b0a44d74800000904" />
        <MATCHING_FILE NAME="ExtendScript.dll" SIZE="797576" CHECKSUM="0x6B0D1AA7" BIN_FILE_VERSION="4.5.5.30746" BIN_PRODUCT_VERSION="4.5.5.30746" PRODUCT_VERSION="79.535742" FILE_DESCRIPTION="Adobe ExtendScript scripting engine (64 bit)" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="ExtendScript 2013/03/21-12:10:31" FILE_VERSION="4.5.5.30746" ORIGINAL_FILENAME="AdobeExtendScript.dll" INTERNAL_NAME="AdobeExtendScript" LEGAL_COPYRIGHT="© 1998-2012 Adobe Systems Incorporated. All Rights Reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xCA6E1" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="4.5.5.30746" UPTO_BIN_PRODUCT_VERSION="4.5.5.30746" LINK_DATE="03/21/2013 20:28:22" UPTO_LINK_DATE="03/21/2013 20:28:22" EXPORT_NAME="ExtendScript.dll" VER_LANGUAGE="English (United States) [0x409]" EXE_WRAPPER="0x0" FILE_ID="0000921e3af0e664de83d305b37d2f0e62ade7f1aca2" PROGRAM_ID="00033a6344b80e59b9c51940e7a5c17306d400000904" />
        <MATCHING_FILE NAME="FileInfo.dll" SIZE="2753928" CHECKSUM="0x9930A4DC" BIN_FILE_VERSION="5.3.3.30665" BIN_PRODUCT_VERSION="5.3.3.30665" PRODUCT_VERSION="79.151561" FILE_DESCRIPTION="Adobe XMP FileInfo 5.3.0.0-ia003 ( 64 bit )" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="Adobe XMP FileInfo 2013/03/19-12:09:02" FILE_VERSION="5.3.0.0-ia003 ( 64 bit ), 79.151561, 2013/03/19-12:09:02" ORIGINAL_FILENAME="FileInfo.dll" INTERNAL_NAME="AdobeXMPFileInfo" LEGAL_COPYRIGHT="Copyright 2002-2011, Adobe Systems Incorporated. All Rights Reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x2AE7D1" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="5.3.3.30665" UPTO_BIN_PRODUCT_VERSION="5.3.3.30665" LINK_DATE="03/20/2013 03:50:04" UPTO_LINK_DATE="03/20/2013 03:50:04" EXPORT_NAME="FileInfo.dll" VER_LANGUAGE="Language Neutral [0x0]" EXE_WRAPPER="0x0" FILE_ID="0000985e1794f56325721cac6df32c17ebc2dfbe2ff9" PROGRAM_ID="0003a7073aa9fd8e4d0f4c29b1ab4d7cf73e00000000" />
        <MATCHING_FILE NAME="filter_graph.dll" SIZE="1661832" CHECKSUM="0x1B712F5" BIN_FILE_VERSION="5.0.0.1" BIN_PRODUCT_VERSION="5.0.0.1" PRODUCT_VERSION="5.0" FILE_DESCRIPTION="Adobe Image Foundation" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="AIF" FILE_VERSION="5.0.00" ORIGINAL_FILENAME="" INTERNAL_NAME="AIF" LEGAL_COPYRIGHT="© 2005-2010 Adobe Systems Incorporated" VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x1A320D" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="5.0.0.1" UPTO_BIN_PRODUCT_VERSION="5.0.0.1" LINK_DATE="03/12/2013 21:30:54" UPTO_LINK_DATE="03/12/2013 21:30:54" EXPORT_NAME="filter_graph.dll" VER_LANGUAGE="English (Ireland) [0x800]" EXE_WRAPPER="0x0" FILE_ID="0000d3bac37dfdb8d082abd7aa2c42cbfa80edd72519" PROGRAM_ID="00034da7b6f62660163971449e009710cd8000000008" />
        <MATCHING_FILE NAME="icucnv40.dll" SIZE="863112" CHECKSUM="0x381EE50D" BIN_FILE_VERSION="4.0.0.0" BIN_PRODUCT_VERSION="4.0.0.0" PRODUCT_VERSION=" Build gtlib_3.0.16615" FILE_DESCRIPTION="IBM ICU Common DLL" COMPANY_NAME="IBM Corporation and others" PRODUCT_NAME="International Components for Unicode 2011/11/15-16:30:22" FILE_VERSION="4, 0, 0, 1012" ORIGINAL_FILENAME="icuuc40.dll" LEGAL_COPYRIGHT=" Copyright (C) 2008, International Business Machines Corporation and others. All Rights Reserved. " VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xDA9C2" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="4.0.0.0" UPTO_BIN_PRODUCT_VERSION="4.0.0.0" LINK_DATE="11/16/2011 04:59:16" UPTO_LINK_DATE="11/16/2011 04:59:16" EXPORT_NAME="icucnv40.dll" VER_LANGUAGE="Language Neutral [0x0]" EXE_WRAPPER="0x0" FILE_ID="00008d81751c5ecee333996687de8d899d3f9adf3f16" PROGRAM_ID="0003c8898e4cfc7bc3918d26bf08bead909300000000" />
        <MATCHING_FILE NAME="icudt40.dll" SIZE="97160" CHECKSUM="0x3C384A9A" BIN_FILE_VERSION="4.0.0.0" BIN_PRODUCT_VERSION="4.0.0.0" PRODUCT_VERSION=" Build gtlib_3.0.16615" FILE_DESCRIPTION="ICU Data DLL" COMPANY_NAME="IBM Corporation and others" PRODUCT_NAME="International Components for Unicode 2011/11/15-16:30:22" FILE_VERSION="4, 0, 0, 1012" ORIGINAL_FILENAME="icudt40.dll" LEGAL_COPYRIGHT=" Copyright (C) 2008, International Business Machines Corporation and others. All Rights Reserved. " VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x1E488" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="4.0.0.0" UPTO_BIN_PRODUCT_VERSION="4.0.0.0" LINK_DATE="11/16/2011 05:11:43" UPTO_LINK_DATE="11/16/2011 05:11:43" EXPORT_NAME="icudt40.dll" VER_LANGUAGE="Language Neutral [0x0]" EXE_WRAPPER="0x0" FILE_ID="0000e1d7e572b8c1dca189abf3c02684deb9122e315d" PROGRAM_ID="0003c8898e4cfc7bc3918d26bf08bead909300000000" />
        <MATCHING_FILE NAME="imslib.dll" SIZE="1526656" CHECKSUM="0xB25204BE" BIN_FILE_VERSION="7.0.0.37" BIN_PRODUCT_VERSION="7.0.0.37" PRODUCT_VERSION="7.0.0.37" FILE_DESCRIPTION="IMSLib DLL" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="IMSLib DLL" FILE_VERSION="7.0.0.37" ORIGINAL_FILENAME="IMSLib.dll" INTERNAL_NAME="IMSLib" LEGAL_COPYRIGHT="Copyright 2009-2013 Adobe Systems Incorporated. All rights reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x177278" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="7.0.0.37" UPTO_BIN_PRODUCT_VERSION="7.0.0.37" LINK_DATE="02/18/2013 22:39:28" UPTO_LINK_DATE="02/18/2013 22:39:28" EXPORT_NAME="IMSLib.dll" VER_LANGUAGE="English (United States) [0x409]" EXE_WRAPPER="0x0" FILE_ID="0000139c5f5e171ea8e4d4a596aab69e4cb291b6b447" PROGRAM_ID="00030669f915b92c13aa75a8364a1bc0157b00000904" />
        <MATCHING_FILE NAME="JP2KLib.dll" SIZE="900488" CHECKSUM="0x9B596E60" BIN_FILE_VERSION="1.2.2.29712" BIN_PRODUCT_VERSION="1.2.2.29712" PRODUCT_VERSION="79.248139" FILE_DESCRIPTION="Adobe JPEG2000 Core Library" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="JP2KLib 2013/02/19-12:28:44" FILE_VERSION="1.2.2.29712" ORIGINAL_FILENAME="JP2KLib.dll" INTERNAL_NAME="JP2KLib" LEGAL_COPYRIGHT="© 2009 Adobe Systems Incorporated.
    All Rights Reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xE0934" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.2.2.29712" UPTO_BIN_PRODUCT_VERSION="1.2.2.29712" LINK_DATE="02/19/2013 22:00:58" UPTO_LINK_DATE="02/19/2013 22:00:58" EXPORT_NAME="JP2KLib.dll" VER_LANGUAGE="English (United States) [0x409]" EXE_WRAPPER="0x0" FILE_ID="0000d7dd38ca27ebe9838a014f10deebdeffe18a7754" PROGRAM_ID="0003a4356d1e0af0f1f631a785e9a4702fe100000904" />
        <MATCHING_FILE NAME="libcurl.dll" SIZE="224136" CHECKSUM="0xBA363F2A" MODULE_TYPE="WIN32" PE_CHECKSUM="0x3FED8" LINKER_VERSION="0x0" LINK_DATE="09/24/2009 21:19:10" UPTO_LINK_DATE="09/24/2009 21:19:10" EXPORT_NAME="libcurl.dll" EXE_WRAPPER="0x0" FILE_ID="00009c42d7aeda3673a4ad5383dc8e5e694bfdd85deb" PROGRAM_ID="0003d9c8c8c302a68522eafcb49876ccd6a60000ffff" />
        <MATCHING_FILE NAME="libeay32.dll" SIZE="1293704" CHECKSUM="0xC067BDDB" MODULE_TYPE="WIN32" PE_CHECKSUM="0x140BAB" LINKER_VERSION="0x0" LINK_DATE="09/24/2009 20:59:44" UPTO_LINK_DATE="09/24/2009 20:59:44" EXPORT_NAME="LIBEAY32.dll" EXE_WRAPPER="0x0" FILE_ID="000072b3d30b9d4fd0e3b44655f7e93daf6bab6f0f6e" PROGRAM_ID="000391594acc7608f8acaa56b7bc8e033df00000ffff" />
        <MATCHING_FILE NAME="libexpat.dll" SIZE="135048" CHECKSUM="0x32F39C55" MODULE_TYPE="WIN32" PE_CHECKSUM="0x27A8D" LINKER_VERSION="0x0" LINK_DATE="09/15/2009 19:32:40" UPTO_LINK_DATE="09/15/2009 19:32:40" EXPORT_NAME="libexpat.dll" EXE_WRAPPER="0x0" FILE_ID="000002d3fc9522af433296dc30a771b92abe153fc6e6" PROGRAM_ID="0003a93a9b17a303fe5ad97391f333c0dffd0000ffff" />
        <MATCHING_FILE NAME="libifcoremd.dll" SIZE="1019272" CHECKSUM="0xF11AAD4F" BIN_FILE_VERSION="10.0.101.101" BIN_PRODUCT_VERSION="10.0.101.0" PRODUCT_VERSION="10.0 (Update A)" FILE_DESCRIPTION="Intel(r) Fortran Compiler RTL (thread-safe) " COMPANY_NAME="Intel Corporation" PRODUCT_NAME="Intel(r) Visual Fortran Compiler" FILE_VERSION="10.0 - 101 (Update A)" ORIGINAL_FILENAME="libifcoremd.dll" INTERNAL_NAME="libifcoremd.dll" LEGAL_COPYRIGHT="Copyright (c) 2007 Intel Corporation" VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xFDC94" LINKER_VERSION="0xA0001" UPTO_BIN_FILE_VERSION="10.0.101.101" UPTO_BIN_PRODUCT_VERSION="10.0.101.0" LINK_DATE="08/10/2007 03:01:21" UPTO_LINK_DATE="08/10/2007 03:01:21" EXPORT_NAME="libifcoremd.dll" VER_LANGUAGE="English (United States) [0x409]" EXE_WRAPPER="0x0" FILE_ID="0000e636ddbddb47763cad331da60ff8bddcd7a456d1" PROGRAM_ID="000338c57d212b3a4fda5582c0a1fb61e0a900000904" />
        <MATCHING_FILE NAME="libmmd.dll" SIZE="3255736" CHECKSUM="0xBC604664" BIN_FILE_VERSION="12.0.12.2" BIN_PRODUCT_VERSION="12.0.0.0" PRODUCT_VERSION="12.0" FILE_DESCRIPTION="Math Library for Intel(r) Compilers (thread-safe)" COMPANY_NAME="Intel Corporation" PRODUCT_NAME="Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler" FILE_VERSION="12.0.12.2" ORIGINAL_FILENAME="libmmd.dll" INTERNAL_NAME="libmmd.dll" LEGAL_COPYRIGHT="Copyright (c) 1985-2011 Intel Corporation. All rights reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x0" VERFILETYPE="0x0" MODULE_TYPE="WIN32" PE_CHECKSUM="0x31F729" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="12.0.12.2" UPTO_BIN_PRODUCT_VERSION="12.0.0.0" LINK_DATE="04/11/2012 04:29:02" UPTO_LINK_DATE="04/11/2012 04:29:02" EXPORT_NAME="libmmd.dll" VER_LANGUAGE="English (United States) [0x409]" EXE_WRAPPER="0x0" FILE_ID="00009e0e232c27d684ca55998ef706e33818a1e7880d" PROGRAM_ID="00039254f288d9069c6fe316313fb47f1a9200000904" />
        <MATCHING_FILE NAME="LogSession.dll" SIZE="373128" CHECKSUM="0xAD6FAE18" BIN_FILE_VERSION="2.1.2.1756" BIN_PRODUCT_VERSION="2.1.2.1756" PRODUCT_VERSION="2.1.2.1756" FILE_DESCRIPTION="LogSession" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="LogSession" FILE_VERSION="2.1.2.1756" ORIGINAL_FILENAME="LogSession.dll" INTERNAL_NAME="LogSession" LEGAL_COPYRIGHT="Copyright 2008 - 10 Adobe Systems Incorporated. All rights reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x60C2D" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="2.1.2.1756" UPTO_BIN_PRODUCT_VERSION="2.1.2.1756" LINK_DATE="02/01/2013 20:05:46" UPTO_LINK_DATE="02/01/2013 20:05:46" EXPORT_NAME="LogSession.dll" VER_LANGUAGE="English (United States) [0x409]" EXE_WRAPPER="0x0" FILE_ID="0000fba7156f75d45fb5dac3781d48d7abf2fb759646" PROGRAM_ID="0003452a32482c4e2e34fd0436112b4a55bf00000904" />
        <MATCHING_FILE NAME="LogTransport2.exe" SIZE="465800" CHECKSUM="0x6A98B9F2" BIN_FILE_VERSION="2.1.2.1756" BIN_PRODUCT_VERSION="2.1.2.1756" PRODUCT_VERSION="2.1.2.1756" FILE_DESCRIPTION="LogTransport Application" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME=" LogTransport Application" FILE_VERSION="2.1.2.1756" ORIGINAL_FILENAME="LogTransport2.exe" INTERNAL_NAME="LogTransport2" LEGAL_COPYRIGHT="Copyright 2008 - 10 Adobe Systems Incorporated. All rights reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x79ADF" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="2.1.2.1756" UPTO_BIN_PRODUCT_VERSION="2.1.2.1756" LINK_DATE="02/01/2013 20:05:08" UPTO_LINK_DATE="02/01/2013 20:05:08" VER_LANGUAGE="English (United States) [0x409]" EXE_WRAPPER="0x0" FILE_ID="000017cec290f821e9cf7d7d7c1d9782eef5f718675b" PROGRAM_ID="0003c6359efafce0a2e50439c46fd3103e4700000904" />
        <MATCHING_FILE NAME="mediacoreif.dll" SIZE="3599240" CHECKSUM="0x903DC528" BIN_FILE_VERSION="7.0.0.0" BIN_PRODUCT_VERSION="7.0.0.0" PRODUCT_VERSION="7.0.0" FILE_DESCRIPTION="DVA Product" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="DVA Product" FILE_VERSION="7.0.0.0" ORIGINAL_FILENAME="mediacoreif.dll" INTERNAL_NAME="mediacoreif" LEGAL_COPYRIGHT="Copyright 2013 Adobe Systems Incorporated.  All rights reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x0" MODULE_TYPE="WIN32" PE_CHECKSUM="0x37AE01" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="7.0.0.0" UPTO_BIN_PRODUCT_VERSION="7.0.0.0" LINK_DATE="03/30/2013 19:16:49" UPTO_LINK_DATE="03/30/2013 19:16:49" EXPORT_NAME="mediacoreif.dll" VER_LANGUAGE="English (United States) [0x409]" EXE_WRAPPER="0x0" FILE_ID="0000d1e439e058ff029fb718b81e22cdb13361164efa" PROGRAM_ID="0003e99dc810c640969f24d0f87b0a44d74800000904" />
        <MATCHING_FILE NAME="MPS.dll" SIZE="5630856" CHECKSUM="0x637BA2FF" BIN_FILE_VERSION="5.8.1.30604" BIN_PRODUCT_VERSION="5.8.1.30604" PRODUCT_VERSION="79.535029" FILE_DESCRIPTION="Modular Parsing System" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="MPS 2013/03/15-13:25:52" FILE_VERSION="5.8.1.30604" ORIGINAL_FILENAME="MPS.dll" INTERNAL_NAME="MPS" LEGAL_COPYRIGHT="© 1996-2009 Adobe Systems Incorporated. All Rights Reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x56E8EA" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="5.8.1.30604" UPTO_BIN_PRODUCT_VERSION="5.8.1.30604" LINK_DATE="03/15/2013 22:56:19" UPTO_LINK_DATE="03/15/2013 22:56:19" EXPORT_NAME="MPS.dll" VER_LANGUAGE="English (Ireland) [0x800]" EXE_WRAPPER="0x0" FILE_ID="0000374782451afb561c4ff9cf843fa239c7f86b9b9e" PROGRAM_ID="0003feed729a2be41c59f14acb22190d7c7a00000008" />
        <MATCHING_FILE NAME="msvcm80.dll" SIZE="516096" CHECKSUM="0x27017BFA" BIN_FILE_VERSION="8.0.50727.762" BIN_PRODUCT_VERSION="8.0.50727.762" PRODUCT_VERSION="8.00.50727.762" FILE_DESCRIPTION="Microsoft® C Runtime Library" COMPANY_NAME="Microsoft Corporation" PRODUCT_NAME="Microsoft® Visual Studio® 2005" FILE_VERSION="8.00.50727.762" ORIGINAL_FILENAME="MSVCM80.DLL" INTERNAL_NAME="MSVCM80.DLL" LEGAL_COPYRIGHT="© Microsoft Corporation.  All rights reserved." VERDATEHI="0x0" VERDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TY

    Hi Chris, that data came form the Microsoft "Photoshop has stopped working" window, when it asks if you want to send data, there are 3 files referenced, I copied the readable one of those - my apologies if that was incorrect, I'm just finding my way round this error/crash reporting stuff.
    From the evet properties window, this is the report, which may be more helpful?
    Faulting application name: Photoshop.exe, version: 14.0.0.0, time stamp: 0x5176451b
    Faulting module name: McPvNs.dll, version: 3.8.130.0, time stamp: 0x519fc202
    Exception code: 0xc0000005
    Fault offset: 0x000000000029cb56
    Faulting process id: 0xd3c
    Faulting application start time: 0x01ce989aa4ac131c
    Faulting application path: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Photoshop.exe
    Faulting module path: C:\Program Files\McAfee\MAT\McPvNs.dll
    Report Id: e6fbd47b-048f-11e3-a44d-6431503f59a5
    Log Name: Application
    Source: Application Error
    Date: 14/08/2013 04:16:26
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer: Workstation-HP
    Description:
    Faulting application name: Photoshop.exe, version: 14.0.0.0, time stamp: 0x5176451b
    Faulting module name: McPvNs.dll, version: 3.8.130.0, time stamp: 0x519fc202
    Exception code: 0xc0000005
    Fault offset: 0x000000000029cb56
    Faulting process id: 0xd3c
    Faulting application start time: 0x01ce989aa4ac131c
    Faulting application path: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Photoshop.exe
    Faulting module path: C:\Program Files\McAfee\MAT\McPvNs.dll
    Report Id: e6fbd47b-048f-11e3-a44d-6431503f59a5
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2013-08-14T03:16:26.000000000Z" />
    <EventRecordID>52388</EventRecordID>
    <Channel>Application</Channel>
    <Computer>Workstation-HP</Computer>
        <Security />
      </System>
      <EventData>
        <Data>Photoshop.exe</Data>
        <Data>14.0.0.0</Data>
        <Data>5176451b</Data>
        <Data>McPvNs.dll</Data>
        <Data>3.8.130.0</Data>
        <Data>519fc202</Data>
        <Data>c0000005</Data>
        <Data>000000000029cb56</Data>
        <Data>d3c</Data>
        <Data>01ce989aa4ac131c</Data>
        <Data>C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Photoshop.exe</Data>
    <Data>C:\Program Files\McAfee\MAT\McPvNs.dll</Data>
        <Data>e6fbd47b-048f-11e3-a44d-6431503f59a5</Data>
      </EventData>
    </Event>
    Does this imply some conflict with McAfee Total Protection software that I have installed?
    What would you suggest that I do?
    I also note that I get very frequent event 1000 reports with FlashPlayerUpdateService.exe listed as the faulting application:
    Faulting application name: FlashPlayerUpdateService.exe, version: 11.6.602.180, time stamp: 0x51a4ab8c
    Faulting module name: ntdll.dll, version: 6.1.7601.17725, time stamp: 0x4ec49b8f
    Exception code: 0xc0000005
    Fault offset: 0x0002e243
    Faulting process id: 0x2584
    Faulting application start time: 0x01ce98ef7107e0e1
    Faulting application path: C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    Faulting module path: C:\Windows\SysWOW64\ntdll.dll
    Report Id: afeba068-04e2-11e3-a44d-6431503f59a5
    Log Name:      Application
    Source:        Application Error
    Date:          14/08/2013 14:09:02
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      Workstation-HP
    Description:
    Faulting application name: FlashPlayerUpdateService.exe, version: 11.6.602.180, time stamp: 0x51a4ab8c
    Faulting module name: ntdll.dll, version: 6.1.7601.17725, time stamp: 0x4ec49b8f
    Exception code: 0xc0000005
    Fault offset: 0x0002e243
    Faulting process id: 0x2584
    Faulting application start time: 0x01ce98ef7107e0e1
    Faulting application path: C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    Faulting module path: C:\Windows\SysWOW64\ntdll.dll
    Report Id: afeba068-04e2-11e3-a44d-6431503f59a5
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2013-08-14T13:09:02.000000000Z" />
        <EventRecordID>52432</EventRecordID>
        <Channel>Application</Channel>
        <Computer>Workstation-HP</Computer>
        <Security />
      </System>
      <EventData>
        <Data>FlashPlayerUpdateService.exe</Data>
        <Data>11.6.602.180</Data>
        <Data>51a4ab8c</Data>
        <Data>ntdll.dll</Data>
        <Data>6.1.7601.17725</Data>
        <Data>4ec49b8f</Data>
        <Data>c0000005</Data>
        <Data>0002e243</Data>
        <Data>2584</Data>
        <Data>01ce98ef7107e0e1</Data>
        <Data>C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe</Data>
        <Data>C:\Windows\SysWOW64\ntdll.dll</Data>
        <Data>afeba068-04e2-11e3-a44d-6431503f59a5</Data>
      </EventData>
    </Event>
    Should I uninstall Fash?
    Is there another remedy?
    Many thanks
    Andrew

  • Using 'save as' in word 2007 corrupts a field in rtf template

    I am working on a cheque template using Word plug-in (Word 2007).
    I have created a number of fields to display the micr line. Examples of 3 of these fields are below. I am using micr mt font 12pt to display the micr line.
    <?if@inlines:PaymentAmount/Currency/Code='CAD'?>
    <?xdofx:'C' || lpad(PaymentNumber/CheckNumber,8,'0') || 'C'?>
    <?end if?>
    In most cases, if I make a change to the template and preview as pdf (which automatically triggers a save), the output of the micr line is fine.
    If I make a word only change (i.e add a carriage return) or if I use 'save as' (i.e. when I am making a back-up of the template with a different name) and preview using pdf, the Micr line does not display properly. Instead of the micr line, I see the text from the field itself (i.e. <?end if?>) displayed in micr mt font which means a bunch of boxes and other strange characters.
    It isn't just the preview output that is broken. If I generate and compare the actual xsl-fo stylesheet, there is a section missing in the broken version, and it is replaced by the strange characters.
    If I go in and re-enter the code into the fields, everything is fine again until I save using 'save as' or preview after a minor 'word only' type change such as a carriage return.
    Has anyone else experienced this?
    Thanks,
    Tam

    This does not sound right.
    I highly recommend you to report this to Oracle Support (open a SR).
    Include:
    - The product version (5 digit number)
    - Include steps how to reproduce the issue (if possible with screenshots)
    - Include example (either RTF and XML file and steps to reproduce).
    Give no excuses to Oracle Support to come back with a vague answer
    it seems you have found a bug.
    cheers
    Jorge

  • How to use Standard Text Key in maintenance order header long text?

    Dear All,
    I have created a standard text key using transaction CA10 and I want to use this in maintenance order header long text. Is there any way to select any standard text key in maintenance order header long text?
    Regards & Thanks,
    Saif

    Hi
    To use standard texts, perform the following six steps:
    Select the maintenance order and access the operation overview screen using Goto -->Operation overview.
    You can enter standard text keys in this screen or in a detail screen for the relevant operation.
    Enter a standard text key in the appropriate field and press ENTER .
    If the text is longer that the short text line available, the field Text is selected for that operation.
    Check the long text and edit it if necessary. To do this, select the operation and choose Operation--> Long text.
    The system branches to the text editor screen. If you also entered a short text for the operation and specified that this should not be overwritten by the standard text, you will see the short text displayed in the first line of the editor. The following lines contain the standard text.
    Check the standard text and change it if necessary.
    Save the final version of the text and return to the previous screen with Goto--> Back.
    Save the maintenance order.
    Standard texts are created for your system by your system administrator using the Customizing function.
    Regards
    Makarand Gurjar

Maybe you are looking for

  • PY-IN:: Note 1507799 - Sec 80CCD

    SAP Note 1507799 - Sec 80CCD - pension contribution notified by central govt. Released: 20.09.2010 Highlights: New wagetype: /3I5 Example: An employee has deposited Rs 50000 in the pension fund notified by the Central Government and the employee's sa

  • Best way to organize/implement multiple ESB services

    Hi, I am now thinking about the best way to organize and implement ESB services/flows in JDeveloper. The notions of ESB system and groups are clear to me, but this is more an classification on the server. As far as I can discover, you can make an ESB

  • After Firefox 12, some fields in forms in our help desk application do not display correctly. They appear as horizontal scroll fields instead.

    We use a Help Desk system at work (BMC Remedy IT Service Management). In version 12 of Firefox, all fields are displayed correctly in the form. However, if I upgrade to any version greater than 12, some of the fields display as horizontal scroll fiel

  • How to install sap licensce? and orcle licensce ?

    hi friends i have to install sap licensce in sap ecc 6.0 and solman. how to get it from the marketplace  we buyed sap licensce . how to login from which client and which user ? how to install the orcle licensce to my data base ? please suggest me asa

  • ADS not Working?

    Dear Firends we have sucessfully installed and configured ADS, also we have performed the config test on the portal using wsnavigator webservice it is success and ran a report test on corresponding r/3 too the verion number is displayed in both the t