I have an (fpc) dll function library that contains code for both Server and Client programs being created. The server code uses the Interbase unit to connect to firebird, but the clients do not need this. Problem is the IB unit seems to automatically require, and attempts to access the gds32.dll (not present on the clients) Is there anyway I can (thru code, not recompiling) only load the gds32.dll when required (ie when I say so)?

using Windows XP, latest Laz/fpc

Thanks

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to