Re: Perl6 and wxwidgets

2014-06-09 Thread Erik Colson
Hi All, Thanks for the very fast information provided. As this is not an easy project I’ll dig into it later on, if I’m feeling confident enough… best -- erik colson

Re: Perl6 and wxwidgets

2014-06-08 Thread Moritz Lenz
Hallo Erik, On 08.06.2014 12:54, Erik Colson wrote: Is it possible to use an external C-library like wxwidgets from perl6/moarvm ? If so, is there any doc how this can be achieved ? It is, through the NativeCall library: https://github.com/jnthn/zavolaj/ Cheers, Moritz

Re: Perl6 and wxwidgets

2014-06-08 Thread timo
On 06/08/2014 12:54 PM, Erik Colson wrote: Hi, Is it possible to use an external C-library like wxwidgets from perl6/moarvm ? If so, is there any doc how this can be achieved ? Thanks -- erik colson Hello Erik, We have a Module in the ecosystem called NativeCall (lives on github in a

Re: Perl6 and wxwidgets

2014-06-08 Thread Brandon Allbery
On Sun, Jun 8, 2014 at 6:54 AM, Erik Colson e...@ecocode.net wrote: Is it possible to use an external C-library like wxwidgets from perl6/moarvm ? If so, is there any doc how this can be achieved ? wxwidgets may actually be a bit difficult, since it's not a C library. It's C++, and that is