Hi Anonymous Monk,
I've downloaded the and this is a great tool. but IMHO, maybe it doesn't fit my requirement. I have a c program embed with perl, and works fine in my machine now. But I don't want user have to install a perl distribution for using this. Cava packager is a nice tool to package perl script into a executable as pp dose, but it might not fit this scenario. please point out if I'm wrong
I am trying to improve my English skills, if you see a mistake please feel free to reply or /msg me a correction
| [reply] |
I have a c program embed with perl ... please point out if I'm wrong
Whoa, I don't know how I missed this, sorry
Though I haven't tried it, I think it could still work as cava bundles ...build\lib\perl58.dll , though modules and module dlls are renamed ( Compress/Zlib.dll as src_06320181.dll )
I imagine all you have to do is call mycavapackedhelper.exe and then add/glob/do/dl_load build\lib\* yourself,
In any case, I'm confident the developer/maintainer can fill-in any blanks
On the other hand Citrus Perl is made for Creating Custom Distributions and Executables, which I think might fit your situation (though I haven't tried it)
| [reply] |