Hi: I'm working on a application -- actually a web browser written
with wxWidgets -- and I'd like to embed a parrot and/or perl6
interpreter. I succeeded in writing an experimental command-line
program to read and execute a simple .pir file, compiled with
perl6.exe, but that program crashes whenever I run it from Microsoft
Visual Studio; it only works when run from the command line. That
seems to be the reverse of a more common problem where applications
will run ok in debug mode but not run from a prompt. I'm guessing
there might be a problem with #defines or something but I can't figure
out what. Any ideas? Thanks.