Spreadsheet-ParseExcel - Re: error when creating executable with Spreadsheet::ParseExcel

Posted on Wed Apr 25 19:58:57 2007 by neilbryant in response to 4968 (See the whole thread of 5)
Re: error when creating executable with Spreadsheet::ParseExcel
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
Write a response