grazie shodan, molto chiaro.

Secondo voi, perchè la seguente dichiarazione

codice:
class TMyThread : public TThread
{
protected:
    void __fastcall Execute();
public:
    __fastcall TMyThread();
    void __fastcall TMyThread::MySincrSock1();
    void __fastcall TMyThread::MySincrSock2();
};
produce le seguenti segnalazioni:

'_fastcall TMyThread::MySincrSock1()' is not a member of 'TMyThread'
'_fastcall TMyThread::MySincrSock2()' is not a member of 'TMyThread'

a me sembra tutto regolare