473,320 Members | 1,766 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 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 1532

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
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.