Re: [fpc-pascal] Re: How to use fpcmake

2009-04-27 Thread Graeme Geldenhuys
2009/4/26 Guillermo Martínez Jiménez gmji...@burdjia.com: It compiles but when I run ./fpmake archive it returns a lot of Warning: source file * not found for * but they actually exists(!). I actually have no idea how to add include files. The example Henry created only sets up the include

Re: [fpc-pascal] Re: How to use fpcmake

2009-04-27 Thread Michael Van Canneyt
On Mon, 27 Apr 2009, Graeme Geldenhuys wrote: 2009/4/26 Guillermo Martínez Jiménez gmji...@burdjia.com: It compiles but when I run ./fpmake archive it returns a lot of Warning: source file * not found for * but they actually exists(!). I actually have no idea how to add include files.

Re: [fpc-pascal] Re: How to use fpcmake

2009-04-27 Thread Henry Vermaak
2009/4/26 Guillermo Martínez Jiménez gmji...@burdjia.com: From: Graeme Geldenhuys graemeg.li...@g... Subject: Re: [fpc-pascal] How to use fpcmake Hi Guillermo, I struggled with it as well. Henry Vermaak then created an example for me and showed how to use it. The example he did was for the

[fpc-pascal] COM interfaces support in FPC 2.2.2 Win64

2009-04-27 Thread Eric Grange
I'm trying to compile a small executable in Win64 that makes use of the IFilter interface. Registry read accesses are okay, the CoCreateInstance on IFilter and QueryInterface for an IPersistFile on the IFilter instance pass with ok results, but the first use of the interface (an

[fpc-pascal] RECORD alignment issue on Mac OS X intel based

2009-04-27 Thread Roland Turcan
Hello FPC-Pascal users discussions! I am posting the same request to this mailing list and I posted into lazarus. Thanks for any answer in advance. TRoland; Hello Dmitry, Thanks for your reply, but I think, that you haven't understood me what I am trying to explain. I have binary

Re: [fpc-pascal] COM interfaces support in FPC 2.2.2 Win64

2009-04-27 Thread Bart
Not sure if this is related, but 2.2.2 has a bug in setting properties via COM. It should be resolved in 2.2.4 Bart ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] RECORD alignment issue on Mac OS X intel based

2009-04-27 Thread Jonas Maebe
On 27 Apr 2009, at 17:34, Roland Turcan wrote: The fact is, that FPC compiler on intel based Mac OS X builds up application which contains records packed by 4 bytes by default. I need to get the same behavior in intel based mac os x as I have in other platforms. If you do not specify any

Re: [fpc-pascal] COM interfaces support in FPC 2.2.2 Win64

2009-04-27 Thread Marco van de Voort
In our previous episode, Bart said: Not sure if this is related, but 2.2.2 has a bug in setting properties via COM. It should be resolved in 2.2.4 As far as I know the winunits-base package had more than an handful other fixes also. ___ fpc-pascal

[fpc-pascal] Greetings

2009-04-27 Thread Nino Luciani
Hi guys, A quick introduction. I joined the FPC mailing lists yesterday. Regards, Nino Luciani ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Greetings

2009-04-27 Thread Doug Chamberlin
Nino Luciani wrote: Hi guys, A quick introduction. I joined the FPC mailing lists yesterday. Hi, Nino! Welcome! Are you new to the Object Pascal world or have you been using the language for a while? Doug C. ___ fpc-pascal maillist -

Re: [fpc-pascal] Greetings

2009-04-27 Thread Lou James
I am new here too,I've been using free pascal since a year and a half ago.And I'm wondering what I can contribute? On 27/04/2009, Doug Chamberlin dougchamber...@earthlink.net wrote: Nino Luciani wrote: Hi guys, A quick introduction. I joined the FPC mailing lists yesterday. Hi, Nino!

[fpc-pascal] Apache Modules without LResources

2009-04-27 Thread Giovanni Premuda
Hello, I'm in the process of converting a relatively complex LMS from Delphi to fpc. In Delphi I was using a descendant of TCustomWebDispatcher instead of a TWebModule in order to avoid depending on DFM resources. Is it possible to use fclweb without linking LResources and a lazarus resource