comdlg32.dll FFI bindings

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

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
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@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

On 7/11/06, Neil Mitchell
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.
The package you mention appears to ship with visual haskell but I don't see any wrappers for the functionality in comdlg32.dll. I would like to add that functionality. Do you know where I can find the source code for this package? I've searched around on google but I'm not finding it. If there is a darcs repository that would be ideal. Thanks, Jason

Hi Jason,
On 7/12/06, Jason Dagit
The package you mention appears to ship with visual haskell but I don't see any wrappers for the functionality in comdlg32.dll. I would like to add that functionality. Do you know where I can find the source code for this package? I've searched around on google but I'm not finding it. If there is a darcs repository that would be ideal.
There is: http://darcs.haskell.org/packages/Win32/ Yes, I think there isn't any commdlg32 bindings in the package yet. Patches are welcome :-) Suggestions, too. ;-) Best regards, --Esa
participants (3)
-
Esa Ilari Vuokko
-
Jason Dagit
-
Neil Mitchell