Hi everyone,
I just updated my Lazarus installation to Lazarus 0.9.31 svn 34536 with FPC 2.6.0 compiler on Windows. My problem is I can no longer compile a program I wrote that uses FpSpreadsheet. I keep getting the following error in fpolebasic.pas:
....\FpSpreadsheet\fpolebasic.pas(65,3) Fatal: Internal error 200305057
The line that provokes the error above is the following:
AOLEDocument.Stream.Position:=0; //Ensures it is in the begining.
I've updated to the latest SVN FpSpreadsheet source but I still can't compile my program. Strangely enough, I can compile FpSpreadsheet itself BUT not my program that uses FpSpreadsheet.
Thanks for your assistance.
JD