> 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
- dynamic libraries Great One
- Missing header files 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
