My C++ Application package project compiles fine under CW9.
Under 10, I get literally hundreds of warnings and errors, apparently
from MSL.
The first is:
Warning : 'typename' is missing in template argument dependent
qualified type
list line 1401 init(InputIterator first, InputIterator last,
base::chooser<true>)
Since 'list' is an MSL file, I'm stumped.
I'd tried to make it "...base::chooser<true> x)", but that didn't work.
I tried to rebuild to see exactly what had gone wrong, but this time it
said
Project Error 202049. This IDE is not licensed for full functionality,
so there is a limit of 32 files per target.
To obtain a full license ...
I have a full license, and have already spent several hours getting it
activated
the first two or three times.
Can anyone help me get my project converted and my paid-for product
running?


|