[Haskell-cafe] Passing creation flags to CreateProcess on windows

Yotam Ohad yotam2206 at gmail.com
Fri Sep 7 18:35:54 UTC 2018


Hello cafe,

I'm working on a small debugger so I would like to use the winapi
CreateProcess function with the appropriate flags for debugging.
Unfortunately, it seems that in Haskell
<http://hackage.haskell.org/package/process-1.6.4.0/docs/System-Process.html#t:CreateProcess>there
is no way to pass the flags.
I would like to not use LoadLibrary to get every function I need.

Thanks
Yotam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20180907/2ca77f8a/attachment.html>


More information about the Haskell-Cafe mailing list