[Lazarus] ORM in Lazarus / Freepascal

Michael Van Canneyt michael at freepascal.org
Thu Apr 2 16:27:12 CEST 2009



On Thu, 2 Apr 2009, Giuseppe Luigi Punzi wrote:

> Hi Michael, first of all, thanks for the fast answer.
> 
> Michael Van Canneyt escribió:
> > On Thu, 2 Apr 2009, Giuseppe Luigi Punzi wrote:
> >
> >   
> >> When I was playing with Smalltalk, I learned a little about ORM.
> >>
> >> Now, I would like to try it under Lazarus/Frepascal. I searched, and 
> >> found tiOPF. But requires FBLib, and I'm getting a lot of errors trying 
> >> to compile it under Windows (I dont know if I will get more errors on 
> >> OSX at home)
> >>     
> >
> > It does not require fblib; I use it with SQLDB in a commercial app.
> >   
> 
> Well, the .lpk requires FBLib, as describes in lazarus.wiki too (1) I 
> downloaded the latest release on downloads section at sourceforge.

You can simply remove the dependency. If the compiler complains about
fblib units not found, you can just remove them. It'll work fine after
that.

Michael.


More information about the Lazarus mailing list