View Single Post
  #5  
Old 12-01-2011, 07:01 PM
Secrets's Avatar
Secrets
Demi-God
 
Join Date: May 2007
Location: b
Posts: 1,450
Default

Try Vs2008 again with revision 2077 and see if you have the same issue. I reverted Perl to 5.10 for that version of Visual Studio due to the v90 toolset having issues with it, if there's any issues with VS2008 let me know.

As for the mysql.h vs2010 compile errors, make sure your individual project additional include/lib paths match up with what you are compiling against. You can change them all at once by ctrl clicking each project and right clicking and pressing properties. The option will be under general, for Linker and C/C++ respectively.
Reply With Quote