Re: [wxhaskell-users] Binding wxImage::Get/SetOption and InMemoryStream constructor

2008-11-12 Thread shelarcy
Hi Jules, I added your function with some changes (e.g. rename functions and use auto-generated haskell function instead of hardcode function) in the darcs repositoy. http://www.mail-archive.com/[EMAIL PROTECTED]/msg00304.html http://www.mail-archive.com/[EMAIL PROTECTED]/msg00322.html Please ch

Re: [wxhaskell-users] Binding wxImage::Get/SetOption and InMemoryStream constructor

2008-03-29 Thread shelarcy
Hi, On Sat, 29 Mar 2008 23:29:08 +0900, Eric Y. Kow <[EMAIL PROTECTED]> wrote: >> What's the EXWXEXPORT() macro for? It didn't seem very useful to me... > > (snip) > > I get the impression that it's there for some kind of portability reasons. > Will need to do research on this mysterious __declspe

Re: [wxhaskell-users] Binding wxImage::Get/SetOption and InMemoryStream constructor

2008-03-29 Thread Eric Y. Kow
Hi, By the way, if I haven't already mentioned this, there is a wxhaskell-devel that you may prefer to discuss this on. Personally, I'm happy either way. > The code is so short that I embed it in this email. I'd be interested > to hear any comments on the way I did this, and what you would want

[wxhaskell-users] Binding wxImage::Get/SetOption and InMemoryStream constructor

2008-03-29 Thread Jules Bean
So, I have successfully added some of the missing bindings that I needed. The code is so short that I embed it in this email. I'd be interested to hear any comments on the way I did this, and what you would want to change before committing it to wxhaskell. 1) Loading images from in-memory blocks