[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Error compiling with GCC
- From: André Felício <andre felicio com br>
- To: fedora-list redhat com
- Subject: Re: Error compiling with GCC
- Date: Mon, 15 Dec 2003 05:58:29 -0200
Hi,
> You only declared constructors and destructors for the classes, but did
> not define them. You could write A() {}; ~A() {}; instead to define
> empty constructor and destructor.
Thanks, it's work!
> HTH,
> Pavel.
I placed the wrong example. I used an example for don't send complete code.
The real problem is in my small application.
Could someone help me? Only executing a simple "make".
My application is: http://www.felicio.com.br/mcast.tar.gz
It is a simple multimedia server multicast using RTP.
Thank you.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]