On 24 August 2013 19:16, Till Oliver Knoll <till.oliver.kn...@gmail.com> wrote:
> I am pretty sure that even the naming might be overcome with a little #define 
> wizardry, no? ;)

I don't think so. We're talking about the fact that MSVC mangles the
protection level into the symbol name:

http://en.wikipedia.org/wiki/Visual_C%2B%2B_name_mangling#Function_2

This will cause a linker error (you'd be looking for a symbol with a
different name in the shared library).

-- 
Giuseppe D'Angelo
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to