On Tuesday 18 July 2006 23.27, Joost van der Sluis wrote:
> On Tue, 2006-07-18 at 22:13 +0200, Martin Schreiber wrote:
> > On Tuesday 18 July 2006 19.11, Joost van der Sluis wrote:
> > > > MSE created some patches for fpc 2.0.4 rc1
> > > > to fix some widestring and db issues.
> > > > http://svn.so
ÐÑо "forwarded" пиÑÑмо.
From: ÐÑÑÑ ÐоÑаÑевÑкий Ñ mail.ru <[EMAIL PROTECTED]>
To: Joost van der Sluis <[EMAIL PROTECTED]>
Date: Wednesday, July 19, 2006, 3:47:59 AM
Subject: [fpc-devel] FPC 2.0.4 release candidate 1 testing
===8<== ÐÑÑ
однÑй ÑекÑÑ ==
On Mon, 2006-07-17 at 06:42 +0400, øòð Ãîñà ðåâñêèé ñ mail.ru wrote:
> *. oracle: examples do not compile, makefile.fpc causes some problems.
At least this last issue is fixed. I coudn't find however what's wrong
with the makefile.fpc?
Joost
_
On 18 Jul 06, at 8:55, Dr. Karl-Michael Schindler wrote:
> There is no Mac OS X Quickstart section in the install/doc/readme.txt file,
> although needed, in particular for the ReadMe.txt File of Mac OS X .dmg
> package.
.
.
Many thanks, it's being added to SVN now and
should appear in 2.0.4.
On 14 Jul 06, at 9:52, Tomas Hajny wrote:
Hi again,
> We're about to start preparation for the next round of testing of release
> candidates for 2.0.4 after this weekend. More platforms and builds should
> be included this time - in addition to those available in RC1, we expect
> to have at least
On Tue, 2006-07-18 at 22:13 +0200, Martin Schreiber wrote:
> On Tuesday 18 July 2006 19.11, Joost van der Sluis wrote:
> > > MSE created some patches for fpc 2.0.4 rc1
> > > to fix some widestring and db issues.
> > > http://svn.sourceforge.net/viewcvs.cgi/mseide-msegui/trunk/patch_fpc_2_0_
> > >4/
On Tuesday 18 July 2006 19.11, Joost van der Sluis wrote:
> > MSE created some patches for fpc 2.0.4 rc1
> > to fix some widestring and db issues.
> > http://svn.sourceforge.net/viewcvs.cgi/mseide-msegui/trunk/patch_fpc_2_0_
> >4/
> >
> > I seems they are not applied to rc2.
> >
> > Can someone wit
>
> The db-files in fpc-2.0.4-rc2 are better up-to-date then the mse-one's.
> What's left is irrelevent, or in the fopen case, an ugly hack that
> shoudn't be there, imho.
>
> So for the db-part, nothing has to change.
thx for checking,
is someone :-) looking to implement/fix blob/text
in the my
> MSE created some patches for fpc 2.0.4 rc1
> to fix some widestring and db issues.
> http://svn.sourceforge.net/viewcvs.cgi/mseide-msegui/trunk/patch_fpc_2_0_4/
>
> I seems they are not applied to rc2.
>
> Can someone with widestring and db knowledge
> of fpc dev take a look at this?
The db
Thanks everybody you taking the time to reply... It seems Apache
Modules can do a lot more that I thought. Well worth reading a bit
more about it!
Regards,
Graeme.
On 7/18/06, Felipe Monteiro de Carvalho
<[EMAIL PROTECTED]> wrote:
On 7/18/06, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote:
> I
Hi all,
I'm hunting a strange bug. The Lazarus IDE works with gtk1 under fpc 2.0.2
on x86_64 without problems.
But with fpc 2.1.1 it crashes when opening any modal form. For example
open file.
Compiling with -gv and starting with valgrind runs without access
violation.
With heaptrc: bug appears
On 7/18/06, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote:
Is there a good resource on the web explaining the differences? Any
help would be great.
There is a table that compares various web technologies here:
http://162.105.203.19/apache-doc/8.htm#BIN21
Apache modules fit into the "Server API
> In response to the text below - I thought it useful to say that I have the
> need for a small APP to make a super thin CGI app to compromise between the
> "process startup" of CGI apps without locking myself into a HTTP API or
> FastCGI - Still not sure what the benchmarks will reveal but concern
In response to the text below - I thought it useful to say that I have the
need for a small APP to make a super thin CGI app to compromise between the
"process startup" of CGI apps without locking myself into a HTTP API or
FastCGI - Still not sure what the benchmarks will reveal but concerning FPC,
On 18 Jul 2006, at 12:05, Aleš Katona wrote:
This whole discussion is useless.
Better library linking support is not useless.
Jonas___
fpc-devel maillist - fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel
On 7/18/06, Micha Nelissen <[EMAIL PROTECTED]> wrote:
I think using 'httpd' as unit name is a bit too generic. There are many
more things httpd could mean besides Apache module headers. Maybe
'apache' or 'apache_mod' or so, instead.
I just used the same name the c headers use.
I also used just
Alright everyone, just stop this ok?
I was angry like hell when I first read the ORIGINAL poster's message
about FreeBSD (hint, topic no longer valid in your discussion) I got
even more angry and my response was very immature. I would like to
apologise to everyone and especialy the original poster
> Tue, Jul 18, 2006 at 01:22:40AM +0200, Jonas Maebe wrote:
> >libnames when determining how to link, with the default being 1:1.
>
> I know, but I was trying to point out that e.g. on Mac OS X sometimes
> you may need
>
> -lgtk-1.2.0 -lgdk-1.2.0 -lgdk_pixbuf
>
> and sometimes
>
> -framework
On Tue, 18 Jul 2006, Graeme Geldenhuys wrote:
Hi,
I am new to web applications. How does Apache Modules differ from CGI apps?
CGI Apps:
* The application executes, creates output and exits.
* Nothing stays in memory between user input
Apache Modules:
* no idea?
Apache loads your module,
On 7/18/06, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote:
Hi,
I am new to web applications. How does Apache Modules differ from CGI apps?
CGI Apps:
* The application executes, creates output and exits.
* Nothing stays in memory between user input
Apache Modules:
* no idea?
* You ca
Hi,
I am new to web applications. How does Apache Modules differ from CGI apps?
CGI Apps:
* The application executes, creates output and exits.
* Nothing stays in memory between user input
Apache Modules:
* no idea?
* Can things be kept in memory between user input? example: When
retrievin
On Tue, 18 Jul 2006, Micha Nelissen wrote:
Felipe Monteiro de Carvalho wrote:
The headers are now available for download. The are explanations about
how to make a simple module, example code, internal details and a
download link of the bindings here:
http://www.freepascal.org/wiki/index.php?
Felipe Monteiro de Carvalho wrote:
> The headers are now available for download. The are explanations about
> how to make a simple module, example code, internal details and a
> download link of the bindings here:
>
> http://www.freepascal.org/wiki/index.php?title=FPC_and_Apache_Modules
I think u
On Mon, 17 Jul 2006, Felipe Monteiro de Carvalho wrote:
Hello,
The headers are now available for download. The are explanations about
how to make a simple module, example code, internal details and a
download link of the bindings here:
http://www.freepascal.org/wiki/index.php?title=FPC_and_A
24 matches
Mail list logo