From: Warren Young Date: July 16 2007 1:39pm Subject: Re: STATUS_DLL_NOT_FOUND List-Archive: http://lists.mysql.com/plusplus/6810 Message-Id: <469B7512.2090302@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Masood Alam wrote: > > Debugger:: An unhandled non-continuable STATUS_DLL_NOT_FOUND exception was thrown during process load Clearly it can't find some DLL it needs. If I must guess, I would say it's probably the MySQL C API DLL (libmysql.dll). Try putting that into the Debug directory of the examples. If that works, you can keep it there, or put it into some other directory in your Windows PATH.