<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 27/05/2014 18:15, Chris Crori wrote:<br>
    </div>
    <blockquote cite="mid:4489A7A00C684135BF9A905E650662CB@Lenovo7"
      type="cite">
      <div dir="ltr">
        <div style="FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri'; COLOR:
          #000000">
          <div>Hi guys,</div>
          <div>    Is there anything I can do to speed up the
            TOpenDialog window in windows? It takes more than 2 seconds
            in my application in Lazarus, a lot more than in any
            application I run on the same computer (Windows7, 32 bit)</div>
          <div> <br>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    When your app runs in the IDE, or when you run your app outside the
    IDE?<br>
    <br>
    In the IDE it is slower, because GDB tracks every library that is
    loaded, and TOpenDialog can import many dll.<br>
    <br>
    If it is only in the IDE/Debugger, and bothers you a lot, then try
    this (autosolib):<br>
<a class="moz-txt-link-freetext" href="http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#gdb.exe_has_stopped_working">http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#gdb.exe_has_stopped_working</a><br>
    It may improve it a little bit. It does not affect outside the IDE.<br>
  </body>
</html>