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

Brandon Allbery allbery.b at gmail.com
Fri Sep 7 18:42:17 UTC 2018


System.Process only supports, and only can support, things that can
reasonably be used or emulated on both Unix and Windows. You may want to
look into
https://downloads.haskell.org/~ghc/latest/docs/html/libraries/Win32-2.6.1.0/System-Win32-Process.html
and friends.

On Fri, Sep 7, 2018 at 2:36 PM Yotam Ohad <yotam2206 at gmail.com> wrote:

> 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
> _______________________________________________
> Haskell-Cafe mailing list
> To (un)subscribe, modify options or view archives go to:
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
> Only members subscribed via the mailman list are allowed to post.



-- 
brandon s allbery kf8nh
allbery.b at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20180907/c4c838e4/attachment.html>


More information about the Haskell-Cafe mailing list