sample/db/movieCollection failed to compile

General help: new users, installing the Ecere SDK, using the IDE to compile and run applications.
Post Reply
samsam598
Posts: 212
Joined: Thu Apr 14, 2011 9:44 pm

sample/db/movieCollection failed to compile

Post by samsam598 »

Error message:

Code: Select all

allMoviesReport.ec
   allMoviesReport.ec:19:51: error: couldn't find member _ in class ecere::com::Array<eda::Grouping>
   allMoviesReport.ec:19:34: error: couldn't determine type of report.groupings._
   allMoviesReport.ec:19:34: error: couldn't determine type of report.groupings._[0]
   allMoviesReport.ec:19:34: error: member operator on non-structure type expression report.groupings._[0].row
   allMoviesReport.ec:57:7: error: cannot dereference type
   allMoviesReport.ec:57:7: error: couldn't determine type of this.groupings._[0]
   allMoviesReport.ec:57:7: error: member operator on non-structure type expression this.groupings._[0].row
   allMoviesReport.ec:57:7: error: couldn't determine type of this.groupings._[0].row
   allMoviesReport.ec:57:7: error: couldn't determine type of this.groupings._[0].row
   allMoviesReport.ec:57:7: error: couldn't determine type of this.groupings._[0].row = row

MovieCollection (Release) - 10 errors, 1 warning       
What's the issue?Kindly help.
Best Regards,
Sam
jerome
Site Admin
Posts: 608
Joined: Sat Jan 16, 2010 11:16 pm

Re: sample/db/movieCollection failed to compile

Post by jerome »

Hi Sam!

Thanks for pointing this out again :) I fixed it.

Regards,

Jerome
samsam598
Posts: 212
Joined: Thu Apr 14, 2011 9:44 pm

Re: sample/db/movieCollection failed to compile

Post by samsam598 »

Many thanks!
Post Reply