472,975 Members | 1,685 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,975 software developers and data experts.

Win32:Exe Perlapp Conflict ?

Hi, I have a script that runs perfectly natively. However, when
compiled (using perlapp from ActiveState's Dev Kit) it fails to run
from a DOS command window, and fails with …

Can't locate object method "load" via package "Win32::Exe::PE" at
/PerlApp/Parse/Binary.pm line 453.

I assuming, perhaps naively, that this is something that can be fixed
in my script, rather than being an issue with perlapp.

I'm using Perl v5.0.8 with Parse::Binary and Win32::Exe both at v0.06

Any ideas very much appreciated.

Regards
Nigel
use strict;
use File::Copy;
use Win32::EventLog;
use POSIX;
use Pod::Text;
use Pod::Html;
use Pod::Pdf;
use Parse::Binary;
use Win32::Exe;
..
..
..
if ( -f "$EXE" ) {
$EXEV = Win32::Exe->new($EXE);
@ORIG_VERS = split ( /,/, $ORIG_VERS, 4 );
$ORIG_MAJ = $ORIG_VERS[0];
$ORIG_MIN = $ORIG_VERS[1];

}
..
..
..
Jul 19 '05 #1
0 1522

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: blah blah blah | last post by:
Does anyone know of a tool, freeware prefered, that will build a win32 exe from a perl script? I know one exists for the mac. Thanks much.
3
by: Max | last post by:
Hi, I am new to .NET. I want to implement an application which can be run independantly. I also want it can be used as a dll library. I cannot reference a exe file in Visual Studio .NET. Can I...
1
by: steph | last post by:
Hi, I have a VC++ 6 project I migrated to vc 7++ DOTNET. * in a first step , I don't use Managed extension -> memory used is 16 Mo. * then I check "use managed extensions" in project properties...
1
by: CharlesHenri | last post by:
Hello, i plan to use a managed dll containing WinForm classes in an unmanaged win32 exe. Starting from NOTHING, how do i have to proceed ? I have found the following tutorial on...
10
by: Fredrik Melin | last post by:
I need suggestions on tools to compress dot net EXE's (its ridiculos how large they are..) I have a licenced copy of thinstall, but its old and have some bugs in it, unfortunally they seems to...
3
by: Gil | last post by:
I need to create a web page in which its content should be controlled by some win32 application. this application may add or remove some gif images from the page and it should be smooth as possible...
2
by: AA | last post by:
Hi, I would like to use the type library import exe tlbimp.exe without actually having the .NET framework setup on the machine. Is there any way, like installing some minimal dlls, so that I can...
2
by: Jens Kallup | last post by:
Hello Newsgroup, I had program a little tool, thats output some assembler output: --- .section .rdata, "dr" LC1: .ascii "eins: %g\0" ..text ..globl _dbase_main
3
ThatThatGuy
by: ThatThatGuy | last post by:
hello.... having coded in java for a sometime i was wondering how would we create a executable for a java application... i know you can create a jar executable for a java application.... and...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
4
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.