withTString val $ \ v ->
> regSetValueEx hk key rEG_SZ v (length val * sizeOf (undefined::TCHAR))
>
> http://www.haskell.org/ghc/docs/7.4.2/html/libraries/Win32-2.2.2.0/src/System-Win32-Registry.html
>
> On Sun, Jul 22, 2012 at 7:11 AM, Anonymous Void wrote:
>> Hi,
>&
Nvm, I figured it out.. aloccabytes with a partial function seems to
work, I'll figure out the rest by messing with it.
Thanks.
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe
Hi,
I'm working on a project that will require me to create and possibly
set registry keys.
I don't have much experience with programming on Windows either,
but I'm having to learn as you don't get many *nix PCs at a computer
repair shop, lol.
I found a mailing list post showing how to read regis
Hi everyone,
Haven't posted here since I was a kid, when this language first warped my
poor imperative brain.
My main work environment is a three-split terminal session using `Yakuake'
as a dropdown-terminal (one for vim, one for interactive interpreter, one
for MySQL).
I don't mind using the MySQ