From: Warren Young Date: April 9 2005 3:01am Subject: Re: sql_create in header List-Archive: http://lists.mysql.com/plusplus/4233 Message-Id: <4257459D.4090201@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit don thompson wrote: > csdata.h:13: error: type specifier omitted for parameter `cchar' This is defined in defs.h, which is included by mysql++.h. You should #include before custom.h.