On 18 Jun 2010, at 02:58, Burkhard Carstens wrote:
> What about ExtJS being GPL licensed? Got a developer license?
Yes, if you make commercial apps.
> Here you refere to the ExtJS components of fpweb, right? IOW. if those
> are (or will be) universal, they should get renamed? (see, you are in
Am Mittwoch, 16. Juni 2010 23:01 schrieb Michael Van Canneyt:
> On Wed, 16 Jun 2010, Burkhard Carstens wrote:
> > .. anybody knows where I can buy it? ;-)
> > After spending hours on www.w3c.org and www.w3schools.com,
> > extjs.com (now sencha.com) and jquery.com reading a lot about html,
> > dhtml
The solution that I use is to rename the unit slightly, like I am
improving OpenSSL.pas, so I renamed it to MyOpenSSL.pas to avoid
conflicts. Once the changes are merged and released I will rename my
uses clauses back to OpenSSL.
Can be very annoying if the problem involves lot's of units, but for
On 2010-06-17 12:14, Graeme Geldenhuys wrote:
Op 2010-06-17 10:51, Marco van de Voort het geskryf:
Well, it is hard to implement fuzzy details :-)
:-) I was simply asking if somebody tried that with Free Pascal - it wasn't
meant as a feature request.
Were it third party or comp
Op 2010-06-17 12:01, Marco van de Voort het geskryf:
>
> Of a snapshot or of a release?
FPC 2.4.1 fixes branch from repository. Compiled two weeks ago with the
following script.
---
#!/bin/bash
COMPILER=/opt/fpc_2.4.1/x86_64-linux/bin/ppcx64
cd src
make all PP=$COMPILER
In our previous episode, Graeme Geldenhuys said:
> > If only the unit implementation changes, and you don't use inlines and
> > you compile the unit with the same compiler flags, can this ppu be used
> > instead of the original?
>
> So far so good. I managed to successfully replace ibconnection.p
Op 2010-06-17 11:13, Mattias Gaertner het geskryf:
>
> If only the unit implementation changes, and you don't use inlines and
> you compile the unit with the same compiler flags, can this ppu be used
> instead of the original?
So far so good. I managed to successfully replace ibconnection.pas wh
In our previous episode, Mattias Gaertner said:
> > > If your project then included a new *.pas files with earlier unit search
> > > path pointing to that new *.pas, it would recompile it and its *.dcu will
> > > be generated inside your project's output path, thus used instead of the
> > > origina
Op 2010-06-17 11:13, Mattias Gaertner het geskryf:
>
> If only the unit implementation changes, and you don't use inlines and
> you compile the unit with the same compiler flags, can this ppu be used
> instead of the original?
It worked! For implementation sections bug fixes at least. :-)
Bel
Op 2010-06-17 11:13, Mattias Gaertner het geskryf:
>
> If only the unit implementation changes, and you don't use inlines and
> you compile the unit with the same compiler flags, can this ppu be used
> instead of the original?
Yes, that's the point I'm trying to make. When we did this years ago i
Op 2010-06-17 10:51, Marco van de Voort het geskryf:
>
> Well, it is hard to implement fuzzy details :-)
:-) I was simply asking if somebody tried that with Free Pascal - it wasn't
meant as a feature request.
> Were it third party or components that come with Delphi that you replaced?
I believ
On Thu, 17 Jun 2010 10:51:46 +0200 (CEST)
mar...@stack.nl (Marco van de Voort) wrote:
> In our previous episode, Graeme Geldenhuys said:
> > Op 2010-06-17 10:39, Marco van de Voort het geskryf:
> > >
> > > IIRC delphi has a equivalent of -Ur ({$IMPLICITBUILD OFF}). Were the
> > > _original_ compo
In our previous episode, Graeme Geldenhuys said:
> Op 2010-06-17 10:39, Marco van de Voort het geskryf:
> >
> > IIRC delphi has a equivalent of -Ur ({$IMPLICITBUILD OFF}). Were the
> > _original_ components compiled with that?
>
> It's been over 7 years, so the details are a bit fuzzy. If I reme
Op 2010-06-17 10:39, Marco van de Voort het geskryf:
>
> IIRC delphi has a equivalent of -Ur ({$IMPLICITBUILD OFF}). Were the
> _original_ components compiled with that?
It's been over 7 years, so the details are a bit fuzzy. If I remember
correctly, Delphi used to like dumping all installed com
In our previous episode, Graeme Geldenhuys said:
[ Charset UTF-8 unsupported, converting... ]
> Hi,
>
> Many years ago when I still used Delphi, it was common in our
> development team to create our own patches for various components we
> used. We then placed those "fixed" units in a new path and
Hi,
Many years ago when I still used Delphi, it was common in our
development team to create our own patches for various components we
used. We then placed those "fixed" units in a new path and add that
path to the Delphi IDE (can't remember if the new path at to be on the
top or bottom of the lis
16 matches
Mail list logo