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...)
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...)
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...)
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...)
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...)
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...)
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...)
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...)
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...)
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...)