hi
Does anybody know:
Is it possible to "export" a C++ class from a library and if how ?
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 ?

thank you


Reply via email to