From: Warren Young Date: May 4 2007 9:41am Subject: Re: Not able to register mysqlpp.dll List-Archive: http://lists.mysql.com/plusplus/6587 Message-Id: <463AFFC2.9030506@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Bassam A. Al-Khaffaf wrote: > > I think I still need to > register the mysqlpp.dll libraries for both debug and release versions The previous posters are quite correct. Microsoft created the regsvr mechanism for COM. COM components may be stored in DLLs, but not every DLL is a COM component. MySQL++ builds as a plain old DLL on Windows, not a COM component. A regular DLL merely has to be somewhere in the executable search path for Windows to find it. If your program doesn't run, no amount of fighting with regsvr will fix it.