You've already forked lazarus-ccr
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:
@ -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>
|
||||||
|
@ -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));
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user