<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000066">
Thank you for the answer.<br>
<br>
I'll try the described method.<br>
<br>
But I still have intention to use a MSVC project (.dsp / .dsw / .vcproj
/ .sln).<br>
<br>
The MSVC allows you to see files, classes and resources in a tree view,
so you can get a overall point-of-view what everything is part of ECL
project. So it is usefull to be able to create a MSVC project. And at
least, you have to know which files to include in it. (Then the
question how to compile and link them follows.)<br>
<br>
I see the CL/ECL come in most cases from UNIX/Linux "space", but maybe
someone uses MSVC and passed successfully the way creating a MSVC
project or converting makefile to a MSVC project.<br>
<br>
(Notice: MS Visual Studion 2008 Express Edition if free even for
commercial use. It doesn' offer all functions as the "full" version,
but it works well. Especially for [Windows] console applications there
should be no more requirements for functionality.)<br>
<br>
Regards,<br>
<br>
Lukas Prochazka<br>
<br>
PS:<br>
<br>
How to response correctly to this mailng list? To "reply" or "reply to
all"? What's necessary in the "to", "subject" and/or "Cc" of the
responsing message to be placed correctly to the tree of answers in the
mailing list?<br>
<br>
<br>
Samium Gromoff wrote:
<blockquote
 cite="mid:20090326.222654.181148617741225127._deepfire@feelingofgreen.ru"
 type="cite">
  <pre wrap="">From: "Procházka Lukáš Ing. - Pontex s. r. o." <a class="moz-txt-link-rfc2396E" href="mailto:LPr@pontex.cz"><LPr@pontex.cz></a>
To: <a class="moz-txt-link-abbreviated" href="mailto:ecls-list@lists.sourceforge.net">ecls-list@lists.sourceforge.net</a>
Date: Thu, 26 Mar 2009 10:52:54 +0100

  </pre>
  <blockquote type="cite">
    <pre wrap="">Hello,

I am new to ECL.

I would like to succeed installing and compiling ECL under MSVC.

I downloaded ecl-8.12.0.tar.gz and unpacked to a directory. I found
many makefiles, c. files and .d files. But the problem is that I don't
know which files to include to a VS project. (Makefiles are generaly
not used under Windows.)
    </pre>
  </blockquote>
  <pre wrap=""><!---->
1. You don't need a VS project, even if you want to debug ECL-based
applications.

2. `nmake' is part of the MSVC suite, and the msvc subdirectory contains
the makefile which directs the ECL build.

3. The build instructions for win32/MSVC are in the manual:

   <a class="moz-txt-link-freetext" href="http://ecls.sourceforge.net/new-manual/pr01s06.html#preface.msvc">http://ecls.sourceforge.net/new-manual/pr01s06.html#preface.msvc</a>


regards, Samium Gromoff


__________ Informace od NOD32 3968 (20090327) __________

Tato zprava byla proverena antivirovym systemem NOD32.
  part000.txt - je v poradku
  part000.txt > MIME > part000.txt - je v poradku

<a class="moz-txt-link-freetext" href="http://www.nod32.cz">http://www.nod32.cz</a>



  </pre>
</blockquote>
</body>
</html>