caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Charles-Albert Lehalle <charles.lehalle@miriadtech.com>
To: Warp <warplayer@free.fr>, OCaml <caml-list@inria.fr>,
	ocaml_beginners@yahoogroups.com
Cc: harry@chomsky.net
Subject: RE: [Caml-list] Osiris 1.0 Released
Date: Mon, 25 Feb 2002 09:17:45 +0100	[thread overview]
Message-ID: <9139653F0571D3118ECF009027B6B670794C98@ZEUS> (raw)

I tried to use Osiris yesterday and it returns :

-----
# #use "F:\Programs\OCaml\lib\osiris\sample.ml";;
Reference to undefined global `Osiris'
-----

What can I do?

> -----Message d'origine-----
> De : Warp [mailto:warplayer@free.fr]
> Envoyé : vendredi 22 février 2002 17:32
> À : OCaml; ocaml_beginners@yahoogroups.com
> Cc : harry@chomsky.net
> Objet : [Caml-list] Osiris 1.0 Released
> 
> 
> Hi all !
> 
> Osiris is a set of very-easy-to-use Class Wrappers for the 
> Win32 Controls
> API.
> The main goal of Osiris is to enable RAD (Rapid Application 
> Developpement)
> of user interfaces.
> You can now get sources & precompiled binaries at 
http://warplayer.free.fr

Sample :
(* file : sample.ml *)
open Osiris;;
let my_wnd = new_window() in
  my_wnd#caption "My Window Caption";
  let lpan = new_panel my_wnd#container in
    lpan#align AlLeft;
  let lbutton = new_button lpan#container in
 lbutton#align AlCenter;
    lbutton#caption "Click Me !";
    lbutton#on_click (fun x -> message_box (x#get_caption^" Clicked"));
  my_wnd#state Normal;
  my_wnd#update;
  while my_wnd#process do
    ()
  done

Requirements :
- OCaml 3.04 - for dynlink purpose
- Windows 95/98/NT/2K/Me/...
- A recent version of the Win32 OCaml API by Harry Chomsky ( can be found at
www.chomsky.net )
  (dynamic binaries are included in the current distribution)

Nicolas Cannasse

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives:
http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ:
http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


             reply	other threads:[~2002-02-25  8:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-25  8:17 Charles-Albert Lehalle [this message]
2002-02-25  9:05 ` Warp
  -- strict thread matches above, loose matches on Subject: below --
2002-02-22 16:31 Warp

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=9139653F0571D3118ECF009027B6B670794C98@ZEUS \
    --to=charles.lehalle@miriadtech.com \
    --cc=caml-list@inria.fr \
    --cc=harry@chomsky.net \
    --cc=ocaml_beginners@yahoogroups.com \
    --cc=warplayer@free.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).