Create New Project with existing Source

Hi there,
I'm new to JDeveloper (10.1.3) IDE. I want to create an Application with an existing Source. As my application cosists of different folders and each module code is present in their respective folders.
In eclipse i will point to the main folder of the project.
ie.
folder1
|-->folder2
|-->folder3
i will point out to folder1
(NOTE: folder 2 and folder 3 consists of source code of respective modules)
Pls help me in this regard so that i can make use benefits of Jdeveloper.
Thanks,
Vinay

Create a new workspace and an empty project in it. Then go to project properties for that project and just add the directories you want under the "project content" node.

Similar Messages

  • NetBeans 4.1 and projects with existing sources: NoSuchMethodError

    I'm running NetBeans 4.1 with JDK 1.4.2_06 and I have a project that I've created with existing sources. I can compile everything without issues, however, when I try to run my file within the project for testing purposes, NetBeans recognizes that a main method exists, but I get the following error message:
    java.lang.NoSuchMethodError: main
    Exception in thread "main"
    Java Result: 1
    At this point, my class is just:
    package nites.mda.configproperties;
    public class Debuggable {
    public static void main(String[] args) {
    System.err.println("Main");
    However, when I create a brand new Java project without existing sources, it will run perfectly fine. The class in this project is:
    package test;
    public class testClass {
    public static void main(String[] args) {
    System.err.println("Main");
    Anyone ever come across this issue before?

    The default project run settings in NB 4.1 use the "compile-time libraries" before they check recently compiled sources. If you have an old version of the file you are trying to run in a .jar file somewhere in your compile-time libraries NetBeans will use that file. If that old file does not have a main method you will get the error you mentioned.
    You will be able to compile your class because when compiling NetBeans will work on changed files and only access the compile-time libraries when needed.
    The new project will have no old .jars in its path so you will not run into this conflict.
    I would first try to remove the old copy of your file from the compiling sources path.
    If you can't remove the file try reordering the project�s libraries listed under project properties -> libraries-> �run� tab so that your �compiling sources� are listed before your "classpath for compiling sources"
    -Mark

  • SharePoint 2013 unable to create new column with existing column name

    Hi Support,
    I'm currently having a problem in creating my first custom list in my SharePoint site. When I tried to create a new columns with existing name,  e. g "date reported" = Date/Time , "Due Date" =
    Date/Time 
    It's prompt the error like this " The page at sharepoint.itechdomain.com says: The Column name that you entered is already in use or reserved. Choose another name." I've read some forum, someone say's they need javascript command
    to fixs the problem. If these the solution for my problem, I'm not familiar on how to used javascript in my sharepoint. 
    Kindly help me how to fixs my problem as soon as possible.
    Your comment or any suggestion would be greatly appreciated.
    Thank you 
    Best Regards,
    Bishelp

    I already tried this procedure, but it doesn't work. Still the prompt says " The
    Column name that you entered is already in use or reserved. Choose another name". Is there any solution for this kind of problem?
    Let me know, 
    Thank you

  • RoboHelp 7 crashes when creating new project with files from VSS

    RoboHelp crashes when I create a new project and choose to get existing files from Visual Source Safe to load into the project.  Does anyone have a solution to this problem or a suggestion as to why this may be happening?  I'm attaching the errors associated with the crashing.
    Also, we have a very large Help system (985 topics) which compiles into a 46 MB chm file.  Is there a maximum suggested topic size (per topic) and a maximum suggested number of topics per project?  Could this be part of the reason RoboHelp is crashing?  We've always had a large Help system since we started using RoboHelp several years ago but the crashing is a more recent problem.
    Thanks,
    Carissa

    I had the same issue then I found out all you have to do is to set the default view to List before opening any previous or new project and it worked, credit goes to this user below who found the solution.
    ahmedMac25
    I was able to resolve by workaround:
    1. Closed all open applications
    2. relaunch Finder
    3. run  sudo find / -name ".DS_Store"  -exec rm {} \;
    4. this removes all  .DS_Store old files on the computer
    5. launch finder and set default view to "LIST VIEW" as shown here:http://macs.about.com/od/usingyourmac/ss/Setting-Finder-Views-For-Folders-And-Su b-Folders_2.htm
    5. rerun the offending application and file chooser works

  • How to create new Database With existing Backup

    hi all
    my Scenario is
    i have full backup of my database(11g r2 64)
    i formatted my system and reinstall
    h3. Windows 7 ultimate 64
    how to create the same Database as it was earliar?
    i have
    h3. Oracle 11g r2 same as backedUp 64
    h3. Full Backup Through eterprise manager
    Thanks to all
    Edited by: Rajneesh on Sep 27, 2011 10:53 PM

    You can create a clone database using DUPLICATE DATABASE command as it's shown in the following video tutorial:
    http://kamranagayev.com/2010/06/25/rman-video-tutorial-series-creating-duplicate-and-standby-database-using-rman/
    Or perform disaster recovery using backup files using the following video tutorial:
    http://kamranagayev.com/2010/03/29/rman-video-tutorial-series-performing-disaster-recovery-with-rman/

  • Creating a Dynamic Web Project from existing source?

    I don't see this option in OEPE like there is in Workshop for Weblogic. All I can choose from is "Create Dynamic Web Project" which creates a new project from scratch, or "Create Java Project" which has an option in the wizard to import existing source.. however this makes it a vanilla Java project instead of a Dynamic web project.
    Did the concept of importing existing code into a project not cross anyone's minds when this plugin was developed? It's as if the expectation was that everyone would use this on their own private projects and there would be no collaborative/parallel development.
    What is the recommended way for creating a Dynamic Web project off of existing source code without stomping all over the existing web.xml weblogic.xml?

    There are many "import" scenarios, so let's break them down and lay out the support expectations:
    1. A java ee project created with base Eclipse using Web Tools Platform project types. This scenario includes both the case where the project creator had OEPE installed as well as the case where there was no OEPE installed. In this case, one should use the import existing projects wizard as the project being included already has metadata that can be read directly.
    2. A java ee project created with a non-Eclipse IDE or perhaps completely by hand with rudimentary tools such as notepad. Currently, the way this case is supported is by creating new projects and copying application source into them. Advanced users may be able to configure support in place, but we cannot support users with this approach as the possibility of corruption is high. We are currently working on a set of wizards that will help automate this case. These wizards will be available in the release of OEPE that's slated to ship around the end of 2009 or early 2010.
    3. A project created with BEA Workshop. This case is not supported as there are a number of technologies in Workshop that have been end-of-lifed (such as Apache Beehive). Users with Workshop applications should stay with Workshop until they are able to remove dependencies on end-of-lifed technologies. At that point moving to OEPE is recommended. Unofficially (this option is not supported but may work), advanced users may be able to migrate a Workshop app to OEPE, by stripping out all Workshop metadata (.project, .classpath, .settings, etc.) and by pretending that this is scenario #2 (import of a non-Eclipse application). Don't try this if your application still have dependencies on end-of-lifed technologies.
    - Konstantin

  • I have problems with creating new projects in iMovie.

    I have problems with creating new projects. When i try, the mac says the following "Make sure there is enough disk space and that you have permission to write the projects to the drive." I have 8GB available, so its not that.

    thanks for your support
    lol

  • Issue With Creating New Projects

    Hi there,
    I've been using PP for a long time with no problems. However, I've been using a single project (and multiple sequences within it). I recently tried making a new project with different settings - upon watching the video exported from this, it freezes (In Quicktime, VLC and even when uploaded to video sites such as Youtube and Vimeo).
    So, this was a disappointment after I'd worked on a project for a while - I tried making new projects, even with the same settings as my single project that does work, and found the exact same - the video exported freezes a few seconds in.
    Is this a problem many have come across? I have an issue in that I have no way of re-accessing registration details - this account was simply made for a trial download. If there are any solutions that do not involve reinstallation, I'd love to hear them.

    Try this: http://blogs.adobe.com/genesisproject/2009/11/having_weird_behavior_with_an.html
    Other than that, I think you'd need to provide more information about the media used, the system used and what you're trying to accomplish.
    Dennis

  • Using the Netbeans GUI within a Project with existing Ant Script

    I cannot seem to figure out how to use the Netbeans GUI in my Project with existing Ant Script. Is this possible? I have no problem creating GUI interfaces in a java Application, but attempting to make a new JFrame Form gives the error: package org.jdesktop.layout does not exist, and I have not been able to find a way around this. Any suggestions? Thanks in advance.
    Chris Coulon

    OK, I think I am on the right track, but I don't understand why I am still getting this error:
    clean:
    compile:
    Copying 1 file to /Users/chris/**JavaProjects/Netbeans_ImageJ
    Created dir: /Users/chris/**JavaProjects/Netbeans_ImageJ/source/build
    Compiling 292 source files to /Users/chris/**JavaProjects/Netbeans_ImageJ/source/build
    /Users/chris/**JavaProjects/Netbeans_ImageJ/source/plugins/Kline_Frame.java:31: package org.jdesktop.layout does not exist
    org.jdesktop.layout.GroupLayout layout = new org.jdesktop.layout.GroupLayout(getContentPane());
    /Users/chris/**JavaProjects/Netbeans_ImageJ/source/plugins/Kline_Frame.java:31: package org.jdesktop.layout does not exist
    org.jdesktop.layout.GroupLayout layout = new org.jdesktop.layout.GroupLayout(getContentPane());
    /Users/chris/**JavaProjects/Netbeans_ImageJ/source/plugins/Kline_Frame.java:34: package org.jdesktop.layout does not exist
    layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
    /Users/chris/**JavaProjects/Netbeans_ImageJ/source/plugins/Kline_Frame.java:38: package org.jdesktop.layout does not exist
    layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
    Note: Some input files use or override a deprecated API.
    Note: Recompile with -Xlint:deprecation for details.
    4 errors
    /Users/chris/**JavaProjects/Netbeans_ImageJ/source/build.xml:11: Compile failed; see the compiler error output for details.
    BUILD FAILED (total time: 6 seconds)
    I no longer have the error in my java code in the Projects list, but I still cannot build the project. This is my current build.xml file:
    <!-- Ant makefile for ImageJ -->
    <project name="ImageJ" default="run">
      <target name="compile" description="Compile everything.">
          <!-- Copy the swing layout library into dist.lib -->
        <copy file="dist/lib/swing-layout-1.0.3.jar" todir=".." />
        <!-- First, ensure the build directory exists. -->
        <mkdir dir="build" />
        <!-- Build everything; add debug="on" to debug -->
        <javac srcdir="." destdir="build" optimize="on" source="1.4" target="1.4" debug="on">
          <!-- The plugins directory only needs to be
                 present at runtime, not at build time. -->
          <!-- exclude name="plugins/**"/-->
        </javac>
      </target>
      <target name="build" depends="compile" description="Build ij.jar.">
        <!-- Copy needed files into the build directory. -->
        <copy file="IJ_Props.txt" todir="build" />
        <copy file="images/microscope.gif" tofile="build/microscope.gif" />
        <copy file="images/about.jpg" tofile="build/about.jpg" />
         <copy file="plugins/MacAdapter.class" tofile="build/MacAdapter.class" />
        <copy todir="build/macros"><fileset dir="macros"/></copy>
        <!-- Build ij.jar. -->
        <jar jarfile="ij.jar" basedir="build"
             manifest="MANIFEST.MF" />
      </target>
      <target name="clean" description="Delete the build files.">
        <delete dir="build" />
        <delete file="ij.jar" />
      </target>
      <target name="run" depends="build" description="Build and run ImageJ.">
        <copy file="ij.jar" toDir=".." />
        <java maxmemory="640m" jar="ij.jar" fork="yes" />
      </target>
      <target name="run2" depends="build" description="Build and run ImageJ.">
        <!-- Run in ImageJ directory -->
        <copy file="ij.jar" toDir=".." />
        <java maxmemory="640m" dir=".." jar="ij.jar" fork="yes" />
      </target>
      <target name="zip" depends="clean" description="Build zrc.zip.">
        <zip zipfile="../src.zip"
           basedir=".."
           includes="source/**"
        />
      </target>
      <target name="javadocs" description="Build the JavaDocs.">
        <delete dir="../api" />
        <mkdir dir="../api" />
        <javadoc
               sourcepath="."
               packagenames="ij.*"
               destdir="../api"
               author="true"
               version="true"
               use="true"
               windowtitle="ImageJ API">
        </javadoc>
      </target>
       </project>notice I added this line: <copy file="dist/lib/swing-layout-1.0.3.jar" todir=".." />
    because the dir ".." is where the other jar files are placed, i.e.:
    [GAIAG:~/**JavaProjects/Netbeans_ImageJ/source] chris% ls ..
    PolarDisplay          ij.jar               swing-layout-1.0.3.jar
    TestFrames          myApp
    api               source
    So why is the build not able to see the package org.jdesktop.layout in the jar file?
    Chris

  • VS 2013 - Settings lost when creating new project

    I am having this is odd issue with my VS 2013 settings.  I setup VS 2013 with all my custom settings and colors.  I can open and existing project and my settings with be there.  If I create a new project all my settings are gone.  I
    backed them up so I can import them and everything looks correct again.  Is there something I need to do to make the settings permanent?

    Thanks for Kulasangar's help.
    Hi heffer86,
    Like Kulasangar's suggestion, the real issue would be related to how you custom settings and colors in your VS IDE. For example, generally some settings under TOOLS->Options->font and Color or color theme like the following screen shot in
    VS IDE, it would be saved to your current VS settings file, so it still have the same feature if you create a new project with the same settings.
    But certain settings just were used for your current projects, I mean that they are not saved to your current VS settings file. So it would change to the previous settings if you create a new project. So you would check the
    real settings file and make sure that which settings are saved to this file.
    Or you didn't enable the settings when you export the settings file, so it would have this issue when you use this settings file next time.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How can i create a project with my exisiting java code

    Hi All,
    I have a source code of one project and i want to execute this in jdeveloper 10.1.3.1.0 version.
    can u please suggest me how can i execute that project
    its using struts and ejb's
    i need clear steps of this.
    Thanks in Advance.
    Regards,
    588872

    Under file->new->Projects you'll find two options that are relevant to you:
    One is called project from WAR file - this will allow you to point to a project that has been packaged as a WAR and will create a JDeveloper project for it.
    The other option is called "Project from existing source" this will allow you to point to your existing code directory and will create the JDeveloper project for this.
    After you created the project, you might want to do a bit of tweaking under the project properties->content and sub categories for Web content, resources etc...
    And you might also need to add any missing JAR files you are depending on to the libraries node of your project properties.

  • Creating New Project Feature

    Creating New Project Feature is not working at all. I clicked on the button, icon, shortcut, but nothing is happening.

    Hi,
    Could you please tell us if you are getting any error messages? Also are you able to open existing projects? Also could you please check your Creator log file and see if there are any messages related to this issue. Also please provide us with the following details:
    Platform you are working on
    Build number (update number)
    Thank you and
    Cheers :-)
    Creator Team

  • Creating a project with wireless toolkit

    Hi everybody,
    I'm trying to create a project with WTK 2.1 and I can't. I follow the tutorial steps but after building successfully the sources I run them and appears me the following lines:
    Unable to create MIDlet BotonMid
    java.lang.ClassNotFoundException: BotonMid
    at com.sun.midp.midlet.MIDletState.createMIDlet(+14)
    at com.sun.midp.midlet.Selector.run(+22)
    Execution completed.
    Selecting new project in the wireless toolkit I type the following:
    Project name botonoriginal
    Midlet class name BotonMid
    BotonMid is the name of a java file and is the name I have in the line
    public class BotonMid extends MIDlet implements CommandListener
    Why can't I create the project?
    Thanks.

    Thanks for the responses. But both solutions proposed doesn't work and I don't know why. First of all I try to compile the BotonMid.java file using javac and it appears me 29 errors. I'm confused because when I build the project is successful.
    Maybe there is a J2ME compiler (j2mec for example) but I don't find in the web. I also try to type a public constructor but appears me the same error.
    And my question is: how can I compile the java file without errors? I don't understand why appears me 29 errors if the file building is sucssesful.
    Thanks.

  • IMovie HD nor iDVD will not create new project.....

    Anyone know of any issues why iMovie HD and iDVD are not able to open projects or create new projects? iMovie HD just stops "loading" the new project and freezes, and iDVD gives me an error code:
    Date/Time: 2007-03-24 00:32:32.246 -0400
    OS Version: 10.4.9 (Build 8P2137)
    Report Version: 4
    Command: iDVD
    Path: /Applications/iDVD.app/Contents/MacOS/iDVD
    Parent: WindowServer [72]
    Version: 6.0.3 (791)
    Build Version: 8
    Project Name: iDVD
    Source Version: 7910000
    PID: 9328
    Thread: Unknown
    Link (dyld) error:
    image not found /System/Library/Frameworks/QuickTime.framework/QuickTime
    Model: MacBookPro1,2, BootROM MBP12.0061.B03, 2 processors, Intel Core Duo, 2.16 GHz, 2 GB
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 256 MB
    Memory Module: BANK 0/DIMM0, 1 GB, DDR2 SDRAM, 667 MHz
    Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 667 MHz
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x86), 0.1.31.1
    Bluetooth: Version 1.7.14f14, 2 service, 1 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST9120821AS, 111.79 GB
    Parallel ATA Device: MATSHITADVD-R UJ-846
    USB Device: Built-in iSight, Micron, Up to 480 Mb/sec, 500 mA
    USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, Up to 12 Mb/sec, 500 mA
    USB Device: Bluetooth HCI, Up to 12 Mb/sec, 500 mA
    FireWire Device: LaCie Hard Drive FireWire+, LaCie Group SA, Up to 400 Mb/sec
    Anyone know what this means? AND how to fix it?

    I am having this same problem. I am able to import the film, and iMovie seems to be fully functional with a very short movie, just a few frames. When I click on a clip after I've imported an hour's worth of film, iMovie crashes and doesn't even ask me if I want to report the problem. I tried saving the file then quitting iMovie, and when I opened the file again all of the clips were in the trash.
    MacBook   Mac OS X (10.4.9)  

  • Can't create new project or open a project - hangs & crashes every time

    I installed PRE8 last night. I can launch the app and get the welcome screen. When I click Create New Project, it initializes the application and opens the window/shell for the PRE8 app with the menu bar at the top, but never actually opens the new project. I can open the menus in the menu bar, but most of the options are grayed out. If I try to start a New Project from the File menu, nothing happens. When I close the application, I get the crash report dialog (crash data below). I am not using NVIDIA video card/drivers (ATI Radeon 1150). Machine is a Dell Inspiron 1501 laptop, AMD Athlon X2 running Vista home premium. I have done 2 full uninstalls and reinstalls of PRE8 and installed the update to 8.0.1, but I keep getting the same problem. I can never actually open a project, which makes this software pretty darn useless. Any suggestions?
    Crash data:
    <?xml version="1.0"?>
    <!DOCTYPE crashreport SYSTEM "AdobeCrashReporter.dtd">
    <crashreport version="1.1" crVersion="3.0.20090804" applicationName="Adobe Premiere Elements" applicationVersion="8. 0. 1. 0" build="unknown">
    <time year="2010" month="9" day="9" hour="20" minute="11" second="35"/>
    <user guid="2badaeca-15b2-422e-9c45-42c56ce073d5"/>
    <system platform="windows" osversion="6.0.6002 SP 2.0" applicationlanguage="Language Neutral" userlanguage="en_US" oslanguage="en_US" ram="1917" machine="AMD Athlon(tm) 64 X2 Dual-Core Processor TK-53" model="x86 Family 15 Model 104 Stepping 1" cpuCount="2" cpuFreq="1695 MHz" busFreq="" locale="English (United States)"/>
    <crash exception="EXCEPTION_ACCESS_VIOLATION" instruction="0x611491d1">
    <backtrace crashedThread="0">
    <thread index="0">
    <stackStatement index="0" address="0x611491d1" symbolname="DllUnregisterServer"/>
    <stackStatement index="1" address="0x6119135d" symbolname="DllUnregisterServer"/>
    </thread>
    </backtrace>
    <registerSet>
    <register name="EAX" value="0x24453100"/>
    <register name="EBX" value="0x00000000"/>
    <register name="ECX" value="0x00000000"/>
    <register name="EDX" value="0x00000006"/>
    <register name="ESI" value="0x00000002"/>
    <register name="EDI" value="0x2442c060"/>
    <register name="ESP" value="0x0012ed24"/>
    <register name="EBP" value="0x00000000"/>
    <register name="EIP" value="0x6119135d"/>
    <register name="EFL" value="0x00250202"/>
    </registerSet>
    <binaryImageSet>
    <binaryImage start="0x00400000" end="0x008de000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Adobe Premiere Elements.exe"/>
    <binaryImage start="0x775c0000" end="0x776e7000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;ntdll.dll"/>
    <binaryImage start="0x772e0000" end="0x773bc000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;kernel32.dll"/>
    <binaryImage start="0x10000000" end="0x1000f000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;CrashReporter.dll"/>
    <binaryImage start="0x71420000" end="0x714fc000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;dbghelp.dll"/>
    <binaryImage start="0x77230000" end="0x772da000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;msvcrt.dll"/>
    <binaryImage start="0x76020000" end="0x760e6000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;advapi32.dll"/>
    <binaryImage start="0x77150000" end="0x77213000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;rpcrt4.dll"/>
    <binaryImage start="0x75300000" end="0x75308000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;version.dll"/>
    <binaryImage start="0x00160000" end="0x0016f000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;LogUtils.dll"/>
    <binaryImage start="0x765b0000" end="0x770c0000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;shell32.dll"/>
    <binaryImage start="0x75fd0000" end="0x7601b000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;gdi32.dll"/>
    <binaryImage start="0x77780000" end="0x7781d000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;user32.dll"/>
    <binaryImage start="0x773d0000" end="0x77429000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;shlwapi.dll"/>
    <binaryImage start="0x75ca0000" end="0x75de5000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;ole32.dll"/>
    <binaryImage start="0x73340000" end="0x733db000" type="__TEXT" path="C:&#92;Windows&#92;winsxs&#92;x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.405 3_none_d08d7da0442a985d&#92;msvcr80.dll"/>
    <binaryImage start="0x72f80000" end="0x73007000" type="__TEXT" path="C:&#92;Windows&#92;winsxs&#92;x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.405 3_none_d08d7da0442a985d&#92;msvcp80.dll"/>
    <binaryImage start="0x770c0000" end="0x7714d000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;oleaut32.dll"/>
    <binaryImage start="0x00180000" end="0x002d4000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;dvacore.dll"/>
    <binaryImage start="0x002f0000" end="0x0037c000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ASLFoundation.dll"/>
    <binaryImage start="0x74470000" end="0x7461b000" type="__TEXT" path="C:&#92;Windows&#92;winsxs&#92;x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.60 02.18005_none_9e50b396ca17ae07&#92;GdiPlus.dll"/>
    <binaryImage start="0x75bd0000" end="0x75bd7000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;psapi.dll"/>
    <binaryImage start="0x00390000" end="0x00396000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;PRM.dll"/>
    <binaryImage start="0x775a0000" end="0x775be000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;imm32.dll"/>
    <binaryImage start="0x75e70000" end="0x75f38000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;msctf.dll"/>
    <binaryImage start="0x77220000" end="0x77229000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;lpk.dll"/>
    <binaryImage start="0x77700000" end="0x7777d000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;usp10.dll"/>
    <binaryImage start="0x749c0000" end="0x74b5e000" type="__TEXT" path="C:&#92;Windows&#92;winsxs&#92;x86_microsoft.windows.common-controls_6595b64144ccf1d f_6.0.6002.18005_none_5cb72f96088b0de0&#92;comctl32.dll"/>
    <binaryImage start="0x009e0000" end="0x00a17000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;adobe_caps.dll"/>
    <binaryImage start="0x00a40000" end="0x00a71000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Startup.dll"/>
    <binaryImage start="0x00a90000" end="0x00ab9000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;PreRegistration.dll"/>
    <binaryImage start="0x02550000" end="0x0285b000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;amtlib.dll"/>
    <binaryImage start="0x75930000" end="0x759a6000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;netapi32.dll"/>
    <binaryImage start="0x77570000" end="0x7759d000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;ws2_32.dll"/>
    <binaryImage start="0x773c0000" end="0x773c6000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;nsi.dll"/>
    <binaryImage start="0x72d60000" end="0x72dc0000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;winhttp.dll"/>
    <binaryImage start="0x75df0000" end="0x75e63000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;comdlg32.dll"/>
    <binaryImage start="0x12000000" end="0x121c7000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;xerces-c_2_1_0.dll"/>
    <binaryImage start="0x6cf40000" end="0x6cf51000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;msvcirt.dll"/>
    <binaryImage start="0x02860000" end="0x02d4f000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;UIFramework.dll"/>
    <binaryImage start="0x02d50000" end="0x02ec3000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ImageRenderer.dll"/>
    <binaryImage start="0x7f840000" end="0x7fa07000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;MCDVD_32.DLL"/>
    <binaryImage start="0x74690000" end="0x746c2000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;winmm.dll"/>
    <binaryImage start="0x74650000" end="0x7468d000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;oleacc.dll"/>
    <binaryImage start="0x02ed0000" end="0x03193000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;libmmd.dll"/>
    <binaryImage start="0x031a0000" end="0x033ce000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;dvaui.dll"/>
    <binaryImage start="0x022f0000" end="0x02306000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ASLMessaging.dll"/>
    <binaryImage start="0x033d0000" end="0x03be0000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Backend.dll"/>
    <binaryImage start="0x03be0000" end="0x03dae000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;xerces-c_2_7.dll"/>
    <binaryImage start="0x03db0000" end="0x03e14000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AudioRenderer.dll"/>
    <binaryImage start="0x03e30000" end="0x03e57000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;MediaFoundation.dll"/>
    <binaryImage start="0x03e70000" end="0x03e94000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;processcoordinationclient.dll"/>
    <binaryImage start="0x03eb0000" end="0x03eb9000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;processcoordinationsupport.dll"/>
    <binaryImage start="0x03ed0000" end="0x03ee3000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ASLUnitTesting.dll"/>
    <binaryImage start="0x03f00000" end="0x03f10000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ASLConsole.dll"/>
    <binaryImage start="0x03f20000" end="0x03fe7000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;dvaworkspace.dll"/>
    <binaryImage start="0x74f60000" end="0x74f65000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;msimg32.dll"/>
    <binaryImage start="0x74cc0000" end="0x74cff000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;uxtheme.dll"/>
    <binaryImage start="0x04000000" end="0x04028000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;MLFoundation.dll"/>
    <binaryImage start="0x04040000" end="0x0407f000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;About.dll"/>
    <binaryImage start="0x04c30000" end="0x05087000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Localeresources&#92;en_US&#92;UIFramework.en_US.DLL"/>
    <binaryImage start="0x04140000" end="0x041a5000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Localeresources&#92;en_US&#92;About.en_US.DLL"/>
    <binaryImage start="0x040f0000" end="0x0410b000" type="__TEXT" path="C:&#92;Windows&#92;TEMP&#92;logishrd&#92;LVPrcInj01.dll"/>
    <binaryImage start="0x75b20000" end="0x75b3e000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;userenv.dll"/>
    <binaryImage start="0x75b00000" end="0x75b14000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;secur32.dll"/>
    <binaryImage start="0x07090000" end="0x0712d000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;amtservices.dll"/>
    <binaryImage start="0x74f90000" end="0x74fb1000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;ntmarta.dll"/>
    <binaryImage start="0x77520000" end="0x77569000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;Wldap32.dll"/>
    <binaryImage start="0x756f0000" end="0x75701000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;samlib.dll"/>
    <binaryImage start="0x07150000" end="0x07170000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;asneu.dll"/>
    <binaryImage start="0x76420000" end="0x765aa000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;setupapi.dll"/>
    <binaryImage start="0x077f0000" end="0x0810f000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Premiere.dll"/>
    <binaryImage start="0x08110000" end="0x0839f000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AMocWrapper.dll"/>
    <binaryImage start="0x07180000" end="0x071bb000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;VideoFrame.dll"/>
    <binaryImage start="0x69e80000" end="0x69ea3000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;msvfw32.dll"/>
    <binaryImage start="0x071d0000" end="0x071d7000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;MemoryShell.dll"/>
    <binaryImage start="0x071f0000" end="0x07204000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;BackendLegacyLib.dll"/>
    <binaryImage start="0x07220000" end="0x07227000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Memory.dll"/>
    <binaryImage start="0x07650000" end="0x07734000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ImporterHost.dll"/>
    <binaryImage start="0x6ceb0000" end="0x6cf1d000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AdobeXMP.dll"/>
    <binaryImage start="0x6ce30000" end="0x6ceaf000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AdobeXMPFiles.dll"/>
    <binaryImage start="0x07770000" end="0x07776000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;QTMutex.dll"/>
    <binaryImage start="0x07790000" end="0x077b0000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;MediaUtils.dll"/>
    <binaryImage start="0x74180000" end="0x74194000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;msacm32.dll"/>
    <binaryImage start="0x083a0000" end="0x083d2000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AudioSupport.dll"/>
    <binaryImage start="0x083e0000" end="0x08409000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;SweetPeaSupport.dll"/>
    <binaryImage start="0x08410000" end="0x0843f000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;PluginSupport.dll"/>
    <binaryImage start="0x75670000" end="0x75684000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;mpr.dll"/>
    <binaryImage start="0x08450000" end="0x084bd000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ContentAnalysisData.dll"/>
    <binaryImage start="0x084d0000" end="0x08512000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;dvatemporalxmp.dll"/>
    <binaryImage start="0x08530000" end="0x08549000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ContentAnalysisDBCache.dll"/>
    <binaryImage start="0x08560000" end="0x08597000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ARA.dll"/>
    <binaryImage start="0x085b0000" end="0x08623000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;OLS.dll"/>
    <binaryImage start="0x08640000" end="0x08653000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;OperaMgr.dll"/>
    <binaryImage start="0x08670000" end="0x092b8000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HSL.dll"/>
    <binaryImage start="0x092d0000" end="0x09303000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;MediaCoreUI.dll"/>
    <binaryImage start="0x09320000" end="0x093a8000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;dvaeve.dll"/>
    <binaryImage start="0x75550000" end="0x75642000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;crypt32.dll"/>
    <binaryImage start="0x756d0000" end="0x756e2000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;msasn1.dll"/>
    <binaryImage start="0x093c0000" end="0x094fc000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AdobeOwl.dll"/>
    <binaryImage start="0x09510000" end="0x09653000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;SettingsUI.dll"/>
    <binaryImage start="0x6ca50000" end="0x6cb2c000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;FileInfo.dll"/>
    <binaryImage start="0x70060000" end="0x700a2000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;winspool.drv"/>
    <binaryImage start="0x6ca00000" end="0x6ca4a000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;BIB.dll"/>
    <binaryImage start="0x09690000" end="0x0971a000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;EncoderHost.dll"/>
    <binaryImage start="0x09730000" end="0x0975e000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;PostEncodeHost.dll"/>
    <binaryImage start="0x09770000" end="0x097a8000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;amefoundation.dll"/>
    <binaryImage start="0x097c0000" end="0x097ef000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ameproperties.dll"/>
    <binaryImage start="0x09800000" end="0x09872000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ExporterHost.dll"/>
    <binaryImage start="0x09890000" end="0x09969000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AMEWrapper.dll"/>
    <binaryImage start="0x09980000" end="0x09a23000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;VideoRenderer.dll"/>
    <binaryImage start="0x09a40000" end="0x09a57000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AMEAppFoundation.dll"/>
    <binaryImage start="0x09a70000" end="0x09b02000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;VideoFilterHost.dll"/>
    <binaryImage start="0x09b20000" end="0x09bf5000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;exo.dll"/>
    <binaryImage start="0x09c10000" end="0x09c1a000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;RoyaltyActivation.dll"/>
    <binaryImage start="0x09c30000" end="0x09c89000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;RecorderHost.dll"/>
    <binaryImage start="0x09ca0000" end="0x09cf3000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;PlayerHost.dll"/>
    <binaryImage start="0x09d10000" end="0x09e73000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;DVDCreator.dll"/>
    <binaryImage start="0x09e90000" end="0x0b352000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AuthorScript.dll"/>
    <binaryImage start="0x7c3a0000" end="0x7c41b000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;msvcp71.dll"/>
    <binaryImage start="0x7c340000" end="0x7c396000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;msvcr71.dll"/>
    <binaryImage start="0x0b360000" end="0x0b41a000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;px.dll"/>
    <binaryImage start="0x69680000" end="0x696f0000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;dsound.dll"/>
    <binaryImage start="0x74f70000" end="0x74f8a000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;powrprof.dll"/>
    <binaryImage start="0x71b60000" end="0x71b65000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;shfolder.dll"/>
    <binaryImage start="0x6c930000" end="0x6c9fb000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;opengl32.dll"/>
    <binaryImage start="0x6c890000" end="0x6c8b3000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;glu32.dll"/>
    <binaryImage start="0x66d10000" end="0x66df5000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;ddraw.dll"/>
    <binaryImage start="0x6e310000" end="0x6e316000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;dciman32.dll"/>
    <binaryImage start="0x6e430000" end="0x6e43c000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;dwmapi.dll"/>
    <binaryImage start="0x0b430000" end="0x0bb3c000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Mezzanine.dll"/>
    <binaryImage start="0x0bb50000" end="0x0bb62000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ahclient.dll"/>
    <binaryImage start="0x77430000" end="0x77516000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;wininet.dll"/>
    <binaryImage start="0x776f0000" end="0x776f3000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;normaliz.dll"/>
    <binaryImage start="0x762e0000" end="0x76413000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;urlmon.dll"/>
    <binaryImage start="0x760f0000" end="0x762d8000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;iertutil.dll"/>
    <binaryImage start="0x0bb80000" end="0x0bb92000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ProjectSupport.dll"/>
    <binaryImage start="0x0bbb0000" end="0x0bc30000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;dynamiclink.dll"/>
    <binaryImage start="0x0bc40000" end="0x0bc5e000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AudioFilterHost.dll"/>
    <binaryImage start="0x0bc70000" end="0x0bc9a000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;DynamicLinkClient.dll"/>
    <binaryImage start="0x0bcb0000" end="0x0bccc000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;DVDStructures.dll"/>
    <binaryImage start="0x0bce0000" end="0x0be0f000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;TitlerCreator.dll"/>
    <binaryImage start="0x0be20000" end="0x0c007000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;TitleLayer.dll"/>
    <binaryImage start="0x0c020000" end="0x0c076000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;TitlerUI.dll"/>
    <binaryImage start="0x0c090000" end="0x0c099000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;TitleOSUtils.dll"/>
    <binaryImage start="0x0c0b0000" end="0x0c39a000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;TitleLayout.dll"/>
    <binaryImage start="0x0c3b0000" end="0x0c44b000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;TitleCharacterFactory.dll"/>
    <binaryImage start="0x0c460000" end="0x0c539000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;TitleCG.dll"/>
    <binaryImage start="0x0c550000" end="0x0c593000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AudioFilters.dll"/>
    <binaryImage start="0x0c5b0000" end="0x0c5c2000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ProjectConverterHost.dll"/>
    <binaryImage start="0x0c5e0000" end="0x0c631000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ContentAnalysisHost.dll"/>
    <binaryImage start="0x0c650000" end="0x0c6dc000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Descriptors.dll"/>
    <binaryImage start="0x0c6f0000" end="0x0c70f000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;IPLibrary.dll"/>
    <binaryImage start="0x0c710000" end="0x0c840000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerCapture.dll"/>
    <binaryImage start="0x0c850000" end="0x0ca98000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerTimeline.dll"/>
    <binaryImage start="0x0cab0000" end="0x0cae9000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerAudioNarration.dll"/>
    <binaryImage start="0x0cb00000" end="0x0cbff000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerAudioMixer.dll"/>
    <binaryImage start="0x0cc10000" end="0x0cca0000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerDVDLayout.dll"/>
    <binaryImage start="0x0ccb0000" end="0x0ce2f000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerMonitor.dll"/>
    <binaryImage start="0x0ce40000" end="0x0ce86000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;PresetManager.dll"/>
    <binaryImage start="0x0cea0000" end="0x0cfee000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerOrganizer.dll"/>
    <binaryImage start="0x0d000000" end="0x0d082000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ScCore.dll"/>
    <binaryImage start="0x0d0a0000" end="0x0d143000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ExtendScript.dll"/>
    <binaryImage start="0x0d160000" end="0x0d190000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerHistory.dll"/>
    <binaryImage start="0x0d1a0000" end="0x0d1cd000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerInfo.dll"/>
    <binaryImage start="0x0d1e0000" end="0x0d1fe000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerEvents.dll"/>
    <binaryImage start="0x0d210000" end="0x0d241000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerSharingCenter.dll"/>
    <binaryImage start="0x0d260000" end="0x0d2e3000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;SCCommon.dll"/>
    <binaryImage start="0x0d300000" end="0x0d620000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerEffectControls.dll"/>
    <binaryImage start="0x0d630000" end="0x0d699000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerMovieTheme.dll"/>
    <binaryImage start="0x0d6b0000" end="0x0da16000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerProject.dll"/>
    <binaryImage start="0x0da30000" end="0x0da53000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;HandlerGetProperties.dll"/>
    <binaryImage start="0x0deb0000" end="0x0dec1000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Localeresources&#92;en_US&#92;TitlerUI.en_US.DLL"/>
    <binaryImage start="0x0e600000" end="0x0e957000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Localeresources&#92;en_US&#92;Mezzanine.en_US.DLL"/>
    <binaryImage start="0x0dfa0000" end="0x0dfd8000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Localeresources&#92;en_US&#92;HSL.en_US.DLL"/>
    <binaryImage start="0x0e150000" end="0x0e1c4000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Localeresources&#92;en_US&#92;Premiere.en_US.DLL"/>
    <binaryImage start="0x74200000" end="0x742bb000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;propsys.dll"/>
    <binaryImage start="0x75f40000" end="0x75fc4000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;clbcatq.dll"/>
    <binaryImage start="0x75010000" end="0x7504b000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;rsaenh.dll"/>
    <binaryImage start="0x0e230000" end="0x0e29f000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;TitleFontEngine.dll"/>
    <binaryImage start="0x0dfe0000" end="0x0dff2000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;BravoInitializer.dll"/>
    <binaryImage start="0x0eb60000" end="0x0ec51000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ACE.dll"/>
    <binaryImage start="0x61780000" end="0x61b11000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AGM.dll"/>
    <binaryImage start="0x60810000" end="0x60abe000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;CoolType.dll"/>
    <binaryImage start="0x0ec60000" end="0x0ec82000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;TitleImageManager.dll"/>
    <binaryImage start="0x0e1e0000" end="0x0e1ec000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ObjectTracking.dll"/>
    <binaryImage start="0x0e2d0000" end="0x0e2eb000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;AsioWdm.dll"/>
    <binaryImage start="0x741d0000" end="0x741ff000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;wdmaud.drv"/>
    <binaryImage start="0x74620000" end="0x74624000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;ksuser.dll"/>
    <binaryImage start="0x74dc0000" end="0x74de8000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;MMDevAPI.dll"/>
    <binaryImage start="0x74b60000" end="0x74b67000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;avrt.dll"/>
    <binaryImage start="0x74440000" end="0x7446d000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;wintrust.dll"/>
    <binaryImage start="0x75c70000" end="0x75c99000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;imagehlp.dll"/>
    <binaryImage start="0x741a0000" end="0x741c1000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;AudioSes.dll"/>
    <binaryImage start="0x73f30000" end="0x73f96000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;AudioEng.dll"/>
    <binaryImage start="0x743e0000" end="0x743e9000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;msacm32.drv"/>
    <binaryImage start="0x74170000" end="0x74177000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;midimap.dll"/>
    <binaryImage start="0x656f0000" end="0x662b1000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTime.qts"/>
    <binaryImage start="0x6aaf0000" end="0x6ab1e000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QTCF.dll"/>
    <binaryImage start="0x695b0000" end="0x6967b000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;CoreFoundation.dll"/>
    <binaryImage start="0x6cfc0000" end="0x6cfd0000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;pthreadVC2.dll"/>
    <binaryImage start="0x73300000" end="0x73307000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;wsock32.dll"/>
    <binaryImage start="0x6b1f0000" end="0x6b20c000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;objc.dll"/>
    <binaryImage start="0x11ff0000" end="0x11ffe000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;libdispatch.dll"/>
    <binaryImage start="0x6ae80000" end="0x6af7d000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;icuin40.dll"/>
    <binaryImage start="0x694c0000" end="0x695a1000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;icuuc40.dll"/>
    <binaryImage start="0x63e40000" end="0x64b9c000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;icudt40.dll"/>
    <binaryImage start="0x6ae40000" end="0x6ae51000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;ASL.dll"/>
    <binaryImage start="0x6e1f0000" end="0x6e289000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;CFNetwork.DLL"/>
    <binaryImage start="0x6e320000" end="0x6e383000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;SQLite3.dll"/>
    <binaryImage start="0x6d720000" end="0x6d733000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;zlib1.dll"/>
    <binaryImage start="0x75650000" end="0x75669000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;IPHLPAPI.DLL"/>
    <binaryImage start="0x75430000" end="0x75465000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;dhcpcsvc.dll"/>
    <binaryImage start="0x75720000" end="0x7574c000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;dnsapi.dll"/>
    <binaryImage start="0x754c0000" end="0x754c7000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;winnsi.dll"/>
    <binaryImage start="0x75490000" end="0x754b2000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;dhcpcsvc6.DLL"/>
    <binaryImage start="0x6c470000" end="0x6c4a8000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;CoreVideo.qtx"/>
    <binaryImage start="0x6b7a0000" end="0x6b7f4000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;CoreVideo.dll"/>
    <binaryImage start="0x60450000" end="0x60809000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;CoreGraphics.dll"/>
    <binaryImage start="0x69dc0000" end="0x69e1b000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTime3GPP.qtx"/>
    <binaryImage start="0x69350000" end="0x693ce000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTime3GPPAuthoring.qtx"/>
    <binaryImage start="0x6c8e0000" end="0x6c900000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeAudioSupport.qtx"/>
    <binaryImage start="0x600b0000" end="0x6044b000" type="__TEXT" path="C:&#92;Program Files&#92;Common Files&#92;Apple&#92;Apple Application Support&#92;CoreAudioToolbox.dll"/>
    <binaryImage start="0x5fe80000" end="0x600ae000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeAuthoring.qtx"/>
    <binaryImage start="0x693f0000" end="0x69443000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeCapture.qtx"/>
    <binaryImage start="0x616e0000" end="0x61771000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeEffects.qtx"/>
    <binaryImage start="0x625c0000" end="0x62625000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeEssentials.qtx"/>
    <binaryImage start="0x5f800000" end="0x5fb3a000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeH264.qtx"/>
    <binaryImage start="0x60f40000" end="0x61035000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeImage.qtx"/>
    <binaryImage start="0x60e70000" end="0x60f40000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeInternetExtras.qtx"/>
    <binaryImage start="0x62540000" end="0x625ba000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeMPEG.qtx"/>
    <binaryImage start="0x66e30000" end="0x66e8a000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeMPEG4.qtx"/>
    <binaryImage start="0x5fde0000" end="0x5fe72000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeMPEG4Authoring.qtx"/>
    <binaryImage start="0x615c0000" end="0x61642000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeMusic.qtx"/>
    <binaryImage start="0x5fc20000" end="0x5fcfc000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeStreaming.qtx"/>
    <binaryImage start="0x62690000" end="0x626eb000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeStreamingAuthoring.qtx"/>
    <binaryImage start="0x6c160000" end="0x6c18d000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeStreamingExtras.qtx"/>
    <binaryImage start="0x5fb40000" end="0x5fc1b000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;QuickTimeVR.qtx"/>
    <binaryImage start="0x12eb0000" end="0x12ed3000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;VXMLPresetReader.dll"/>
    <binaryImage start="0x12f50000" end="0x12f9b000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;PremiereFiltersMetaPlugin.prmp"/>
    <binaryImage start="0x12fb0000" end="0x13001000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;TransitionsMetaPlugin.prmp"/>
    <binaryImage start="0x12f00000" end="0x12f20000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;DeviceControlFirewire.prm"/>
    <binaryImage start="0x5f680000" end="0x5f7f3000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;quartz.dll"/>
    <binaryImage start="0x6aaa0000" end="0x6aab3000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;dxva2.dll"/>
    <binaryImage start="0x13010000" end="0x1302d000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;DeviceControlUSBVC.prm"/>
    <binaryImage start="0x13030000" end="0x1303d000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ExporterAIFF.prm"/>
    <binaryImage start="0x13070000" end="0x13086000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ExporterAVI.prm"/>
    <binaryImage start="0x130a0000" end="0x130a9000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;VfWFileWriter.dll"/>
    <binaryImage start="0x13420000" end="0x13486000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;LVCodec2.dll"/>
    <binaryImage start="0x130d0000" end="0x130d9000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ExporterBMP.prm"/>
    <binaryImage start="0x13100000" end="0x1310a000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ExporterGIF.prm"/>
    <binaryImage start="0x13230000" end="0x13239000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ExporterGIFStill.prm"/>
    <binaryImage start="0x13250000" end="0x13259000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ExporterJPEG.prm"/>
    <binaryImage start="0x13510000" end="0x13583000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ExporterMP3.prm"/>
    <binaryImage start="0x132a0000" end="0x132b1000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ExporterMPEGPreview.prm"/>
    <binaryImage start="0x24200000" end="0x24215000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ad2mpgvout.dll"/>
    <binaryImage start="0x24300000" end="0x2433a000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ad2mpgmux.dll"/>
    <binaryImage start="0x24000000" end="0x2403b000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ad2mpgaout.dll"/>
    <binaryImage start="0x13f50000" end="0x13fd3000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;IPPMPEGDecoder.dll"/>
    <binaryImage start="0x13fe0000" end="0x141fa000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ad2mpgvout.004"/>
    <binaryImage start="0x132e0000" end="0x1330b000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ExporterQuickTime.prm"/>
    <binaryImage start="0x134a0000" end="0x134a9000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ExporterTarga.prm"/>
    <binaryImage start="0x134c0000" end="0x134ca000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ExporterTIFF.prm"/>
    <binaryImage start="0x134e0000" end="0x134ee000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ExporterUncompressed.prm"/>
    <binaryImage start="0x13cd0000" end="0x13cef000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AVIWriter.dll"/>
    <binaryImage start="0x13d00000" end="0x13d0f000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ExporterWave.prm"/>
    <binaryImage start="0x74150000" end="0x74158000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;imaadp32.acm"/>
    <binaryImage start="0x74140000" end="0x74147000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;msg711.acm"/>
    <binaryImage start="0x74130000" end="0x74139000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;msgsm32.acm"/>
    <binaryImage start="0x74120000" end="0x74128000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;msadp32.acm"/>
    <binaryImage start="0x740e0000" end="0x740f2000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;l3codeca.acm"/>
    <binaryImage start="0x14460000" end="0x1459a000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;GPUCenterPeel.prm"/>
    <binaryImage start="0x6b8f0000" end="0x6baaa000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;d3d9.dll"/>
    <binaryImage start="0x6d650000" end="0x6d656000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;d3d8thk.dll"/>
    <binaryImage start="0x6b2f0000" end="0x6b6ae000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;atiumdag.dll"/>
    <binaryImage start="0x61bb0000" end="0x6207e000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;atiumdva.dll"/>
    <binaryImage start="0x17860000" end="0x1799a000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;GPUPageCurl.prm"/>
    <binaryImage start="0x179a0000" end="0x17ad9000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;GPUPageRoll.prm"/>
    <binaryImage start="0x17ae0000" end="0x17c1a000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;GPUSphere.prm"/>
    <binaryImage start="0x17c20000" end="0x17d5d000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;GPUSpiralFlip.prm"/>
    <binaryImage start="0x14240000" end="0x1425e000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ImporterAI.prm"/>
    <binaryImage start="0x5f0b0000" end="0x5f677000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AdobePDFL.dll"/>
    <binaryImage start="0x5fd30000" end="0x5fdd7000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;JP2KLib.dll"/>
    <binaryImage start="0x6c0a0000" end="0x6c0e1000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;BIBUtils.dll"/>
    <binaryImage start="0x6c130000" end="0x6c15e000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AXE8SharedExpat.dll"/>
    <binaryImage start="0x5ec50000" end="0x5f0ac000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;MPS.dll"/>
    <binaryImage start="0x142e0000" end="0x142e8000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;EPS Parser.8by"/>
    <binaryImage start="0x14300000" end="0x1430e000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;plugin.dll"/>
    <binaryImage start="0x14330000" end="0x1433c000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ImporterAiff.prm"/>
    <binaryImage start="0x17d60000" end="0x17e51000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ImporterAVI.prm"/>
    <binaryImage start="0x145b0000" end="0x14602000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ImporterBarsAndTone.prm"/>
    <binaryImage start="0x14620000" end="0x14626000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ImporterBlackMatte.prm"/>
    <binaryImage start="0x14640000" end="0x14648000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ImporterColorMatte.prm"/>
    <binaryImage start="0x14660000" end="0x1466a000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ImporterDirectShow.prm"/>
    <binaryImage start="0x164e0000" end="0x164f8000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ImporterFastMPEG.prm"/>
    <binaryImage start="0x23200000" end="0x235f3000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;ad2mpegin.dll"/>
    <binaryImage start="0x16510000" end="0x1651b000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ImporterFastMultiStill.prm"/>
    <binaryImage start="0x173a0000" end="0x1744d000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;aide.dll"/>
    <binaryImage start="0x5eba0000" end="0x5ec43000" type="__TEXT" path="C:&#92;Windows&#92;winsxs&#92;x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.1_n one_e163563597edeada&#92;msvcr90.dll"/>
    <binaryImage start="0x61650000" end="0x616de000" type="__TEXT" path="C:&#92;Windows&#92;winsxs&#92;x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.1_n one_e163563597edeada&#92;msvcp90.dll"/>
    <binaryImage start="0x16540000" end="0x16547000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ImporterFilmStrip.prm"/>
    <binaryImage start="0x16560000" end="0x16569000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ImporterFlash.prm"/>
    <binaryImage start="0x18450000" end="0x185ae000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ImporterLeader.prm"/>
    <binaryImage start="0x17480000" end="0x174b9000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ImporterMp3.prm"/>
    <binaryImage start="0x174c0000" end="0x174d3000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ImporterMPEG.prm"/>
    <binaryImage start="0x17500000" end="0x17509000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ImporterMultiStill.prm"/>
    <binaryImage start="0x17520000" end="0x1752d000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ImporterPhotoshopProxy.prm"/>
    <binaryImage start="0x75a70000" end="0x75a9c000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;apphelp.dll"/>
    <binaryImage start="0x17560000" end="0x1756b000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ImporterPict.prm"/>
    <binaryImage start="0x17580000" end="0x1759b000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ImporterPSA.prm"/>
    <binaryImage start="0x17fd0000" end="0x18029000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;PSA&#92;PhotoshopAdapter.apl"/>
    <binaryImage start="0x175b0000" end="0x175e1000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ImporterQT.prm"/>
    <binaryImage start="0x71a20000" end="0x71b56000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;msxml3.dll"/>
    <binaryImage start="0x183a0000" end="0x18431000" type="__TEXT" path="C:&#92;Program Files&#92;QuickTime&#92;QTSystem&#92;AppleProResDecoder.qtx"/>
    <binaryImage start="0x07540000" end="0x07548000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ImporterTarga.prm"/>
    <binaryImage start="0x07560000" end="0x0756a000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ImporterTiff.prm"/>
    <binaryImage start="0x07580000" end="0x075a0000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ImporterWave.prm"/>
    <binaryImage start="0x075b0000" end="0x075c3000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;ImporterWindowsMedia.prm"/>
    <binaryImage start="0x5e310000" end="0x5e55b000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;WMVCORE.DLL"/>
    <binaryImage start="0x6c300000" end="0x6c339000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;WMASF.DLL"/>
    <binaryImage start="0x075f0000" end="0x07632000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;PlayerMediaCore.prm"/>
    <binaryImage start="0x17e60000" end="0x17e87000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;AudioVideoIO.dll"/>
    <binaryImage start="0x186e0000" end="0x18772000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Display.dll"/>
    <binaryImage start="0x181d0000" end="0x1820c000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;glut32.dll"/>
    <binaryImage start="0x185b0000" end="0x18611000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;aif_core.dll"/>
    <binaryImage start="0x18d90000" end="0x18f37000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;aif_ogl.dll"/>
    <binaryImage start="0x18f40000" end="0x18fd0000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;image_flow.dll"/>
    <binaryImage start="0x18210000" end="0x1822e000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;image_runtime.dll"/>
    <binaryImage start="0x18250000" end="0x1827b000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;data_flow.dll"/>
    <binaryImage start="0x18670000" end="0x18687000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;DisplayDrivers.dll"/>
    <binaryImage start="0x19170000" end="0x19ca4000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;atioglxx.dll"/>
    <binaryImage start="0x188e0000" end="0x18901000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;atiadlxx.dll"/>
    <binaryImage start="0x700c0000" end="0x700cb000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;wbem&#92;wbemprox.dll"/>
    <binaryImage start="0x71800000" end="0x7185b000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;wbemcomn.dll"/>
    <binaryImage start="0x6fb50000" end="0x6fb60000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;wbem&#92;wbemsvc.dll"/>
    <binaryImage start="0x6f670000" end="0x6f709000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;wbem&#92;fastprox.dll"/>
    <binaryImage start="0x756b0000" end="0x756c8000" type="__TEXT" path="C:&#92;Windows&#92;System32&#92;ntdsapi.dll"/>
    <binaryImage start="0x18fd0000" end="0x18ff5000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;RecorderDV.prm"/>
    <binaryImage start="0x19010000" end="0x1903b000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;RecorderMPEGHDV.prm"/>
    <binaryImage start="0x1b000000" end="0x1b022000" type="__TEXT" path="C:&#92;Program Files&#92;Adobe&#92;Adobe Premiere Elements 8.0&#92;Plug-ins&#92;Common&#92;RecorderWDM.prm"/>
    <binaryImage start="0x1b070000" end="0x1b086000" type="__TE

    Some basics:
    Install all Windows Updates.
    Install latest version of Apple QuickTime (v7.6.7 at time of writing). Even if you don't use QuickTime, PRE relies heavily on it.
    Install most recent graphics and sound drivers from the manufacturers web sites.
    Run Disk Cleanup.
    Run Defragmenter.
    Temporarily disable any anti-virus real time scanning.
    Use the GSpot Codec Information Utility to analyse the file and post screen image.
    Post back here with the necessary information described here: Got a Problem? How to Get   Started
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children

Maybe you are looking for