|
Came here, searching for exactly the same thing. Based on what you did, I expanded to the following:
use OLE::Storage_Lite;
require Math::BigInt;
#perl2exe_include "Math/BigInt.pm";
#perl2exe_include "Math/BigInt/Calc.pm";
#perl2exe_include "Math/BigInt/FastCalc.pm";
and my app compiles. since this is my first perl app, i'm not going to pretend to know how much of that is necessary . . . but it works. I'll cull things out later, but this might get you going.
hth,
(btw, philc, I think I know you, IRL?)
dart
|