From: Warren Young Date: November 14 2005 10:51pm Subject: Re: Issue with MySQL++ List-Archive: http://lists.mysql.com/plusplus/5147 Message-Id: <43791503.7050605@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Death Gauge wrote: > debug/query.o(.text+0xd6b):query.cpp: undefined reference to > `mysql_more_results > @4' This is due to not using the correct DEF file when creating the import library. Follow the instructions in README.mingw. It still covers the DLL linking method, even though it isn't supported right now.