[Haskell-cafe] comdlg32.dll FFI bindings

Neil Mitchell ndmitchell at gmail.com
Tue Jul 11 16:41:13 EDT 2006


Hi,

There is a Win32 package which is shipped with WinHugs (and perhaps
GHC as well). That may have the comdlg32.dll stuff in it, and if it
doesn't that would be the place to add it, and it probably gives a
good example of how to add it.

Thanks

Neil

On 7/11/06, Jason Dagit <dagit at eecs.oregonstate.edu> wrote:
> Hello,
>
> I was planning to create FFI bindings for GHC to be able to use
> comdlg32.dll and I just realized I should ask if others have already
> done this.
>
> I figure I'll probably just code it up by hand assuming I can find
> suitable documentation but if there is a tool that can generate this
> automatically that would be even better.
>
> Thanks,
> Jason
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>


More information about the Haskell-Cafe mailing list