
15 Feb
2012
15 Feb
'12
6:38 p.m.
Roberto Fichera wrote:
On 02/15/2012 06:01 PM, Robert Ramey wrote:
c) Even worse, the aproach above would make even text archives non-portable between platforms. Of course this is a non-starter. So you might want to re-think your approach above.
I agree totally with you! Actually my constraint is to use gnu toolchain, MSVC and pathscale compilers and eventually LLVM, but this one is not a priority at moment. But, any way still the problem of the demangling portability.
By the way, how did you solve the problem ... if you solved it, indeed ;-) ?
It is already solved portably via the "export" functionality. Look it up in the documentation. Robert Ramey