Long story short;
I am taking a stab at programming some C++, the last program I wrote was for the commodore 64 and was in machine code so this should be fun 

 I grabbed the source code for TZVZ   Aug 8, 2009 with database. The plan is to get this running so I have a stable virsion to add the edits and changes
 I want to make, then work the whole thing into whatever new code base is out there.
Using Microsoft visual studio 2010
configured the C++ directory's for (soulution) but the source or header files didn't get installed when I installed mysql, or perl, I did ad the zlib though.
This probably could had been corrected if I had chosen to use Linux instead of Windows XP to run the game and develop on.
mysql config;
Connection id:          8
Using delimiter:        ;
Server version:         5.1.39-community MySQL Community Server (GPL)
Protocol version:       10
Connection:             localhost via TCP/IP
Client characterset:    utf8
Server characterset:    utf8
TCP port:               3306
Uptime:                 18 hours 39 min 40 sec
perl config;
Active perl 5.8.9
DBI site version 1.609
DBI perl Version 1.607
IO-String Version: 1.08
Question I have in this, can I just download the unix version of mysql and copy the headers to the include directory?
 I downloaded the mysql connector for C++ and installed it, I got 2 .h's but not the right ones And what is the name of the mysql dev package? 
Thanks for any help