One other thing: if you compile the library with:

       class __attribute__ ((visibility("default")) Controller { ... };

and then some external code with:

       class __attribute__ ((visibility("hidden")) Controller { ... };

According to my understanding, things would surely break in this case,
presumably at link time, since it's ok for the symbol to be defined
outside the current translation unit.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Barry-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to