I embeded the Perl Interpreter into my C++ projekt.
For simple scripts, i do not have a problem, but when the script loads Data::Dumper for example I get the follwing error:
Can't load module Data::Dumper, dynamic loading not available in this perl.
(You may need to build a new perl executable which either supports
dynamic loading or has the Data::Dumper module statically linked into it.)
well, statically linking is not a option, i think. Is there a switch to turn this feature one?