Archive for 21. July 2007

Re: PeerInfo and PeerId
Hi Peter, They are different, but I think it does not make a big difference in our case. This page sheds some light on the issue: [snip] So static data members are just (more...)
Re: Build Errors: calitko-0.6.1
Hi Peter, Just fixed the problem in SocketAllocator - simply replaced the cast to an int with a cast to QObject * (that’s what SignalMapper supports) - all pointers do have (more...)
Re: PeerInfo and PeerId
Hi Petr, I thought so at first (class can be considered as a namespace from my point of view), but then I did a little bit of searching and found that (more...)
Re: Build Errors: calitko-0.6.1
Hi Giles, Just fixed the problem in SocketAllocator - simply replaced the cast to an int with a cast to QObject * (that's what SignalMapper supports) - all pointers do have (more...)
Re: Build Errors: calitko-0.6.1
Hi Giles, That's quite weird actually! Maybe your Qt4 installation is messed up... On my machine: ls /usr/local/Trolltech/Qt-4.3.0/mkspecs aix-g++ freebsd-g++40 irix-cc (more...)
Re: Build Errors: calitko-0.6.1
Hello Peter Ok. Still getting problems but better recap on what I am/should be doing. I found /usr/lib64/qt4/bin/qmake so have altered my $PATH so that it picks that one up first. I (more...)
Re: PeerInfo and PeerId
Hi Peter, Do static objects of class scope belong to the objects of namespace scope? I thought so at first (class can be considered as a namespace from my point of view), (more...)