<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">W dniu 2012-07-25 12:40,
      <a class="moz-txt-link-abbreviated" href="mailto:michael.vancanneyt@wisa.be">michael.vancanneyt@wisa.be</a> pisze:<br>
    </div>
    <blockquote
      cite="mid:alpine.DEB.2.00.1207251238140.18696@fsb.wals.be"
      type="cite">
      <br>
      <br>
      On Wed, 25 Jul 2012, Sławek wrote:
      <br>
      <br>
      <blockquote type="cite">Hello,
        <br>
        <br>
        I'd like to start a new life (after Delphi) with Lazarus IDE but
        got into trouble with basic Firebird connection  procedure :(
        <br>
        Error message: Cannot load default Firebird clients (fbembed.dll
        or gds32.dll) ??
        <br>
        <br>
        System Win7,64bit,home
        <br>
        Firebird 2.5/32bit installed on local machine from zip package;
        database located on local machine
        <br>
        Lazarus 32bit, 0.9.30.4
        <br>
        <br>
        Any hints ?
        <br>
      </blockquote>
      <br>
      First, make sure that fbclient.dll is in the PATH
      <br>
      <br>
      Then, try adding
      <br>
        InitialiseIBase60('fbclient.dll');
      <br>
      as the first line in your program source.
      <br>
      <br>
      Michael.<br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">--
_______________________________________________
Lazarus mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Lazarus@lists.lazarus.freepascal.org">Lazarus@lists.lazarus.freepascal.org</a>
<a class="moz-txt-link-freetext" href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a>
</pre>
    </blockquote>
    Putting "InitialiseIBase60('fbclient.dll');"  generated "Identifier
    not found InitialiseIBase60"<br>
    <br>
    but it works when fbclient.dll is located in SysWOW64 directory !<br>
    <br>
    <br>
    <br>
  </body>
</html>