Hi,
I am using ActivePerl 5.6.1 Build 635.
I have written C code that would invoke some Perl function that uses extension modules (like PerLDAP).
This program works fine as long as it picks up perl56.dll from the Perl installation folder (say C:\Perl\bin). But if I copy the same perl56.dll to the folder containing my executable, then, I get an error saying:
@INC contains only ..Hence cannot find the extension module.
Any guesses why?
Regards,
Raj