Hi Petr,
I think that putting using Packet::writePayload; to these classes (which are derived from e.g. BitTorrent::Packets::Packet) would solve the “problem” - I’m just thinking, isn’t now impossible to call e.g. (more...)
Hi Peter,
Any idea how to solve:
[snip]
It appears numerous times and the cause is that Gnutella::Packets::PacketBase and BitTorrent::Packets::PacketBase implement writePayload() and define a new pure virtual function void writePayload (BinaryWriter &), (more...)
Hi Petr,
Yes, that worked. However, I went into other problems - I think they were caused by disabling precompiled headers. I had to put #include "Qt.h" in many source files (more...)
Hi Peter,
thanks for these hints! Finally, I've managed to compile calitko by using all compilers that I've available (excluding the one on Solaris, because I got Qt4 compilation problems there). (more...)