Experimental Physics and Industrial Control System
> I'm curious whether anyone else has tried to build w/ Visual C 6 and
> encountered this problem, or if there is something unique about my
> environment???
MS is currently at version 8 and interest in version 6 is diminishing
at this point. The issue you have identified below illustrates the
lack of compliance with standards with version 6. Nevertheless, I
committed a patch to cvs.
Jeff
I found one thing that Visual C 6 does not like in dbMapper.cc:
for ( int i=0; i < db->no_str; i++ ) {
enumStringTable.getString ( i,
&(db->strs[i][0]), MAX_ENUM_STRING_SIZE );
}
for ( int i = db->no_str; i < MAX_ENUM_STATES; i++ ) {
db->strs[i][0] = '\0';
}
It complains that the two "int i" statements are a multiple
declaration I believe. Changing the second i to a j removes the error.
I'm curious whether anyone else has tried to build w/ Visual C 6 and
encountered this problem, or if there is something unique about my
environment???
dale brewe
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dale L. Brewe
PNC-CAT/Argonne National Laboratory
ph: 630 252 0582 fax: 630 252 0580
Mail:
Argonne National Laboratory
Bldg 435E sector 20
9700 S. Cass Ave.
Argonne, IL 60439 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- References:
- building 3.14.8.2 on win32-x86 Dale L. Brewe
- Navigate by Date:
- Prev:
RE: Pure virtual mode called Lawrence T. Hoff
- Next:
Re: problem building 3.14.8.2 with win32-x86 Janet Anderson
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
<2006>
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
- Navigate by Thread:
- Prev:
building 3.14.8.2 on win32-x86 Dale L. Brewe
- Next:
Pure virtual mode called kimkh
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
<2006>
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024