> Is it possible to "export" a C++ class from a library and if how ?

You don't need to export the class from the library, just put it
there.

> And another thing is that I'm creating a library which
> uses functions that I wouldn't like to export. These functions are
> members of C++ classes so it isn't possible to make them 'static'.
> How can I hide them ?

You can make them private.

Regards,
Martin

Reply via email to