Re: Nativecall ability to set wheter given symbol is to be mangled or not

2016-07-13 Thread Vladimir Marek
> Could you please turn this into a PR on > https://github.com/rakudo/rakudo ? That would make it easier for more > people to look at and much easier to merge. Ah, at least it made me to learn git a bit. https://github.com/rakudo/rakudo/pull/826 Thank you -- Vlad

Re: Nativecall ability to set wheter given symbol is to be mangled or not

2016-07-13 Thread Elizabeth Mattijsen
Hi Vladimir, > On 13 Jul 2016, at 22:40, Vladimir Marek wrote: > In order to play with perl I wanted to do a gui. I decided to try to > bind qt libraries via nativecall[1]. Nativecall contains logic for g++ > or msvc which tries to guess mangled name. I found that it does not work > that well for

Nativecall ability to set wheter given symbol is to be mangled or not

2016-07-13 Thread Vladimir Marek
Hi, In order to play with perl I wanted to do a gui. I decided to try to bind qt libraries via nativecall[1]. Nativecall contains logic for g++ or msvc which tries to guess mangled name. I found that it does not work that well for qt libraries. Especially on windows the actual symbols are far from