<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Robin Lee Powell wrote:
<blockquote cite="mid:20080805205747.GB24645@digitalkingdom.org"
 type="cite">
  <pre wrap="">On Wed, Aug 06, 2008 at 03:05:25AM +0700, Kamil Shakirov wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">You need to tell msvc compiler where to find the ecl.lib file. Set
your  environment before you start ECL as: set
LIB=/path/to/your/ecl
    </pre>
  </blockquote>
  <pre wrap=""><!---->
That worked great, thank you.

(now looking for user32.lib, but I think I can handle that)

-Robin
  </pre>
</blockquote>
I usually start:<br>
c:\Program Files\Microsoft Visual Studio 8\vc\bin\vcvars32.bat<br>
<br>
before ECL session. It resolves many problems.<br>
</body>
</html>