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
- Re: dynamic libraries Great One
- Re: dynamic libraries Martin v. Loewis
- Missing header files Bob Stone
- Re: Missing header files Bas Mevissen
- Compile on Linux, and run win95 is possib... Jose Calderon-Celis
- Re: Compile on Linux, and run win95 i... Martin v. Loewis
- Re: dynamic libraries Bob Stone