perlapp --target linux-x86-32 --target windows-x86-32 --target windows-x86-64
so when specifying targets: perlapp --target linux-x86-32I get no error.. however when I specify targets: perlapp --target linux-x86-32 --target windows-x86-32 --target windows-x86-64I get error:...
View ArticleUse of uninitialized value in substr at /PerlApp/DATA.pm line 170
HiI am working with Perl 5.8.8 and I've purchased the PDK Version'ActiveState Perl Dev Kit 9.2.1 Build 296433'.All runs fine. I could create an executable. But when I start it, following message...
View ArticlePerlSvc: Not working on Win2008 R2?
I have a tool wrapped in PerlSvc -- using PDK 32 for Perl32, PDK 64 for Perl64.Windows 2008 (32 binaries): OK Windows 7 (32/64 binaries): OK Windows 2008 R2 (32/64 binaries): Not OKIt must be an OS...
View ArticlePerlSvc/PerlApp: What do to about non-perl files
Today, it seems like more and more module maintainers are putting essential non-perl files in lib. These files are being accessed by modules via __FILE__.Regardless of the philosophical position on...
View ArticlePerl exe crashing with unexepected errors
I have a command line application written in perl. I generated the exe for the app using "PerlAPP". The application is being used by a C# application from where it gets spawned with the necessary...
View Articleperlapp - single exe-file
Is it possible to create single exe-file from perl project if main utility incluiding (by use,require) many other pl-files,ini-files and pm-files? Besides the utility using for Win32:API interactions...
View ArticleProblem compiling for Linux with PerlApp 9.2.1 on Mac OSX
When I tried to download and install the module Bio::Phylo-0.50 using ppm I found that I was not authorized to do so because it had been removed from ActivePerl's available modules (Error: 401). I...
View ArticleCan't find Bio::Tools::Run::Phylo::Phylip::consense module using ppm
A script I am compiling with PerlApp 9.2.1 and ActivePerl version 5.16.3.1603 requires the module Bio::Tools::Run::Phylo::Phylip::consense. Using PPM 4.17 I cannot find any part of...
View Articledll created with perlctrl doesn't contain methods
Hello,I'm trying to make a dll file from *.pm with perlctrl. After running "perlctrl tempadd.pm" I registered the output dll file with "regsvr32 tempadd.dll". Unfortunately I can't execute the method...
View Articleperlapp dropping privs
Is this supported? file gets executed as root, app drops privileges to normal user, perlapp can no longer write to pdk-root directory. Can this be changed? is there an environment variable to set?
View ArticleEXE created by perlapp fails with cryptic error
I am creating an executable file from a Perl script using Perlapp 9.2.1 build 296433. I have ActiveState Perl 5.16.3 installed on my build system. The .pl runs fine, and the .exe is created without any...
View Article.exe previously worked and has now stopped working due to missing .dll
I have a compiled program running on win2008r2 64-bit that has worked flawlessly for months. Just recently, I am thinking after a windows update or AV update, it broke. Originally, it was because the...
View ArticlePerlSvc and Windows Service Recovery
Hello,Does anyone know how to make a NT service created using PerlSvc recoverable - i.e use the restart properties of the service within Windows?There doesn`t seem to be much (i.e. anything) in the...
View ArticlePDK 9.2 target failed with solaris-sparc-32
Our version is SunOS CTSINPKNVECA 5.10 Generic_137138-09 i86pc i386 i86pc64-bit amd64 applications sse4.1 ssse3 cx16 sse3 sse2 sse fxsr mmx cmov amd_sysc cx8 tsc fpu 32-bit i386 applications sse4.1...
View ArticleIssue with a perl binary which is created from sunos (processor) x86 and...
We created a binary from below configured machine using PDK9.2OS: SunOS(solaris) os version:5.10 system : Generic_137138-09 i86pc i386 i86pc 64-bit amd64 applications 32-bit i386 applicationsThe...
View ArticleCompiled versus native perl apps
Is there a noticeable difference in speed between running a compiled perl exe and the native pl script?We are running compiled exes on a Windows 2003 server and they seem to be slow, especially when...
View ArticleUnable to access dll created with perlctrl
Greetings all,I am having problems with perlctrl (perl v5.14.3 64 bit, Perl Dev kit 9.2.1 build 296433 64 bit running on Windows 7 Pro 64 bit). I am trying to create a dll from a perl module. The...
View Article"Illegal declaration of subroutine Perl6::Form::form" with PerlApp 9.2.1 W7/64
Hello,Using Perl 5.016, PerlApp 9.2.1 on Windows 7 / 64, with the following code:use 5.014; use warnings; use strict; use Time::HiRes; use Perl6::Form 'form'; use Encode; use Win32::Console; print...
View ArticleBuilding 64bit executable using PDK
I would like to create a 64-bit executable (x86_64) on Mac OS using PDK as opposed to a Universal executable (x386/x86_64) in order to reduce the size of my application. However, perlapp issues error...
View Article