in reply to perl512.dll was not found

Does this script give that error:

1;

If so, you're Perl is badly installed.

If not, does this script give that error:

use Win32::GUI;

If so, I suspect you are running a Perl version earlier than 5.12, but the Win32::GUI you have installed (or some module used by it) as compiled using Perl 5.12.

Replies are listed 'Best First'.
Re^2: perl512.dll was not found
by papom (Initiate) on Feb 18, 2011 at 02:40 UTC
    Thanks guys, My packages where getting installed in a different location. After I changed the selection in Areas tab it is working fine now.