Re: [Cegcc-devel] Using GAPI

2006-11-08 Thread Jan Rinze
Hi Matthew, Op di 07-11-2006, om 17:47 schreef Matthew Kille: > Hi All, > > I'm trying to build a GAPI application using cegcc. As there doesn't > seem to be a import library ready made for this, I have attempting to > make one, but without much success. --snip-- > Where am I going wrong? Or am

Re: [Cegcc-devel] Using GAPI

2006-11-07 Thread Pedro Alves
Matthew Kille wrote: > Hi All, > > I'm trying to build a GAPI application using cegcc. As there doesn't > seem to be a import library ready made for this, I have attempting to > make one, but without much success. > > My gx.def file looks like this: > >LIBRARY GX >EXPORTS >GXOpenDispl

[Cegcc-devel] Using GAPI

2006-11-07 Thread Matthew Kille
Hi All, I'm trying to build a GAPI application using cegcc. As there doesn't seem to be a import library ready made for this, I have attempting to make one, but without much success. My gx.def file looks like this: LIBRARY GX EXPORTS GXOpenDisplay GXCloseDisplay GXBeginDraw G