Re: Calling C/C++ library routines

2005-02-25 Thread chromatic
On Fri, 2005-02-25 at 14:18 -0500, Will Coleda wrote: > http://cvs.perl.org/viewcvs/cvs-public/parrot/examples/pni/ > > has examples for QT, sdl, and the win32 API. The actual NCI stuff (for SDL bindings, at least) is in: http://cvs.perl.org/viewcvs/cvs-public/parrot/runtime/parrot/library/

Re: Calling C/C++ library routines

2005-02-25 Thread Will Coleda
http://cvs.perl.org/viewcvs/cvs-public/parrot/examples/pni/ has examples for QT, sdl, and the win32 API. Regards. vlad florentino writes: Wow, that's great! Are there any examples showing how one can call C routines in Parrot? $vlad.f()

Fwd: Calling C/C++ library routines

2005-02-25 Thread vlad florentino
-- Forwarded message -- From: vlad florentino <[EMAIL PROTECTED]> Date: Fri, 25 Feb 2005 13:56:33 -0500 Subject: Re: Calling C/C++ library routines To: MrJoltCola <[EMAIL PROTECTED]> On Fri, 25 Feb 2005 13:40:15 -0500, MrJoltCola <[EMAIL PROTECTED]> wrote: >

Re: Calling C/C++ library routines

2005-02-25 Thread MrJoltCola
At 01:27 PM 2/25/2005, vlad florentino wrote: Is there now, or will there be in the future, any way to call C/C++ library routines from within Parrot? For example, a mysql, pcre or libcurl library. Either static or dynamic. C yes. C shares objects are dynamically loadable by Parrot. C++? Not direct

Calling C/C++ library routines

2005-02-25 Thread vlad florentino
Hello, I've been developing a compiler that will target Parrot for the last couple of months. I have a question. I've only been reading the list for a short time (1 - 1 1/2 months). I was reading some of the past articles, but there's just so many of them that I figure I might as well just ask the