[Caml-list] Windows Vista/7 specific functions

2009-09-01 Thread Reed Wilson
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 f

Re: [Caml-list] Freeze in 64-bit Windows Num module

2008-12-18 Thread Reed Wilson
Thanks Xavier. I just posted a bug after David replied (#4676). I'd be willing to test out changes if necessary. Thanks again, On Thu, Dec 18, 2008 at 6:53 AM, Xavier Leroy wrote: > > I have an issue with using the Num module in my Win64 OCaml compi

[Caml-list] Freeze in 64-bit Windows Num module

2008-12-16 Thread Reed Wilson
Hi guys, I have an issue with using the Num module in my Win64 OCaml compile. Whenever I try to operate on numbers that are too large it will lock up. For example, using: string_of_num (num_of_int max_int */ num_of_int max_int) causes the program to lock up with 100% CPU usage. This occurs in bot