This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Unresolved parent class constructors in DLLs




> -----Original Message-----
> From: Jason Spence [mailto:jspence@lightconsulting.com] 
> Sent: Thursday, May 23, 2002 5:20 AM

> Can you even do stuff like this with PE DLLs?

Yes. But you've got to resolve all symbols at link time. Dynamically
registering classes aren't the proble here - the problem is your parent
class needs to be available to the linker for the child (as you've
stated in your title).

My 2c: put the parent in a .dll of it's own, and link against that from
the children and the program.

Rob

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]