From: "Jonathan Rockway" <[EMAIL PROTECTED]>

nmake catalyst_par
...
Writing PAR "tranzactiibursiere.par"
NMAKE : fatal error U1077: 'D:\WINDOWS\system32\cmd.exe' : return code
'0x2'
Stop.

What versions of:

App::Packer
PAR::Packer
PAR

do you have?

E:\web\TranzactiiBursiere>perl -M"App::Packer 999" -e1
App::Packer version 999 required--this is only version 0.12.
BEGIN failed--compilation aborted.
E:\web\TranzactiiBursiere>perl -M"PAR::Packer 999" -e1
PAR::Packer version 999 required--this is only version 0.970.
BEGIN failed--compilation aborted.
E:\web\TranzactiiBursiere>perl -M"PAR 999" -e1
PAR version 999 required--this is only version 0.971.
BEGIN failed--compilation aborted.

When I have tried for the first time, I didn't have App::Packer, although it should be included in PAR, and PAR was installed.
I couldn't find App::Packer using the cpan shell, but only the ppm program.

But after installing it, running nmake catalyst_par gives the same error as before.

Am I doing something wrong, or it doesn't work under Windows?

Try these:

http://search.cpan.org/~shay/Filter-Crypto-1.18/lib/PAR/Filter/Crypto.pm
http://search.cpan.org/~smueller/PAR-Packer-0.970/lib/PAR/Filter/Obfuscate.pm

Keep in mind that the code has to be executed at some point, so anyone
with half a brain can get the code even if it's "encrypted".  The same
holds for C, Java, .NET, PHP, etc.

Oh yes, but it depends how hard is to do that.
I didn't hear that someone broke the protection of a perlapp program and got the source code, or the Zend Encoder for php... although of course it is possible. I don't want to sell my program to CIA but to some companies that might have a network admin who might not be the smartest perl programmer.

Thank you for those links. I will check them, but I hope I will be able to make a PAR archive first.

Octavian



A contract that reads "expect a lawsuit if you modify the source" should
be much more effective.

--
package JAPH;use Catalyst qw/-Debug/;($;=JAPH)->config(name => do {
$,.=reverse qw[Jonathan tsu rehton lre rekca Rockway][$_].[split //,
";$;"]->[$_].q; ;for 1..4;$,=~s;^.;;;$,});$;->setup;

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/


_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to