ccrtp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ccrtp-devel] Please help: terminate called after throwing an instance o


From: CLJane
Subject: [Ccrtp-devel] Please help: terminate called after throwing an instance of 'ost::Socket*'
Date: Fri, 8 Aug 2008 07:36:35 -0700 (PDT)

Hello everyone,
I am a newbie to ccRTP and I would like to use it for sending generated wave
data via RTP, but I have a problem now, that obviously nobody on the
internet ever had before :/
I had some close looks at the documentation, demo programs and the internet
to figure out how to use ccRTP inside my application.

Basically I did this:

#include ...

const int TRANSMITTER_BASE = 65000;
RTPSession *session;
...

int main(void)
{
  ...
  // This line causes the error...
  session = new RTPSession(local_ip,TRANSMITTER_BASE);
}

The application is compiled and built properly, but at execution I get:

terminate called after throwing an instance of 'ost::Socket*'

and that's all. Can somebody help me about this problem?
Im running Mepis, using g++ 4.1.

Thanks very much in advance for your help!

CLJane


-- 
View this message in context: 
http://www.nabble.com/Please-help%3A-terminate-called-after-throwing-an-instance-of-%27ost%3A%3ASocket*%27-tp18892975p18892975.html
Sent from the Gnu - ccRTP - Dev mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]