Re: libvgl: free(): warning: junk pointer, too high to make sense.

2000-08-12 Thread andrew
On Sat, 12 Aug 2000, Iain Templeton wrote: > Hi Andrew :-) Hi Iain :-) > marked above thats failing, because it is trying to free something at > the address of VGLFont, which is a global array within libvgl.a. Yes that looks right. > Using gdb on the program should make it possible to confi

Re: libvgl: free(): warning: junk pointer, too high to make sense.

2000-08-12 Thread Iain Templeton
On Sat, 12 Aug 2000 [EMAIL PROTECTED] wrote: > Hi, > Hi Andrew :-) > I'm using libvgl but when I call VGLTextSetFontFile(FONT) I get: > > free(): warning: junk pointer, too high to make sense. > > What am I doing wrong? The only other vgl call I have made at this point > is VGLInit. > Well,