From: Warren Young Date: October 9 2007 9:27am Subject: Re: Using SSQLS with multiple files List-Archive: http://lists.mysql.com/plusplus/7083 Message-Id: <470B4984.2000702@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit António Santos wrote: > > How can I now use the site_survey_point structure type in other .cpp > files? Look at the top of examples/util.cpp for MYSQLPP_SSQLS_NO_STATICS. This allows the util module to include examples/stock.h even though it's linked to all the custom* examples.