Pixmaps

This forum is read only. No new submissions are accepted.

Questions about motif? Contact us

2 posts / 0 new
Last post
Pixmaps

Submitted by Anonymous on Tue, 07/18/2000 - 12:13. Developers
There is some shell script and C++ code that has been
developed that uses pixmap and bitmap pictures correctly on
SUN or Solaris operating systems but that code will not work
on SGI or DEC systems. I was wondering if I could receive
help in learning how to import pixmaps onto the SGI and
DEC. Thank You.

Anonymous

Although I never wrote a program on SGI and DEC, but if you want to import a pixmap into your program,
I think you can use XPM library. You can find it at ftp.x.org/contrib/libraries/xpm-3.4k.tar.gz. You can also read the articles at this site.