perl.xs...perl extension statically linked - xsub not called by manojkbhatti- April 28, 2008 Hello,Perl XS guys please provide some insight n advice ....I&39;m developing an app that is embedding perl for some web scarping. Ideveloped an perl extension that has to callback into my C++ codewhile running inside embedded interpreter. If I dynamically link theperl extension as a .dll then the xsub in the perl extension getscalled correctly and does what I need it to do.However, if I statically link the perl extension and then link thatwith my Visual C++ app with the embedded perl...http://www.nntp.perl.org/group/perl.xs/2008/04/msg2445.html |