in reply to Re: How to be always on TOP
in thread How to be always on TOP
I now have the following at the beginning of my code:
use Tk; use Win32::API; use Tk::StayOnTop; use IO::Socket; use IO::Select;
I updated the @INC to point to the Win32 directory. However, whenever, I attempt to run the program I keep getting the message:
Can't locate loadable object for module Win32::API in @INC (@INC conta +ins: C:\Perl\site\lib\Win32 C:\Perl\site\lib C:\Perl\site\lib\Win32\A +PI c:/Perl/lib c:/Perl/site/lib .) at smalllights.pl line 13
I am not sure which loadable object is causing the problem. Is it possible that I need another module?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to be always on TOP
by fglock (Vicar) on Feb 28, 2005 at 21:04 UTC | |
by gerry (Sexton) on Mar 01, 2005 at 16:25 UTC | |
|
Re^3: How to be always on TOP
by BUU (Prior) on Feb 28, 2005 at 21:28 UTC |