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!
|