caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Reed Wilson <cedilla@gmail.com>
To: caml-list@yquem.inria.fr
Subject: Windows Vista/7 specific functions
Date: Tue, 1 Sep 2009 21:43:33 -0700	[thread overview]
Message-ID: <f001828b0909012143k194b0848iadfce1c72a8f7cb@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 752 bytes --]

Hi all,
I am going to be writing a native-code 64-bit program which takes advantage
of some Windows Vista-only features (transactional NTFS), and I was
wondering how to get it working in OCaml. I have made numerous interfaces to
Windows XP functions, but the problem is that the NTFS transactional
functions are only available through MSVS 2008 and the Vista/7 SDKs, which
OCaml seems to not compile with. I tried using the new Windows 7 SDK tools
to compile the program to native code, but it kept giving me errors with not
being able to find bufferoverflowu.lib.

Does anybody know if there is any way to compile a 64-bit OCaml with the
newer Windows SDKs, or failing that, to at least tell OCaml how to properly
link things with them?

Thanks,
Reed

[-- Attachment #2: Type: text/html, Size: 875 bytes --]

             reply	other threads:[~2009-09-02  4:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-02  4:43 Reed Wilson [this message]
2009-09-02 11:27 ` [Caml-list] " David Allsopp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f001828b0909012143k194b0848iadfce1c72a8f7cb@mail.gmail.com \
    --to=cedilla@gmail.com \
    --cc=caml-list@yquem.inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).