|
|
Experimental Physics and
| ||||||||||||||
|
|
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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| ||||||||||||||
| ANJ, 02 Sep 2010 |
·
Home
·
News
·
About
·
Talk
·
Base
·
Modules
·
Extensions
·
· Distributions · Download · Documents · Links · Licensing · |