Re: [fpc-pascal] FPC and JAVA

2007-10-25 Thread Krishna
On 10/26/07, Felipe Monteiro de Carvalho <[EMAIL PROTECTED]> wrote: > On 10/24/07, Krishna <[EMAIL PROTECTED]> wrote: > > the C++ "Hello,World!" code that the wizard spit made me think > > Symbian OS is a pig. I sincerely hope that there is a better way to > > program these devices. > > I am wor

Re: [fpc-pascal] FPC and JAVA

2007-10-25 Thread Felipe Monteiro de Carvalho
On 10/24/07, Krishna <[EMAIL PROTECTED]> wrote: > the C++ "Hello,World!" code that the wizard spit made me think > Symbian OS is a pig. I sincerely hope that there is a better way to > program these devices. I am working on the Free Pascal port, but because of the horrible way the symbian SDK w

[fpc-pascal] Esta disponible la lista de correos e n español / Spanish mailing list available

2007-10-25 Thread Jesus Reyes
Hola a todos. De parte del equipo de desarrollo de Lazarus, se anuncia la disponibilidad de la lista de correos en Español. Para acceder a dicha lista, favor de registrarse en http://www.lazarus.freepascal.org/mailman/listinfo/lazarus-es Ojala que la comunidad de usuarios y programadores de FreeP

Re: [fpc-pascal] Has someone succeded to make an apache 2.2 module on linux (x86) ?

2007-10-25 Thread Inoussa OUEDRAOGO
Hi Michael > I have it working with Apache 2.2.4, out of the box ? On what platform OS(Linux distribution and version?) + fpc(version ?) Thanks -- Inoussa O. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailm

Re: [fpc-pascal] Has someone succeded to make an apache 2.2 module on linux (x86) ?

2007-10-25 Thread Michael Van Canneyt
On Thu, 25 Oct 2007, Inoussa OUEDRAOGO wrote: > Hi, > > Using Ubuntu 7.04, Apache 2.2.3, fpc 2.3.1 r8922 > > In the request handler ( content generator handler ) I got some weird > data in r^.handler. > It does work on windows XP. I have it working with Apache 2.2.4, out of the box ? Michael

[fpc-pascal] Has someone succeded to make an apache 2.2 module on linux (x86) ?

2007-10-25 Thread Inoussa OUEDRAOGO
Hi, Using Ubuntu 7.04, Apache 2.2.3, fpc 2.3.1 r8922 In the request handler ( content generator handler ) I got some weird data in r^.handler. It does work on windows XP. Any tips? Thanks -- Inoussa O. mod_wst.lpr Description: Binary data wst-module.conf Description: Binary data _

[fpc-pascal] Re: PasWiki for download?

2007-10-25 Thread L
Graeme wrote: > I started with a MarkDown syntax parser (mostly code snippets at the > moment). I'd like to abstract it as a class which can then be used in > other projects as well. Things like CGI apps or fpdoc's description > files. eg: Editing the documentation in Lazde (or fpGUI's doceditor) >

Re: [fpc-pascal] Dynamic linking variables

2007-10-25 Thread Michael Van Canneyt
On Thu, 25 Oct 2007, ik wrote: > On 10/25/07, Marc Santhoff <[EMAIL PROTECTED]> wrote: > > Am Donnerstag, den 25.10.2007, 11:12 +0200 schrieb ik: > > > Hello List, > > > > > > I'm binding FAM/GAM to Pascal, and I do it in two flavors: static and > > > dynamic linking (depending on the define). I

Re: [fpc-pascal] Dynamic linking variables

2007-10-25 Thread ik
On 10/25/07, Marc Santhoff <[EMAIL PROTECTED]> wrote: > Am Donnerstag, den 25.10.2007, 11:12 +0200 schrieb ik: > > Hello List, > > > > I'm binding FAM/GAM to Pascal, and I do it in two flavors: static and > > dynamic linking (depending on the define). I found out that I require > > to link two vari

Re: [fpc-pascal] Dynamic linking variables

2007-10-25 Thread Marc Santhoff
Am Donnerstag, den 25.10.2007, 11:12 +0200 schrieb ik: > Hello List, > > I'm binding FAM/GAM to Pascal, and I do it in two flavors: static and > dynamic linking (depending on the define). I found out that I require > to link two variables with the library. > How can dynamic link a variable using F

Re: [fpc-pascal] Dynamic linking variables

2007-10-25 Thread Henry Vermaak
On 25/10/2007, ik <[EMAIL PROTECTED]> wrote: > Hello List, > > I'm binding FAM/GAM to Pascal, and I do it in two flavors: static and > dynamic linking (depending on the define). I found out that I require > to link two variables with the library. > How can dynamic link a variable using FPC ? on un

[fpc-pascal] Dynamic linking variables

2007-10-25 Thread ik
Hello List, I'm binding FAM/GAM to Pascal, and I do it in two flavors: static and dynamic linking (depending on the define). I found out that I require to link two variables with the library. How can dynamic link a variable using FPC ? Thanks, Ido -- http://ik.homelinux.org/