[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 3.1.17 stuff



On Mon, 21 Jun 1999, Dana Booth wrote:

> I never noticed this before... I started the applications in the suite
> from an xterm right after building them. Everything works fine, but xfiler
> and xedplus both return:
> 
> XpmReadFileToPixmap returns XpmOpenFailed

Run the file under a debugger (I'd recommend DDD) and set breakpoints at
the start of the function "make_command". This will allow you to find the
name of the missing pixmap file it is the last parameter.
 
> but then continues to load just fine, icons look fine, etc., and
> everything works. Anyone know what I've messed up?

The functions recover from the error, but the button pixmap will probably
be missing.


Casantos