Giter Site home page Giter Site logo

Comments (5)

JulStrat avatar JulStrat commented on May 23, 2024 1
  1. Install components.
  2. Apply patch

$ git diff unitbible.pas
diff --git a/unitbible.pas b/unitbible.pas
index 1405406..e98e146 100644
--- a/unitbible.pas
+++ b/unitbible.pas
@@ -406,7 +406,7 @@ end;

function TBible.Search(searchString: string; SearchOptions: TSearchOptions; Range: TRange): TContentArray;
var

  • Contents : TContentArray = [];
  • Contents : TContentArray; // = [];
    queryRange : string = '';
    from, till : string;
    nt : boolean;

$ git diff unitlib.pas
diff --git a/unitlib.pas b/unitlib.pas
index 12c36ea..2f21aac 100644
--- a/unitlib.pas
+++ b/unitlib.pas
@@ -124,7 +124,7 @@ end;

function StringToList(ch: Char; s: string): TStringArray;
var

  • Point : array of integer = [];
  • Point : array of integer; // = [];
    index : integer = 0;
    n : integer = 0;
    i, len : integer;

Regards.

from unboundbible.

rchastain avatar rchastain commented on May 23, 2024

@JulStrat

Thank you. With the modifications that you suggested it compiles.
I could also compile it without modifications, on another computer where I have FPC 3.2.0. I should have understood that the problem came from that. :)

from unboundbible.

JulStrat avatar JulStrat commented on May 23, 2024

I compiled on Lazarus 2.0.6/FPC 3.0.4/Windows Vista 32bit. I think it's compiler ...

from unboundbible.

rchastain avatar rchastain commented on May 23, 2024

I compiled on Lazarus 2.0.6/FPC 3.0.4/Windows Vista 32bit. I think it's compiler ...

Yes. And for me I had also another problem, because I was using the packages from the previous version. When I recompiled the package, the error disappeared.

Thank you for your help!

from unboundbible.

JulStrat avatar JulStrat commented on May 23, 2024

I compiled on Lazarus 2.0.6/FPC 3.0.4/Windows Vista 32bit. I think it's compiler ...

Yes. And for me I had also another problem, because I was using the packages from the previous version. When I recompiled the package, the error disappeared.

Thank you for your help!

My pleasure.
Regards.

from unboundbible.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.