Activates the new ole by default

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1263 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
sekelsenmat
2010-07-29 20:59:04 +00:00
parent 6967313448
commit 993fb896a3
3 changed files with 6 additions and 2 deletions

View File

@ -48,6 +48,9 @@
<IncludeFiles Value="$(ProjOutDir)\"/> <IncludeFiles Value="$(ProjOutDir)\"/>
</SearchPaths> </SearchPaths>
<Other> <Other>
<CompilerMessages>
<UseMsgFile Value="True"/>
</CompilerMessages>
<CompilerPath Value="$(CompPath)"/> <CompilerPath Value="$(CompPath)"/>
</Other> </Other>
</CompilerOptions> </CompilerOptions>

View File

@ -21,8 +21,6 @@ var
i: Integer; i: Integer;
CurCell: PCell; CurCell: PCell;
{$IFDEF WINDOWS}{$R excel8read.rc}{$ENDIF}
begin begin
// Open the input file // Open the input file
MyDir := ExtractFilePath(ParamStr(0)); MyDir := ExtractFilePath(ParamStr(0));

View File

@ -46,6 +46,9 @@ unit xlsbiff8;
{$mode delphi} {$mode delphi}
{$endif} {$endif}
// The new OLE code is much better, so always use it
{$define USE_NEW_OLE}
interface interface
uses uses