Hi Mattia, Thanks for your help!
> Might it just be that you are not linking with the > dynaloader static library? > I can't remember the details, and if it applies for > Perl 5.8/Mac, but I remember > that in the past I had to explicitly link a > libdynaloader.a (or something). You're right -- that was the problem. Importing DynaLoader.a makes it work. I was able to run the PerlWrapper demo app and make a Wx bundle right out of the box. Cool! :) I have to do a bit more fiddling (in particular, I need to statically import the binary Wx libs so I can distribute the app without making people install Wx). Once I get that working I will make a project template out of it, if anyone is interested. Mike
