On Sun, Jun 8, 2014 at 6:54 AM, Erik Colson <[email protected]> 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 famously difficult to use via system linkage unless you
write the linkage in C++ exporting C interfaces with the `extern "C"`
mechanism.

-- 
brandon s allbery kf8nh                               sine nomine associates
[email protected]                                  [email protected]
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net

Reply via email to