caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Dmitry Bely <dbely@mail.ru>
To: caml-list@inria.fr
Subject: Re: [Caml-list] Making camlidl
Date: 14 Jul 2001 19:24:18 +0400	[thread overview]
Message-ID: <n167edp9.fsf@mail.ru> (raw)
In-Reply-To: <3B4F65E4.2D6ABB94@quasar.ipa.nw.ru>

"Alexander V. Voinov" <avv@quasar.ipa.nw.ru> writes:

> > I am using the native Win32 port of OCaml, not Cygwin.  I plan to work in the
> > native Win32 environment (since I don't have a Linux box), and I am using the
> > wxWindows library with Visual C++ for GUI front-end coding.
> 
> Do you develop direct bindings of wxWindows to OCaml, or develop the application
> layer you need directly in VC++ and call it from OCaml?

Just my $0.02:

camlidl let you call C functions from caml, automatically generating all
necessary interface code (main caml program, C library). It also supports
COM ABI under Win32/Unix -- you can have main C/C++ program (or any other
COM-compatible application), and call caml component for any service.

Rigth now I am trying to use caml for some part of large Win32 project,
most of which is being developing using MSVC. Camlidl does its job,
although some non-fixed bugs are still there.

Hope to hear from you soon,
Dmitry


-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr  Archives: http://caml.inria.fr


  reply	other threads:[~2001-07-14 15:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-13 21:06 kyle.pierce
2001-07-13 21:19 ` Alexander V. Voinov
2001-07-14 15:24   ` Dmitry Bely [this message]
2001-07-14 14:27 ` Dmitry Bely
  -- strict thread matches above, loose matches on Subject: below --
2001-07-13 22:25 kyle.pierce
2001-07-13 19:41 kyle.pierce

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=n167edp9.fsf@mail.ru \
    --to=dbely@mail.ru \
    --cc=caml-list@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).