Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Re: gimp, win32, system(), libgdk.dll not found

by Arbogast (Monk)
on Jun 10, 2003 at 05:46 UTC ( [id://264546]=note: print w/replies, xml ) Need Help??


in reply to Re: gimp, win32, system(), libgdk.dll not found
in thread gimp, win32, system(), libgdk.dll not found

Thank you Anonymous Monk!!! What I ended up doing was this... I copied and pasted some .dll files it couldnt find from GTK to GIMP directories. Then I ran this and it behaves like a system call in Linux...

use Win32::Process;
use Win32;
my $ProcessObj;
Win32::Process::Create($ProcessObj,
"c:\\Program Files\\GIMP\\bin\\gimp.exe",
"start gimp.exe E:\\Sams_Data\\brian_judy.ppm",
0,
NORMAL_PRIORITY_CLASS, ".")|| die ErrorReport();
$ProcessObj->Wait(INFINITE);
  • Comment on Re: Re: gimp, win32, system(), libgdk.dll not found

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-25 07:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found