From: Warren Young Date: December 28 2007 10:41am Subject: Re: datetime.h problem if I use mysql++ like a DLL List-Archive: http://lists.mysql.com/plusplus/7320 Message-Id: <4774D2BD.9020103@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Michele Dionisio wrote: > > I solved this problem changing datetime.h file inserting MYSQLPP_EXPORT > defini before definition of these methos. > > the new file have the following change: > > LINE 181: MYSQLPP_EXPORT DateTime(time_t t) > LINE 196: MYSQLPP_EXPORT operator time_t() const; This is fixed in svn now.