Re: iopen function??

New Message Reply Date view Thread view Subject view Author view

Geoff Levner (g.levner++at++acsys.it)
Fri, 18 Jun 1999 14:11:15 +0200


Wai Sun Lai wrote:
>
> I am currently writing a Graphic Tools which need a Texture Editor,
> (Using Open Inventor) I found "myTextureEd.c++" in its sample and try to
> make use of it, unfortunately it need some function like 'iopen',
> 'iclose' 'getrow' which suppose come from somewhere , I guess is
> "gl/image.h". when I try to access it , I found all the fn has been
> comment and I don't know what to do??

You need to link with libimage.a (i.e. add -limage to your Makefile).

Be warned however that the gl/image.h include file does not work well
with C++, because it does not declare the function parameters. One way
to get around that problem is to include Performer/image.h instead (you
don't need to link with Performer).

Also, "man 4 rgb" will give you a bit of documentation.

-- 
Geoff Levner -- g.levner++at++acsys.it
ACS Studio, via Aurelia 58, 00165 Roma, Italy
tel. +39-063936331, fax +39-0639363317

New Message Reply Date view Thread view Subject view Author view

This archive was generated by hypermail 2.0b2 on Fri Jun 18 1999 - 05:01:58 PDT

This message has been cleansed for anti-spam protection. Replace '++at++' in any mail addresses with the '@' symbol.