[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re:how to Create object for Channel class / using C++ wrapper
[Thread Prev] | [Thread Next]
- Subject: Re:how to Create object for Channel class / using C++ wrapper
- From: chandu <chandu73@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Fri, 12 Oct 2012 16:35:34 +0800
- To: libssh@xxxxxxxxxx
Hello I am trying to create a object for Channel Class, to invoke constructor of Channel class. below is how I am creating the objects *ssh::Session session; // object of Session class ssh::Channel channel(session); // object of Channel class with parameter.* it compiles with no problems, On running it giving segmentation fault. can any one suggest me where I am doing mistake. -- Thanks & Regards Chandu
Re: how to Create object for Channel class / using C++ wrapper | Andreas Schneider <asn@xxxxxxxxxxxxxx> |