Re: Various compilers/OS/architectures calitko tests

Hi Peter,

I’ve tried to add

using PacketBase::readPayload;
using PacketBase::writePayload;

to all PacketBase derived classes in the BitTorrent package and related warnings (”…is hidden…”) are gone, so you can modify packet templates. I’ve tested that in the latest calitko version (rev. 130) and there was no problem with #include “Qt.h” at all - good work. Compilation log is attached.

Good night,

Petr

Attached Files:

Would you like to post a relpy?


This post is a reply to:
Re: Various compilers/OS/architectures calitko tests
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...)

Follow-ups:
Re: Various compilers/OS/architectures calitko tests
Hi Petr, Revno 134 fixes the "..hides..." warning, as well as a few others from the log you provided. I ignored the warnings coming from the old Gnutella package as it (more...)