View Single Post
  #24  
Old 09-27-2010, 06:45 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

Make sure you follow these steps exactly. If one of the steps doesn't work because of a missing directory then you have something wrong with that component and must fix it.

• 'Tools/Options/Projects and Solutions/VC+(+) directories' and add the following directories using the dropdown "Show directories for" box:
• Include files: C:\mysql\include
• Include files: C:\perl\lib\CORE
• Include files: C:\zlib\include
• Library files: C:\mysql\lib\opt
• Library files: C:\perl\lib\CORE
• Library files: C:\zlib\lib

Obviously if you installed things to different directories then the paths here need to change as well. You can browse to a directory and select it that way.
Reply With Quote