Re: Can't get V0.1 to run on Win98
[email protected] ("Adam Oliver") Mon, 6 Aug 2001 21:23:27 -0400
| Newsgroups | php.gtk |
|---|---|
| Message-ID | <[email protected]> |
The line "'e:\php\extensions/php_gtk.dll'" makes me think you have your extension set to "e:\php\extensions". Try adding a \ to the end. "e:\php\extensions\" I've seen posts where if that trailing backslash is not there, windows uses a forward slash. Hope that helps. ---------------------------------------------------- Adam D. Oliver Independent Consultant http://www.meyedev.com/people/aoliver.htm mailto:[email protected] "David Broker" <[email protected]> wrote in message news:[email protected]... > > Hi! > I get this message after I installed PHP GTK V0.1 on Win98 SE: > > E:\>e:\php\php.exe -q copy.php > <br> > <b>Warning</b>: Unable to load dynamic library 'e:\php\extensions/php_gtk.dll' > - A device attached to the system is not functioning. > in <b>copy.php</b> on line <b>3</b><br> > <br> > <b>Fatal error</b>: Cannot instantiate non-existent class: gtkwindow in > <b>cop > y.php</b> on line <b>156</b><br> > > The same script works fine with V0.0.4. > e:\php\extensions/php_gtk.dll is the local of the file. > > Any idea what the problem is? > > Incidentally (maybe its related), when I try to run php_win.exe nothing > happens. > If I double click on the file, I get a pop-up telling me how to use it, if > I make a short cut to the file with the path to the script after it, > nothing at all happens. > > Thanks for your help! > > Regards, > David > [email protected] >