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.
Tue, 08/07/2012 - 11:19
#1
Pixmaps
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.