[Interest] Strange undeletable QTemporaryFile. Is it a bug?

Giuseppe D'Angelo dangelog at gmail.com
Sat Aug 24 19:20:38 CEST 2013


On 24 August 2013 19:16, Till Oliver Knoll <till.oliver.knoll at 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



More information about the Interest mailing list