Re: [fpc-pascal] DBus interface needs an update

2009-08-10 Thread Florian Klaempfl
theo schrieb: Florian Klaempfl schrieb: You mean using the bugtracker? Yes. OK, I can do that. Bug tracker, simply because somebody with at least some knowledge about dbus should review. My knowledge about dbus is close to zero :) I know it's name and that's it :) Maybe the subject of this

Re: [fpc-pascal] DBus interface needs an update

2009-08-10 Thread Marco van de Voort
In our previous episode, Florian Klaempfl said: > Yes. > > > If you like, you could also add the files to packages/dbus > > > > What do you prefer? > > Bug tracker, simply because somebody with at least some knowledge about > dbus should review. My knowledge about dbus is close to zero :) I kno

Re: [fpc-pascal] DBus interface needs an update

2009-08-10 Thread theo
Florian Klaempfl schrieb: >> >> You mean using the bugtracker? > Yes. OK, I can do that. > > Bug tracker, simply because somebody with at least some knowledge > about dbus should review. My knowledge about dbus is close to zero :) > I know it's name and that's it :) Maybe the subject of this e-mai

Re: [fpc-pascal] DBus interface needs an update

2009-08-10 Thread Vincent Snijders
theo schreef: Florian Klaempfl schrieb: Please create and attach it to an issue report so we don't forget it. You mean using the bugtracker? If you like, you could also add the files to packages/dbus But if they are not added to the bug tracker, chances are that they will be forgotten,

Re: [fpc-pascal] DBus interface needs an update

2009-08-10 Thread Florian Klaempfl
theo schrieb: Florian Klaempfl schrieb: Please create and attach it to an issue report so we don't forget it. You mean using the bugtracker? Yes. If you like, you could also add the files to packages/dbus What do you prefer? Bug tracker, simply because somebody with at least some kn

Re: [fpc-pascal] DBus interface needs an update

2009-08-10 Thread theo
Florian Klaempfl schrieb: > Please create and attach it to an issue report so we don't forget it. > You mean using the bugtracker? If you like, you could also add the files to packages/dbus What do you prefer? Regards Theo ___ fpc-pascal maillist

Re: [fpc-pascal] DBus interface needs an update

2009-08-09 Thread Florian Klaempfl
theo schrieb: > If somebody is still interested in HAL (I know that DeviceKit ist coming): > I've made a header translation and a demo (translation of lshal.c) > yesterday. > It seems to work for me. http://www.theo.ch/lazarus/dbus/hal.tar.gz Please create and attach it to an issue report so we do

Re: [fpc-pascal] DBus interface needs an update

2009-08-09 Thread theo
If somebody is still interested in HAL (I know that DeviceKit ist coming): I've made a header translation and a demo (translation of lshal.c) yesterday. It seems to work for me. http://www.theo.ch/lazarus/dbus/hal.tar.gz ___ fpc-pascal maillist - fpc-

Re: [fpc-pascal] DBus interface needs an update

2009-05-19 Thread Luca Olivetti
En/na Jonathan ha escrit: On Mon, 18 May 2009 13:38:55 +0200 Matthias Klumpp wrote: I've spent hours to get the Pascal DBus interface working for me, but even the example code does not work. I need to use DBus to but I can not make it work. Has anyone made DBus and HAL work with fpc? About

Re: [fpc-pascal] DBus interface needs an update

2009-05-19 Thread Jonathan
On Mon, 18 May 2009 13:38:55 +0200 Matthias Klumpp wrote: > I've spent hours to get the Pascal DBus interface working for me, but even > the example code does not work. I need to use DBus to but I can not make it work. Has anyone made DBus and HAL work with fpc? _

Re: [fpc-pascal] DBus interface needs an update

2009-05-18 Thread Matthias Klumpp
Well, okay. Because I changed the code frequently, I dont't know if this is the right solution to do the task, but it does not work like all other trials. I use the following function: (Include unit "dbus"): function CallDBus: Boolean; var err: DBusError; conn: PDBusConnection; ret: cint;

Re: [fpc-pascal] DBus interface needs an update

2009-05-18 Thread Prince Riley
Matthias, You might want to take a look at the thread (see below) on this I found On 10/15/06, Marco van de Voort <[EMAIL PROTECTED]> wrote: Florian, afaik Sebastian already had DBus stuff. He demonstrated it in Muenchen? Arg, duplicated work? Well ... he should have written somewhere tha

Re: [fpc-pascal] DBus interface needs an update

2009-05-18 Thread ik
Since you are all into it already, you are welcome to give patches to solve the problems :) Ido On Mon, May 18, 2009 at 2:38 PM, Matthias Klumpp wrote: > Hello! > I've spent hours to get the Pascal DBus interface working for me, but even > the example code does not work. > The DBus package is v

[fpc-pascal] DBus interface needs an update

2009-05-18 Thread Matthias Klumpp
Hello! I've spent hours to get the Pascal DBus interface working for me, but even the example code does not work. The DBus package is very old, as it was created, DBus has not reached version 1.0 yet, I think because of that DBus Pascal is not working today. It would be great if someone could updat