How to create a 32-bit windows executable with perlapp command
Hi,Can somebody help me in creating 32-bit executable in PDK 64-bit and perl 64-bit installed system. I tried with perlapp --target - windows-x86-32 command, and its trying to connect to PPM site, and...
View ArticleCreate exe from encoded script with option
Hi,I am trying to make a standalone exe from a perl script, using ActivePerl 5.8.9 Build 827 and Perl Dev Kit 9.1.1.The script uses the name of the input file (file to parse) as an option ("perl script...
View Articlecouldn't create exe by $mw->{main}->Photo(-file...
We couldn't create exe using following code any problem with Photo command, I used use Tk::Photo; in top header also.my $icon = $mw->{main}->Photo(-file => 'File-Adobe-In-Design-01-icon.gif');...
View ArticleHow to write Perl program for PerlSvc to create a Windows Service
Is there a document describing the requirements on the Perl program that will be used as input to the PerlSvc tool?I have seen the PerlSvc documenthttp://docs.activestate.com/pdk/9.2/PerlSvc.html but...
View ArticlePDK 9.1.1 perlapp oddities when including module Net::SSH2
Greetings,Running... Licensed PerlApp 9.1.1 build 295479 Community ActivePerl 5.14.2 x64 HostOS: osname=MSWin32, osvers=5.2, archname=MSWin32-x64-multi-thread (WIN7 64Bit)So, I have hunted for a module...
View ArticlePerlApp - auto-download dist w/ additional perl module breaking cpan
Hi,I am using PDK PerlApp 9.2.0 build 296171, perl 5.14.2 (linux-64).Creating a PerlApp wrapper with --target automatically downloads the perl distribution. I am getting the following (doesn't matter...
View ArticlePerlapp - solaris-sparc-64 Business Edition wrap
Doing a perlapp wrap for solaris-sparc-64.Downloading of solaris-sparc-64 distribution breaks (maybe) halfway through.ownloading IO-HTML-0.04....done Downloading IO-Socket-INET6-2.69...doneDownloading...
View Articlewarning while building perl application : warn: Can't locate VMS\Feature.pm
Hi,I am getting a warning message ( warn: Can't locate VMS\Feature.pm ) while building our application with PDK 9.2.1 BUILD 29643.It's just a warning and allowing applications to be created. I just...
View ArticlePerlTray with Windows UAC issue
Hi, I have written a small program using perltray on Windows 7. Basically, this program ping several hosts display the response time on popupMenu. This works fine on my PC. But when I copy the program...
View Article--target windows-x86-32 unable to locate Log::Dispatch::Win32EventLog
When using PerlApp 9.2.1 & Perl 5.16.1 for 64-bit, I am creating an executable targeted at 32-bit machines: PerlApp seems to be able to collect most of the 32-bit pieces it needs into it's cache...
View ArticlePerlNET class constructor(?) equivalent syntax question
Greetings,After a long period of resistance I find myself having to follow a vendor's app into the world of .net. Perl has been so good to me for years now, in parsing and manipulating complex CAD data...
View ArticlePack Win64 PerlSvc using Win64 lib break
Using a Win32 perl distribution: - pack library with Win64 perl - pack PerlSvc with Win64 perl, --use on pack libraryThe library pack runs OK. I receive the following error on the PerlSvc pack:PerlSvc...
View ArticleHow to decomplie the souce code from *.exe which compiled with perlapp?
I'm a poor guy that lost the harddisk with the latest source for two extremly important scripts and only got the exe files left. Is it possible decomplie exe file to source code?Hope get your...
View ArticleSplashScreen Feature Request
I have two large projects with many bound files. Because this the executables need up to 8 seconds from clicking till the gui is shown. Is there a chance that AS include a spashscreen feature so that...
View ArticlePerlApp - Getting a backtrace from a coredump
Hello All! How can I get a backtrace of segfault application packed with perlapp? My application sometimes dies with core file. How can I analysis it?[root@ndRR3 cknm36]# gdb -c core.25625...
View ArticlePerlApp does not find Tk module - Perl 5.14.2 and Trial PDK
Hello,I’m using a trial version of PDK and ActiveState’s community version of Perl 5.14.2 (which I understood is still being supported by the community). My code includes Tk module (version 804.030)...
View ArticleCan't find perl516.dll....
I just purchased the DevKit (9.21) and tried a very simple test. I am running perlapp on a 64Bit Ubuntu machine but compiling for Windows 32Bit OS. On first run the app goes and downloads the required...
View ArticleVBS script converter
I would like to convert the code Sub Macro1 (seen below) to perl, but the converter is giving me the following error:Errors in input. Syntax error at or near line 11, column 27: Selection.InsertBreak...
View ArticleBinary no longer works
Have a development CentOS box that I've created a binary to run on another Linux box that did not have perl. All worked well up until recently. The runtime box was recently updated. It now has Perl...
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 Article