I do not have access to pay-ware versions of Microsoft compilers. I am currently using Visual Studio C++ 2010. <br><br>My impression is that your version of MSVC is so old that it does not implement some of the functionality which is expected from the Windows headers. In this case the garbage collector (not ECL itself) uses VirtualQueryEx which takes an argument of type ULONG_PTR. The compiler is complaining about that type, which suggests that your header use an older, perhaps incompatible definition. The fix may be trivial (replacing ULONG_PTR with WORD or even (void*)), but I myself can not solve it.<br>
<br>Juanjo<br><br><div class="gmail_quote">On Wed, Mar 10, 2010 at 1:49 PM, Konovalov, Vadim (Vadim)** CTR ** <span dir="ltr"><<a href="mailto:vadim.konovalov@alcatel-lucent.com">vadim.konovalov@alcatel-lucent.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div>
<blockquote style="padding-left: 5px; margin-left: 5px; border-left: 2px solid rgb(0, 0, 255); margin-right: 0px;">
<div dir="ltr" align="left" lang="en-us">
<hr><div class="im">
<div></div>On Wed, Mar 10, 2010 at 12:26 PM, Konovalov, Vadim (Vadim)** CTR **
<span dir="ltr"><<a href="mailto:vadim.konovalov@alcatel-lucent.com" target="_blank">vadim.konovalov@alcatel-lucent.com</a>></span>
wrote:<br></div></div><div class="im">
<blockquote class="gmail_quote" style="padding-left: 1ex; margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204);">Hi,<br><br>I've
read build instructions for visual C and got into build problem when
following it:<br></blockquote><font color="#0000ff" face="Arial" size="2"></font>
<div class="gmail_quote"><font color="#0000ff" face="Arial" size="2"></font><br>You do
not say which version you are using, nor how you are invoking it the build
procedure.<span><font color="#0000ff" face="Arial" size="2"> </font></span></div>
<div class="gmail_quote"><span><font color="#0000ff" face="Arial" size="2"></font></span> </div>
<div class="gmail_quote"><span><font color="#0000ff" face="Arial" size="2"></font></span> </div></div></blockquote>
<div class="gmail_quote" style="margin-right: 0px;"><span><font color="#0000ff" face="Arial" size="2">I am using
version 6.0 (I mentioned this on subject line), I just used "nmake" command line
to build ECL.</font></span></div>
<div class="gmail_quote" style="margin-right: 0px;"><span></span> </div>
<div class="gmail_quote" style="margin-right: 0px;"><span><font color="#0000ff" face="Arial" size="2">Indeed,
afterwards I've noticed mention of version 2008 in INSTALL file,
so unsupported MSVC version could be a problem.</font></span></div>
<div class="gmail_quote" style="margin-right: 0px;"><span><font color="#0000ff" face="Arial" size="2"></font></span> </div>
<div class="gmail_quote" style="margin-right: 0px;"><span><font color="#0000ff" face="Arial" size="2">This is a pity
situation, because VC6.0 builds most of files, and stops far from beginning.
However MSVC++ 6.0 has much much smaller runtime, so this is often
preferable.</font></span></div>
<div class="gmail_quote" style="margin-right: 0px;"><span></span><span><font color="#0000ff" face="Arial" size="2"></font></span> </div>
<div class="gmail_quote" style="margin-right: 0px;"><span><font color="#0000ff" face="Arial" size="2">Best
regards,</font></span></div>
<div class="gmail_quote" style="margin-right: 0px;"><span><font color="#0000ff" face="Arial" size="2">Vadim.</font></span></div>
<div class="gmail_quote" style="margin-right: 0px;"><font color="#0000ff" face="Arial" size="2"></font> </div></div>
</blockquote></div><br><br clear="all"><br>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com">http://juanjose.garciaripoll.googlepages.com</a><br>