<div style="font-family:Verdana;font-size:14px;color:#000;"><DIV>this can't help.it said i can't access protected member.</DIV><div style="font:Verdana normal 14px;color:#000;padding:8px 0px;"><div> </div><div> </div><div style="FONT-SIZE: 12px;FONT-FAMILY: Arial Narrow;padding:2px 0 2px 0;">------------------ Original ------------------</div><div style="FONT-SIZE: 12px;background:#efefef;padding:8px;"><div><b>From:</b> "Ross Finlayson"<finlayson@live555.com>; </div><div><b>Date:</b> 2010年11月16日(星期二) 中午12:25</div><div><b>To:</b> "LIVE555 Streaming Media - development & use"<live-devel@ns.live555.com>; </div><div><b>Subject:</b> Re: [Live-devel] inherit from RTSPClientSession</div></div><div> </div>>i write the code like follow in vc6:<BR>>class MyRTSPServer : public RTSPServer {public:<BR>>    MyRTSPServer();<BR>>    class MyRTSPClientSession : public RTSPClientSession {<BR>>    public:<BR>>      MyRTSPClientSession();<BR>><BR>>      // redefined virtual function:<BR>>      virtual RTSPClientSession* createNewClientSession(unsigned<BR>>sessionId, int clientSocket, struct sockaddr_in clientAddr);<BR>>    };<BR>>};<BR>>but the compile error comes out.and say<BR>>D:\develop\develop\InterfaceRTSPServer\src\DynamicRTSPServer.h(69) : <BR>>error C2504: 'RTSPClientSession' : base class undefined<BR><BR>Then try writing<BR>class MyRTSPClientSession : public RTSPServer::RTSPClientSession {<BR>instead of<BR>class MyRTSPClientSession : public RTSPClientSession {<BR><BR>Some compilers might be picky about this...<BR>-- <BR><BR>Ross Finlayson<BR>Live Networks, Inc.<BR><A href="http://www.live555.com/" target=_blank>http://www.l<WBR>ive555.com/</A><BR>_______________________________________________<BR>live-devel mailing list<BR><A href="mailto:live-devel@lists.live555.com" target=_blank>live-devel@l<WBR>ists.live555<WBR>.com</A><BR><A href="http://lists.live555.com/mailman/listinfo/live-devel" target=_blank>http://lists<WBR>.live555.com<WBR>/mailman/lis<WBR>tinfo/live-d<WBR>evel</A><BR><!-- -->
<STYLE></STYLE></div></div>