Lloyd Dupont wrote: > I am using GNUstep's class in a Windows program. > Some of the data are NSImage. > Any way to get a Windows' Bitmap handle from it? > > A bit like MS Window <-> HWND problem, but with NSImage .. > No, there is no simple way to obtain a handle for a NSImage. In back there is a function to do this: GSCreateBitmap(), you may try to use this, by removing the "static" first or use it as a template.
Fred _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
