View Single Post
  #6  
Old 01-31-2012, 03:37 AM
Linen
Fire Beetle
 
Join Date: Jan 2012
Location: United States
Posts: 3
Default

That Dependency Walker program is amazing. Really cool tech.

That, and it helped me find the problem. You're brilliant!

Here's what happened, and it's rather stupid of me. I installed Perl 5.14 (the 32 bit version) AND the x64 version (and did not uninstall the 32 bit version first, which was a silly mistake on my part). My system path statement pointed to both of them, and world.exe (according to that lovely Dependency Walker) was using the 32 bit version first. A quick fix of the path statement and all appears to be well, at least with that.

Thanks a ton. This was driving me crazy!
Reply With Quote