Chris Sorenson
2013-01-30 07:14:16 UTC
Hi, I've gotten 27 files to compile so far! But then this
happened:
<pre>
--------------------------------------
cc-1238 CC: ERROR File = table.cc, Line = 880
The member "dw::core::Widget::extremes" is inaccessible.
col,extremes->get(col).minWidth,
colExtremes->get(col).maxWidth);
^
cc-1044 CC: ERROR File = table.cc, Line = 880
The indicated expression must have pointer type.
col,extremes->get(col).minWidth,
colExtremes->get(col).maxWidth)
--------------------------------------
</pre>
Thoughts?
happened:
<pre>
--------------------------------------
cc-1238 CC: ERROR File = table.cc, Line = 880
The member "dw::core::Widget::extremes" is inaccessible.
col,extremes->get(col).minWidth,
colExtremes->get(col).maxWidth);
^
cc-1044 CC: ERROR File = table.cc, Line = 880
The indicated expression must have pointer type.
col,extremes->get(col).minWidth,
colExtremes->get(col).maxWidth)
--------------------------------------
</pre>
Thoughts?