dbTalk Databases Forums  

ask for a copy of VC7.1 project files for MySQL++2.0.6

mailing.database.mysql-plusplus mailing.database.mysql-plusplus


Discuss ask for a copy of VC7.1 project files for MySQL++2.0.6 in the mailing.database.mysql-plusplus forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Chengjie Sun
 
Posts: n/a

Default ask for a copy of VC7.1 project files for MySQL++2.0.6 - 11-19-2005 , 02:08 AM






------=_Part_17909_20024458.1132368612765
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Hi, all,

I found that VC (7.1, 2003) project files can fix the problems in building
MySQL++ 2.0.6 in the maillist.

Could some one send me a copy of that? Thanks a lot.

------=_Part_17909_20024458.1132368612765--

Reply With Quote
  #2  
Old   
pps
 
Posts: n/a

Default Re: ask for a copy of VC7.1 project files for MySQL++2.0.6 - 11-19-2005 , 08:45 PM






--------------000301070403010606020707
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Chengjie Sun wrote:
Quote:
Hi, all,

I found that VC (7.1, 2003) project files can fix the problems in building
MySQL++ 2.0.6 in the maillist.

Could some one send me a copy of that? Thanks a lot.


extract vc7.1.rar into mysqlpp directory, so that you have these dirs:
examples, lib, vc7.1, ...
then open vc7.1/mysqlpp.sln and build solution. It will build mysqlpp
libs and all the examples. Make sure that libmysql.lib is in your
library path. If you get errors that mysql++.h or custom.h aren't found
then use these files from archive (put them into lib directory), or run
custom.pl to generate them for you and rename mysql++.h.in into mysql++.h
all the build libraries and examples will be inside vc7.1/_debug, or
vc7.1/release


--------------000301070403010606020707
Content-Type: text/plain; charset=us-ascii


--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw
--------------000301070403010606020707--


Reply With Quote
  #3  
Old   
pps
 
Posts: n/a

Default Re: ask for a copy of VC7.1 project files for MySQL++2.0.6 - 11-20-2005 , 12:29 AM



Chengjie Sun wrote:
Quote:
Hi, pps
thanks a lot.
I have done it according to your instructions. It works!
one more question is I have to modify the setting of every example in order
to find libmysql.lib. Is there a good way to modify them at once?



you don't need to modify anything - you may add mysql lib dir to library
search path. To do so:
in vc71: Tools->Options->[Projects] -> VC++ Directories
in "Show Directories for" choose Library files
and then add new line - location of your libmysql.lib

--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.