caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Visual ML Release
@ 2002-09-19 13:52 Nicolas Cannasse
  2002-09-21 22:32 ` Scott J,
  2002-09-23  1:03 ` [Caml-list] " SooHyoung Oh
  0 siblings, 2 replies; 6+ messages in thread
From: Nicolas Cannasse @ 2002-09-19 13:52 UTC (permalink / raw)
  To: OCaml

Hi list !

I'm pleased to announce the release of Visual ML.

VisualML is an OCaml project wizard for Microsoft Visual Studio.
It enables easy creation, compilation and errors corrections of OCaml
projects
under Visual Studio.

Visual ML require OCamake. Both can be downloaded at :
http://tech.motion-twin.com

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Caml-list] Visual ML Release
  2002-09-19 13:52 [Caml-list] Visual ML Release Nicolas Cannasse
@ 2002-09-21 22:32 ` Scott J,
  2002-09-22  4:11   ` [Caml-list] " Michaël Grünewald
  2002-09-23  1:03 ` [Caml-list] " SooHyoung Oh
  1 sibling, 1 reply; 6+ messages in thread
From: Scott J, @ 2002-09-21 22:32 UTC (permalink / raw)
  To: Nicolas Cannasse; +Cc: CAML-LIST

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

Hi,

This looks fine. But one has to buy Visual Studio isn't it? The price of
Visual Studio is far from low.

Cheers

Scott
  ----- Original Message -----
  From: Nicolas Cannasse
  To: OCaml
  Sent: Thursday, September 19, 2002 3:52 PM
  Subject: [Caml-list] Visual ML Release


  Hi list !

  I'm pleased to announce the release of Visual ML.

  VisualML is an OCaml project wizard for Microsoft Visual Studio.
  It enables easy creation, compilation and errors corrections of OCaml
  projects
  under Visual Studio.

  Visual ML require OCamake. Both can be downloaded at :
  http://tech.motion-twin.com

  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


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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Caml-list] Re: Visual ML Release
  2002-09-21 22:32 ` Scott J,
@ 2002-09-22  4:11   ` Michaël Grünewald
  2002-09-23 10:39     ` Nicolas Cannasse
  0 siblings, 1 reply; 6+ messages in thread
From: Michaël Grünewald @ 2002-09-22  4:11 UTC (permalink / raw)
  To: caml-list

"Scott J," <jscott@planetinternet.be> writes:

> Hi,
> 
> This looks fine. But one has to buy Visual Studio isn't it? The price of
> Visual Studio is far from low.
> 
> Cheers
> 
> Scott

It seems you will need to have Microsofte Window instaleld on your computer,
too ... :)
-- 
Michaël Grünewald <michael-grunewald@wanadoo.fr>  - RSA PGP Key ID: 0x20D90C12
-------------------
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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Caml-list] Visual ML Release
  2002-09-19 13:52 [Caml-list] Visual ML Release Nicolas Cannasse
  2002-09-21 22:32 ` Scott J,
@ 2002-09-23  1:03 ` SooHyoung Oh
  2002-09-23 10:35   ` Nicolas Cannasse
  1 sibling, 1 reply; 6+ messages in thread
From: SooHyoung Oh @ 2002-09-23  1:03 UTC (permalink / raw)
  To: Nicolas Cannasse, OCaml

It's not working in my case.
After message of  "Visual Studio will now restart...", there is no change.

Shoud I restart the MSDEV by hand?

---
SooHyoung Oh


----- Original Message -----
From: "Nicolas Cannasse" <warplayer@free.fr>
To: "OCaml" <caml-list@inria.fr>
Sent: Thursday, September 19, 2002 10:52 PM
Subject: [Caml-list] Visual ML Release


> Hi list !
>
> I'm pleased to announce the release of Visual ML.
>
> VisualML is an OCaml project wizard for Microsoft Visual Studio.
> It enables easy creation, compilation and errors corrections of OCaml
> projects
> under Visual Studio.
>
> Visual ML require OCamake. Both can be downloaded at :
> http://tech.motion-twin.com
>
> 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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Caml-list] Visual ML Release
  2002-09-23  1:03 ` [Caml-list] " SooHyoung Oh
@ 2002-09-23 10:35   ` Nicolas Cannasse
  0 siblings, 0 replies; 6+ messages in thread
From: Nicolas Cannasse @ 2002-09-23 10:35 UTC (permalink / raw)
  To: SooHyoung Oh, OCaml

> It's not working in my case.
> After message of  "Visual Studio will now restart...", there is no change.
>
> Shoud I restart the MSDEV by hand?

Yes.
This is a trick I use because the wizard lacks the ability to create
Makefile-based projects.

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Caml-list] Re: Visual ML Release
  2002-09-22  4:11   ` [Caml-list] " Michaël Grünewald
@ 2002-09-23 10:39     ` Nicolas Cannasse
  0 siblings, 0 replies; 6+ messages in thread
From: Nicolas Cannasse @ 2002-09-23 10:39 UTC (permalink / raw)
  To: Michaël Grünewald, OCaml

> > Hi,
> >
> > This looks fine. But one has to buy Visual Studio isn't it? The price of
> > Visual Studio is far from low.
> >
> > Cheers
> >
> > Scott
>
> It seems you will need to have Microsofte Window instaleld on your
computer,
> too ... :)


Damn !
I should have thought about all theses issues :o)

NC

-------------------
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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-09-23 10:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-19 13:52 [Caml-list] Visual ML Release Nicolas Cannasse
2002-09-21 22:32 ` Scott J,
2002-09-22  4:11   ` [Caml-list] " Michaël Grünewald
2002-09-23 10:39     ` Nicolas Cannasse
2002-09-23  1:03 ` [Caml-list] " SooHyoung Oh
2002-09-23 10:35   ` Nicolas Cannasse

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).