Call dynamic pointer

Lucien Mathieu lucien.mathieu@skynet.be
Mon Jul 21 14:29:00 GMT 2003


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,
Lucien.



--
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/



More information about the Cygwin mailing list