<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=X-UNKNOWN" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Laszlo Ladanyi wrote:
<blockquote
 cite="midPine.A41.4.21.0505201310260.28430-100000@oslpp.watson.ibm.com"
 type="cite">
  <pre wrap="">Hi Paolo,

This is a bug in MSVC++ 6. It considers it a syntax error if you use the same
variable name to define variables in two independent basic block (something
enclosed in {}). Anyway, I changed the code to work around it by moving the
definition of iColumn to the beginning of the function. The change is
committed.

--Laci

On Fri, 20 May 2005, Paolo wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi guys,
I'm trying to compile COIN using OSL under win32 using VC++ 6

Compiler gives me the following error:

CoinFactorization2.cpp
i:\RicOp2\COIN\Coin\CoinFactorization2.cpp(530) : error C2374: 'iColumn' 
: redefinition; multiple initialization
        i:\RicOp2\COIN\Coin\CoinFactorization2.cpp(465) : see 
declaration of 'iColumn'
in project CoinLib

Any idea to solve this problem?

Thanks

Paolo Chil&#65533;
_______________________________________________
Coin-discuss mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Coin-discuss@list.coin-or.org">Coin-discuss@list.coin-or.org</a>
<a class="moz-txt-link-freetext" href="http://list.coin-or.org/mailman/listinfo/coin-discuss">http://list.coin-or.org/mailman/listinfo/coin-discuss</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->

_______________________________________________
Coin-discuss mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Coin-discuss@list.coin-or.org">Coin-discuss@list.coin-or.org</a>
<a class="moz-txt-link-freetext" href="http://list.coin-or.org/mailman/listinfo/coin-discuss">http://list.coin-or.org/mailman/listinfo/coin-discuss</a>


  </pre>
</blockquote>
I updated sources with WinCVS but still no result... I think changes
you have made has not been committed... I'll try moving the declaration
myself but it would be nice to have the change in sources<br>
<br>
Paolo<br>
</body>
</html>