-none- 2007-09-20 - By Warren Young
Back Antero Markkanen wrote: > We are using MySQL++-2.2.3.
Do you mean 2.3.2, or are you really using an old version?
> following error at linking phase. LINK: FATAL ERROR, LNK1104: CANNOT OPEN > FILE "mysqlpp_util.lib".
Errors having to do with the "util" library almost always indicate that you're not using the project files shipped with MySQL++, then, or you're doing something else nonstandard. Open mysql++.sln in Visual Studio, and let it convert the projects to the current format. When you build it, it builds the library first, and then all of the examples including simple1.
Assuming that works, then when you go to make your own projects, follow the instructions in README.vc.
-- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsub=mysql@(protected)
|
|