"Jonathan Worthington" <[EMAIL PROTECTED]> wrote:
Note that dynamic op libs do not *work* on Win32 yet
They do now - I'm using them with my .NET to PIR translator and they work nicely.

I would really like some feedback from MinGW and cygwin folks on how dynoplibs build and work for them, as I've taken the "mark the code" approach rather than the DEF file approach. To test, build a (clean) Parrot and then:-

cd src\dynoplibs
make
..\..\parrot dan.pasm
..\..\parrot test.pasm

First of those should print 11, second a load of stuff ending with 42, if it works.

Thanks,

Jonathan

Reply via email to