From: Warren Young Date: March 19 2009 8:04pm Subject: Re: I can't compile with VS2008. List-Archive: http://lists.mysql.com/plusplus/8487 Message-Id: <49C2A54A.1090805@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Kyle Emmerich wrote: > Well, I got the DLL and lib compiled just fine, examples worked and > everything. It just won't work with my own project, it's in the > headers. Are you sure you're getting no other errors? The one you posted suggests a broken mysql_version.h file. This is part of the MySQL C API, not MySQL++. I don't really believe that to be the case, however, because if MySQL were shipping broken headers, we'd have heard about it from more than just you. Besides, the examples did build. So, either there's an earlier problem that eventually results in this confusing error, or you've got something roached with your project or build setup.