View Single Post
  #9  
Old 02-05-2012, 01:56 AM
darkonites3
Fire Beetle
 
Join Date: Dec 2011
Posts: 21
Default

What windows are you using? windows xp, windows 7 or vista x86 or x64?
i am using windows 7 64bit
What version of perl are you using?
ActivePerl-5.14.2.1402-MSWin32-x86-295342
What version of visual Basic Vs 2010 or Vs 2008 ?
2008
If using 64 bit are you downloading 64 bit software?
no i was reading that it causes more issues then its worth

VS.Net does not know the path to your headers that is one of the problems
• Install Microsoft Visual C++ 2008 Express Edition and set it up
• Install Microsoft Visual C++ 2008 Express Edition. You can find links to this software at the bottom of this document, or just by googling it.
• Update your Microsoft Visual C+(+) 2008 Express Edition directories.
• Using Microsoft Visual C+(+) 2008 Express Edition, from the menu bar select:

• '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
and all of these extensons have been properly set up.
Thanks for your attempt at helping me fix this i had the same issue about 6 months ago when i frist tried doing this.
Reply With Quote