* [Caml-list] Free VC++ compiler for the Native Win32 Port Built With MS Visual C?
@ 2004-10-07 6:27 Zeno
2004-10-07 7:19 ` Erik de Castro Lopo
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Zeno @ 2004-10-07 6:27 UTC (permalink / raw)
To: caml-list
I am on a Win2k system and do not have Visual Studio. I am interested
in generating native code in native mode. I wonder if anyone could
tell me if one of the versions available on the net will allow me to
use the native Win32 port built with MS Visual C?
Visual C++ 2005 Express Beta
http://lab.msdn.microsoft.com/express/visualc/default.aspx
Visual C++ 2003 Toolkit
http://msdn.microsoft.com/visualc/vctoolkit2003/
Also, if only the 2003 Toolkit would work, would I need to install the
SDK?
http://www.microsoft.com/msdownload/platformsdk/sdkupdate/
If MASM doesn't come with them, I think the readme file in the
downloads section gives me plenty of options there. I'm just not sure
if these .NET compilers will work or even if I am limited to a certain
version of VC++.
Thank you,
-- Zeno
-------------------
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] 7+ messages in thread
* Re: [Caml-list] Free VC++ compiler for the Native Win32 Port Built With MS Visual C?
2004-10-07 6:27 [Caml-list] Free VC++ compiler for the Native Win32 Port Built With MS Visual C? Zeno
@ 2004-10-07 7:19 ` Erik de Castro Lopo
2004-10-07 8:04 ` lehalle@miriad
2004-10-07 8:06 ` Alain Frisch
2 siblings, 0 replies; 7+ messages in thread
From: Erik de Castro Lopo @ 2004-10-07 7:19 UTC (permalink / raw)
To: caml-list
On Wed, 06 Oct 2004 23:27:05 -0700
Zeno <zenem@earthlink.net> wrote:
> I am on a Win2k system and do not have Visual Studio. I am interested
> in generating native code in native mode.
Is there any reason why you aren't using the pre-built binaries?
> I wonder if anyone could
> tell me if one of the versions available on the net will allow me to
> use the native Win32 port built with MS Visual C?
Why not just used the MinGW compiler?
http://www.mingw.org/
This is free as in speech compiler unlike the microsoft one which
is only free as in beer.
This is the compiler that INRIA use to compile one of the win32
binary packages available on the INRIA web site.
Erik
--
+-----------------------------------------------------------+
Erik de Castro Lopo nospam@mega-nerd.com (Yes it's valid)
+-----------------------------------------------------------+
"It's far too easy to make fun of Microsoft products, but it takes a
real man to make them work, and a god to make them do anything useful"
-- Anonymous
-------------------
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] 7+ messages in thread
* Re: [Caml-list] Free VC++ compiler for the Native Win32 Port Built With MS Visual C?
2004-10-07 6:27 [Caml-list] Free VC++ compiler for the Native Win32 Port Built With MS Visual C? Zeno
2004-10-07 7:19 ` Erik de Castro Lopo
@ 2004-10-07 8:04 ` lehalle@miriad
2004-10-07 8:06 ` Alain Frisch
2 siblings, 0 replies; 7+ messages in thread
From: lehalle@miriad @ 2004-10-07 8:04 UTC (permalink / raw)
To: Zeno, caml-list
On Wed, 06 Oct 2004 23:27:05 -0700, Zeno <zenem@earthlink.net> wrote:
> I am on a Win2k system and do not have Visual Studio. I am interested
> in generating native code in native mode. I wonder if anyone could
> tell me if one of the versions available on the net will allow me to
> use the native Win32 port built with MS Visual C?
>
> Visual C++ 2005 Express Beta
> http://lab.msdn.microsoft.com/express/visualc/default.aspx
> Visual C++ 2003 Toolkit
> http://msdn.microsoft.com/visualc/vctoolkit2003/
>
> Also, if only the 2003 Toolkit would work, would I need to install the
> SDK?
> http://www.microsoft.com/msdownload/platformsdk/sdkupdate/
>
I am in the same situation, but under winXP.
All that I tried (and succeeded, thanks to email help from Nicolas
Cannasse) is to use ODLL, with microsoft visual compiler and linker steps.
I used XPSP2 PSDK (for libs and headers) and Visual C++ Toolkit 2003 (for
cl.exe and link.exe).
http://www.lehalle.net/clog/index.php?menu=display&table=clog_news&exact=141
hoping it can help you.
--
Charles-Albert Lehalle --- MIRIAD Technologies
Responsable Projets Avancés
mailto:charles.lehalle@miriadtech.com
keyserver: http://pgp.mit.edu/
tel : 0156431816 - fax: 0156431828
8 av Hoche - 75008 PARIS - FRANCE
-------------------
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] 7+ messages in thread
* Re: [Caml-list] Free VC++ compiler for the Native Win32 Port Built With MS Visual C?
2004-10-07 6:27 [Caml-list] Free VC++ compiler for the Native Win32 Port Built With MS Visual C? Zeno
2004-10-07 7:19 ` Erik de Castro Lopo
2004-10-07 8:04 ` lehalle@miriad
@ 2004-10-07 8:06 ` Alain Frisch
2004-10-07 17:57 ` Shivkumar Chandrasekaran
2 siblings, 1 reply; 7+ messages in thread
From: Alain Frisch @ 2004-10-07 8:06 UTC (permalink / raw)
To: Zeno; +Cc: Caml list
On Wed, 6 Oct 2004, Zeno wrote:
> I am on a Win2k system and do not have Visual Studio. I am interested
> in generating native code in native mode. I wonder if anyone could
> tell me if one of the versions available on the net will allow me to
> use the native Win32 port built with MS Visual C?
Here is a brief report of my experience with this issue:
http://caml.inria.fr/archives/200404/msg00823.html
-- Alain
-------------------
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] 7+ messages in thread
end of thread, other threads:[~2004-10-10 1:20 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-07 6:27 [Caml-list] Free VC++ compiler for the Native Win32 Port Built With MS Visual C? Zeno
2004-10-07 7:19 ` Erik de Castro Lopo
2004-10-07 8:04 ` lehalle@miriad
2004-10-07 8:06 ` Alain Frisch
2004-10-07 17:57 ` Shivkumar Chandrasekaran
2004-10-09 9:31 ` Dmitry Bely
2004-10-10 1:19 ` Shivkumar Chandrasekaran
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).