[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: getting the HBITMAP (NSIMage -> Windows' Bitmap HANDLE)
From: |
Fred Kiefer |
Subject: |
Re: getting the HBITMAP (NSIMage -> Windows' Bitmap HANDLE) |
Date: |
Thu, 09 Jun 2005 19:15:35 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050414 |
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