02-23-05 01:49 AM
I have a handful of components that share a great deal of
functionality. In Win32, we kept a source library, and derived new
classes from the base class by linking the base class in at the source
level.
Now that we are porting to Unix, I'd like to compile the base class,
install it as a shared library, and derive from it.
How can I do this? The compiler doesn't seem to see the base class in
the shared library when I try to link it into a new class that will
extend it. Is there a special command line option or something I need
to do in the header file to make this work?
jonathon
[ Post a follow-up to this message ]
|