Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: GDChart - Compile issues in MS

by AcidHawk (Vicar)
on Jul 23, 2003 at 07:05 UTC ( [id://277059]=note: print w/replies, xml ) Need Help??


in reply to GDChart - Compile issues in MS

The only bit of advice I can give you without seeing any errors or knowing what your are using to compile, is make sure you have all the relevant use statements at the start of your code. the following is from the Perl2exe Manpage...

8. "Can't locate somemodule.pm in @INC at myscript.pl line 1" error message

If you get an error message like the one above, you can force the missing module to be compiled into the exe by adding a line like one of the following to your script:

use somemodule;

Or if the message is "Can't locate Foo/Bar.pm in ...":

use Foo::Bar;

This is what catches me most times..;)

-----
Of all the things I've lost in my life, its my mind I miss the most.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://277059]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2024-04-24 13:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found