Hi,
On Mon, 29 Dec 2008 08:30:05 +0900, Bernd Holzmüller
wrote:
> Now, this seems not to be possible yet for toolbar icons. The function
> "toolMenu" expects a file path argument, and there is no other function
> that accepts a bitmap instead. I therefore suggest extending the file
> Graphics.UI
Hi all,
I want to embed icons into an application by using resources under Windows.
I understand how to prepare a resource file with entries like
ico_about ICON "sm-bitmaps/about.ico"
compile this file using windres (located in ghc-6.10.1/bin) and link the
resulting object file with my applica