Archive for 14. July 2007

Re: TDD - feedback
Hi Peter, thanks for an extensive reply! I'll first comment some parts of your reply and then things in general. I think this test even failed because I was not returning a (more...)
Packets and AbstractValue
Dear all, There was the idea to define Packet for each protocol using AbstractValue (Utils/AbstractValue, check my latest dev revision): Generics: typedef AbstractValue Packet; BitTorrent::Packets: typedef AbstractValue (more...)
Re: Build Errors: calitko-0.6.1
Hi Giles, It'll be nice if you could try to build with Qt4.3. The possible problem is that 3rdParty/qmake and 3rdParty/moc which are patched versions from Qt 4.2 might not compile (more...)
Re: PeerInfo and PeerId
Hi Peter, I thought about PeerId being a VendorId like class (possibly a typedef for FixedSizeArray), so PeerId() will create a PeerId object internally storing a 20 bytes zero filled QByteArray. “Peer (more...)
Re: PeerInfo and PeerId
Hi Petr, I’ll try to sumarize it, so we’ll see what needs (should) to be changed. I’ve checked the {Torrent, TrackerResponse}Parser classes and I think that there is currently no problem (more...)
Re: Build Errors: calitko-0.6.1
Peter Thanks for the prompt response. > Which version of Qt are you using? If you have Qt4.3 there might be problems with compiling 3rdParty/moc > and 3rdParty/qmake. Using Qt4.2.3 it should surely (more...)
Re: PeerInfo and PeerId
Hi Peter, I'll try to sumarize it, so we'll see what needs (should) to be changed. I've checked the {Torrent, TrackerResponse}Parser classes and I think that there is currently no problem (more...)
Re: Build Errors: calitko-0.6.1
Hi Giles, Which version of Qt are you using? If you have Qt4.3 there might be problems with compiling 3rdParty/moc and 3rdParty/qmake. Using Qt4.2.3 it should surely compile. cd co-qmake && qmake (more...)
Build Errors: calitko-0.6.1
Hi I have downloaded the latest source tree calitko-0.6.1 and attempted a build with qmake && make but got some errors:- cd co-qmake && qmake co-qmake.pro -o Makefile Error processing project file: (more...)
Re: TDD - feedback
Hi Petr, The article you referred to is interesting indeed. I liked the calibration comparison :-) My understanding in regards to your question was more along the lines of the “do (more...)

Next Page »