| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| X-Authentication-Warning: | localhost.localdomain: ronald owned process doing -bs |
| Date: | Mon, 21 Jul 2003 15:47:59 +0200 (CEST) |
| From: | Ronald Landheer-Cieslak <ronald AT landheer DOT com> |
| X-X-Sender: | ronald AT localhost DOT localdomain |
| To: | Lucien Mathieu <lucien DOT mathieu AT skynet DOT be> |
| cc: | cygwin AT cygwin DOT com |
| Subject: | Re: Call dynamic pointer |
| In-Reply-To: | <001401c34f79$402576a0$837588d9@arthas> |
| Message-ID: | <Pine.LNX.4.44.0307211546260.19375-100000@localhost.localdomain> |
| MIME-Version: | 1.0 |
On Mon, 21 Jul 2003, Lucien Mathieu wrote:
> Hello,
>
> in a dll, I'm calling a
>
> extern "C" {
> void * init();
> }
>
> where it is define as follow
>
> void * init() {
> return (new TObject());
> }
>
> it's doing a segment fault,
> does the new pointer is automatically deleted?
>
> I was thinking not to use the dlclose in the main program,
> but it doesn't work either.
>
> Any idea how to return a pointer from a DLL to a main program?
>
> Thanks in advance,
You're not providing nearly enough information about your problem. Have a
look at http://www.cygwin.com/problems.html for more information.
HTH
rlc
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |