Hi Octavian,

Octavian Rasnita wrote:
Is it possible to use PAR under Windows to create a .par file with a program that uses WxPerl that can be ran under Linux?

this is really a PAR question. You cannot create .par's with binary (i.e. XS module or dll) components under one architecture and have it run under another. Somebody spent some time working on this (Eric, I think?), but it's hard. In principle, .par's can contain multiple implementations for multiple platforms, but you have to "extend" it on each platform you want to support.

Cheers,
Steffen

Reply via email to