From: Warren Young Date: December 10 2004 4:07am Subject: Gold stars to be had: Visual C++ DLL List-Archive: http://lists.mysql.com/plusplus/3792 Message-Id: <41B92119.4020009@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit I just got done beating my head against the wall for a few hours trying to get VC++ to make a DLL version of MySQL++. If any of you think you're up to the task, it would help people to comply with the project's license (LGPL) if we could make this happen. In the soon-to-be-released version 1.7.25, platform.h contains the necessary definitions. See the DLLEXPORT stuff. These macros work just fine for the simpler classes and functions, but I lack the VC++ Fu necesary to make it work for cases like SQLQuery, which derives from std::stringstream. This feature is worth two gold stars to the person who pulls it off. :)