02-16-2000, 12:15 PM
I'm porting over my VC++ program to tcl/tk using C on unix, and I was wondering what the best way is to load a bmp file. I was using auxDIBImageLoad, but I don't know what type of pointer this returns... In VC++ it was AUX_RGBImageRec, but my unix machine doesn't reconize this. Any suggestions? Libraries?