Browse thread
Re: [Caml-list] Cross-platform "Hello, World" graphical application in OCaml
-
Ken Rawlings
- Nicolas Cannasse
- Richard Jones
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Nicolas Cannasse <warplayer@f...> |
| Subject: | Re: [Caml-list] Cross-platform "Hello, World" graphical application in OCaml |
> Speaking of GUI libraries, I'm looking into writing a higher-level > wrapper around the GUI parts of Harry Chomsky's OCaml-Win32 > library[2]. If anyone has already done this (and made it available > under a LGPL or BSD like license) and I've somehow missed it, please > let me know and I'll contribute to your project rather than > reinventing the wheel. Osiris is available ! http://tech.motion-twin.com/osiris However it required some Api C "extensions" that I wrote. BTW I think a more up-to-date version is avaible here : http://ocaml-win32.sourceforge.net/ , but it's currently not developped. Regards, Nicolas Cannasse