Custom Compiling Options
Previous  Top  Next


The MyComponents suite has been designed to favour most popular custom compiling options and as such allows you to define or undefine compiler directives to make the suite fit your application like a glove.

All these custom options are defined and well documented in the product.inc file in the Source directory, following are some highlighted directives:
·MYSQLDIRECT - If defined it will include the Direct Driver  
·MYSQLEMBEDDED - If defined it will include the Embedded Driver  
·CONSOLEAPP - If defined it will exclude all dialogs and forms from the suite  
·HAVE_SSL - If defined will include support for SSL in the suite, also see the Options and Params property of TMySQLServer.  
·HAVE_COMPRESS - If defined will include the zlib obj files for the Direct Driver. Note that the Library Driver comes with compression already built in and takes no additional delphi code, this option only determines the availability to compress communications with the MySQL server using the Direct Driver.