grazie shodan, molto chiaro.
Secondo voi, perchè la seguente dichiarazione
produce le seguenti segnalazioni:codice:class TMyThread : public TThread { protected: void __fastcall Execute(); public: __fastcall TMyThread(); void __fastcall TMyThread::MySincrSock1(); void __fastcall TMyThread::MySincrSock2(); };
'_fastcall TMyThread::MySincrSock1()' is not a member of 'TMyThread'
'_fastcall TMyThread::MySincrSock2()' is not a member of 'TMyThread'
a me sembra tutto regolare

Rispondi quotando