[Israel.pm] calling perl script within mfc application
David Baird
david.baird at homemail.com
Wed May 19 04:58:01 PDT 2004
> im writing mfc application(c++)
> which run perl script(perlembed way)
> i faced problem when the script do
> use Module;
>
> and Module is interface to some c module (XS or Swig) for
> example(Tk,Math::Trigo)
>
> my prog crahed in this situation;
> if Module is neto perl no problem
This might be an issue of what Perl and what compiler is used for the
XS/Swig code. I've accomplished what you describe successfully with
ActivePerl and using only the Visual C++ compiler for the custom
modules. Is this similar to your situation?
-David
More information about the Perl
mailing list